forked from mattmakai/fullstackpython.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbanner.html
More file actions
9 lines (9 loc) · 745 Bytes
/
banner.html
File metadata and controls
9 lines (9 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
{% if page and (page.slug == 'development-environments' or page.slug == 'best-python-videos' or page.slug == 'learning-programming' or page.slug == 'web-development' or page.slug == 'why-use-python' or page.slug == 'javascript' or page.slug == 'cascading-style-sheets' or page.slug == 'python-2-or-3' or page.slug == 'introduction' or page.slug == 'best-python-podcasts') %}
<div style="margin: 0 0 12px;background-color: #22B24C;">
<div class="cn">
<p class="banner sns">
<a href="https://training.talkpython.fm/courses/explore_entrepreneurs/python-for-entrepreneurs-build-and-launch-your-online-business" style="color: #fff">Python for Entrepreneurs: learn Python while building your own business</a>!
</p>
</div>
</div>
{% endif %}