Skip to content

Commit 886247a

Browse files
committed
tweak images to be smaller on new blog post
1 parent b4d929a commit 886247a

24 files changed

+32
-8
lines changed

content/posts/180519-django-maps-mapbox.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ slug: maps-django-web-applications-projects-mapbox
33
meta: Learn how to add maps and location-based data to your web applications using Mapbox.
44
category: post
55
date: 2018-05-19
6-
modified: 2018-05-21
6+
modified: 2018-05-25
77
newsletter: False
88
headerimage: /img/180519-django-maps/header.jpg
99
headeralt: Python, Django and Mapbox logos are copyright their respective owners.
@@ -14,6 +14,11 @@ can seem daunting if you do not know where to begin, but it is easier
1414
than you think if you use a developer tool such as
1515
[Mapbox](https://www.mapbox.com/).
1616

17+
In this post we will build a simple Django project with a single app
18+
and add an interactive map like the one you see below to the webpage that
19+
Django renders with the [Mapbox Maps](https://www.mapbox.com/maps/)
20+
[API](/application-programming-interfaces.html).
21+
1722
<div id='map' width="100%" style='height:280px;margin-bottom:16px' class="shot rnd outl"></div>
1823
<script>
1924
mapboxgl.accessToken = 'pk.eyJ1IjoibWF0dG1ha2FpIiwiYSI6ImNqZzU0OXNtYjIzdmIyeHA5OG1sNnhid2YifQ.kzJityumPUk9f9i1vkmWAg';
@@ -25,11 +30,6 @@ var map = new mapboxgl.Map({
2530
});
2631
</script>
2732

28-
In this post we will build a simple Django project with a single app
29-
and add an interactive map like the one you see above to the webpage that
30-
Django renders with the [Mapbox Maps](https://www.mapbox.com/maps/)
31-
[API](/application-programming-interfaces.html).
32-
3333

3434
## Our Tools
3535
[Python 3](/python-2-or-3.html) is strongly recommended for this tutorial

content/posts/180525-explain-products-developers.markdown

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,30 @@ developers.
6262

6363
...
6464

65+
<img src="/img/180526-explain-product/08-more-products.jpg" width="100%" class="shot rnd outl" alt="Eventually you expand your product lines or features within a product.">
66+
67+
...
68+
69+
<img src="/img/180526-explain-product/09-devangelism.jpg" width="100%" class="shot rnd outl" alt="You as a founder, or as an investor who work with founders must be the chief evangelist for your product.">
70+
71+
...
72+
73+
<img src="/img/180526-explain-product/10-be-specific.jpg" width="100%" class="shot rnd outl" alt="The earlier you are, the more specific you need to be about what problem you solve.">
74+
75+
...
76+
77+
<img src="/img/180526-explain-product/11-refine-growth.jpg" width="100%" class="shot rnd outl" alt="Refine the message as you grow, or your industry grows.">
78+
79+
...
80+
81+
<img src="/img/180526-explain-product/12-rehearsal.jpg" width="100%" class="shot rnd outl" alt="No demo fails because you rehearse constantly.">
82+
83+
...
84+
85+
<img src="/img/180526-explain-product/13-your-message-to-devs.jpg" width="100%" class="shot rnd outl" alt="Your message to developers.">
86+
87+
...
88+
6589
<img src="/img/180526-explain-product/14-thank-you.jpg" width="100%" class="shot rnd outl" alt="Thank you slide.">
6690

6791
That's all for today. My name is [Matt Makai](/about-author.html)
-75.7 KB
Loading
-194 KB
Loading
-138 KB
Loading
-33.5 KB
Loading
-185 KB
Loading
-75.1 KB
Loading
-161 KB
Loading
682 KB
Loading

0 commit comments

Comments
 (0)