Skip to content

Commit 02601b4

Browse files
committed
add banner for position I'm hiring for
1 parent 14cf43c commit 02601b4

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

theme/templates/banner.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<div style="margin: 0 0 12px;background-color: #22B24C;">
2+
<div class="cn">
3+
<p class="banner sns">
4+
<a href="https://boards.greenhouse.io/twilio/jobs/1830237" style="color: #fff">Join my team at Twilio as a Python developer! Remote position, anywhere in US or EU.</a>
5+
</p>
6+
</div>
7+
</div>
18
{% if false %}
29
{% 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') %}
310
<div style="margin: 0 0 12px;background-color: #22B24C;">

theme/templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</head>
1111
<body>
1212
{% block banner %}{% endblock %}
13+
{% include "banner.html" %}
1314
<div class="cn">
1415
{% include "nav.html" %}
1516
{% block forkme %}{% endblock %}

theme/templates/css/base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/templates/css/page-article.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)