Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions templates/index-python.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@
<div class="container" id="main">
<div class="row">
<div class="col">
<a
href="https://codingforkids.io?utm_source=learnpython&utm_medium=banner&utm_campaign=cfk-learnpython&utm_id=learnpython"
target="_blank">
<img src="/static/img/banners/cfk/cfk-billboard.png" style="width: 100%; margin-bottom: 10px"/>
</a>
<a href="https://coddyapp.onelink.me/bvMS/3nrlodkd?af_sub1=learnpython.org" target="_blank">
<img src="/static/img/banners/coddy/coddy-billboard-bottom-python.png" style="width: 100%; margin-bottom: 10px"/>
</a>
</div>
</div>

Expand Down Expand Up @@ -68,8 +66,8 @@ <h1>{{ page_title }}</h1>
<div>
<p>This site is generously supported by <a href="https://datacamp.pxf.io/c/67577/1012793/13294?sharedId=learnpython.org">DataCamp</a>. DataCamp offers online interactive <a href="https://datacamp.pxf.io/c/67577/1012793/13294?sharedId=learnpython.org">Python Tutorials</a> for Data Science. Join <b>over a million</b> other learners and get started learning Python for data science today!</p>
{# <p>Ready to take the test? Head onto <a href="https://www.learnx.org" target="_blank">LearnX</a> and get your Python Certification!</p>#}
<a href="https://coddy.tech/landing/python?from=learnpython.org" target="_blank">
<img src="/static/img/banners/coddy/coddy-billboard-bottom-python.png" style="width: 100%; margin-bottom: 10px"/>
<a href="https://codingforkids.io?utm_source=learnpython&utm_medium=banner&utm_campaign=cfk-learnpython&utm_id=learnpython" target="_blank">
<img src="/static/img/banners/cfk/cfk-billboard.png" style="width: 100%; margin-bottom: 10px"/>
</a>

<div style="display: flex; gap: 8px">
Expand Down
6 changes: 3 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="col-12">
<div class="d-none d-lg-block">
{% if domain_data.language == "javascript" %}
<a href="https://coddy.tech/landing/javascript?from=learn-js.org" target="_blank">
<a href="https://coddyapp.onelink.me/bvMS/0nt24j38?af_sub1=learn-js.org" target="_blank">
<img src="/static/img/banners/coddy/coddy-billboard-js.png" style="width: 100%; margin-bottom: 10px"/>
</a>
{% else %}
Expand Down Expand Up @@ -123,7 +123,7 @@ <h1>{{ page_title }}</h1>
<div class="row mt-2">
<div class="col">
{% if domain_data.language == "javascript" %}
<a href="https://coddy.tech/landing/javascript?from=learn-js.org" target="_blank">
<a href="https://coddyapp.onelink.me/bvMS/0nt24j38?af_sub1=learn-js.org" target="_blank">
<img src="/static/img/banners/coddy/coddy-billboard-js.png" style="width: 100%; margin-bottom: 10px"/>
</a>
{% else %}
Expand Down Expand Up @@ -161,7 +161,7 @@ <h4>Sponsors</h4>
{# </div>#}
<div class="mt-3">
{% if domain_data.language == "javascript" %}
<a href="https://coddy.tech/landing/javascript?from=learn-js.org" target="_blank">
<a href="https://coddyapp.onelink.me/bvMS/0nt24j38?af_sub1=learn-js.org" target="_blank">
<img src="/static/img/banners/coddy/coddy-billboard-long-js.png" style="width: 100%; margin-bottom: 10px"/>
</a>
{% else %}
Expand Down