Skip to content
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://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>
</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