forked from mattmakai/fullstackpython.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmapbox.html
More file actions
10 lines (10 loc) · 405 Bytes
/
mapbox.html
File metadata and controls
10 lines (10 loc) · 405 Bytes
1
2
3
4
5
6
7
8
9
10
<div class="pn">
<div class="pnh"><h3>Sponsored By</h3></div>
<div class="pnb">
<a href="https://www.mapbox.com/" style="border:none"><img src="/img/logos/mapbox.png" alt="Mapbox logo." width="100%" style="padding:12px 0 18px"></a>
<p class="sps">Easily build maps, search and navigation into
your Python applications with
<a href="https://www.mapbox.com/">Mapbox</a>.
</p>
</div>
</div>