Skip to content

Commit 90ec4f9

Browse files
committed
update links and prep for next post
1 parent 8d42a9c commit 90ec4f9

File tree

9 files changed

+5
-5
lines changed

9 files changed

+5
-5
lines changed
58.8 KB
Loading
59 KB
Loading
120 KB
Loading
77.9 KB
Loading
105 KB
Loading

theme/templates/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div style="margin: 0 0 12px;background-color:#22B24C;">
2626
<div class="cn">
2727
<p class="banner sns">
28-
<a href="https://developer.okta.com/" style="color:#fff">Easily secure and authenticate user accounts in your Python web applications with Okta</a>.
28+
<a href="https://developer.okta.com/signup/?utm_source=FullStackPython&utm_medium=Display&utm_campaign=Oct%2018" style="color:#fff">Easily secure and authenticate user accounts in your Python web applications with Okta</a>.
2929
</p>
3030
</div>
3131
</div>

theme/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h3>What do you need to learn to create your application?</h3>
4545
<div style="margin: 0 0 12px;background-color: #22B24C;">
4646
<div class="cn">
4747
<p class="banner sns">
48-
<a href="https://developer.okta.com/" style="color:#fff">Easily secure and authenticate user accounts in your Python web applications with Okta</a>.
48+
<a href="https://developer.okta.com/signup/?utm_source=FullStackPython&utm_medium=Display&utm_campaign=Oct%2018" style="color:#fff">Easily secure and authenticate user accounts in your Python web applications with Okta</a>.
4949
</p>
5050
</div>
5151
</div>

theme/templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<div style="margin: 0 0 12px;background-color:#22B24C;">
5757
<div class="cn">
5858
<p class="banner sns">
59-
<a href="https://developer.okta.com/" style="color:#fff">Easily secure and authenticate user accounts in your Python web applications with Okta</a>.
59+
<a href="https://developer.okta.com/signup/?utm_source=FullStackPython&utm_medium=Display&utm_campaign=Oct%2018" style="color:#fff">Easily secure and authenticate user accounts in your Python web applications with Okta</a>.
6060
</p>
6161
</div>
6262
</div>

theme/templates/sponsor/okta.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<a href="https://developer.okta.com/" style="border:none"><img src="/img/logos/okta.png" alt="Okta logo." width="100%" style="padding:6px 0 12px"></a>
2-
<p class="sps">Secure and manage identities in your Python web apps <a href="https://developer.okta.com/">with Okta</a>.</p>
1+
<a href="https://developer.okta.com/signup/?utm_source=FullStackPython&utm_medium=Display&utm_campaign=Oct%2018" style="border:none"><img src="/img/logos/okta.png" alt="Okta logo." width="100%" style="padding:6px 0 12px"></a>
2+
<p class="sps">Secure and manage identities in your Python web apps <a href="https://developer.okta.com/signup/?utm_source=FullStackPython&utm_medium=Display&utm_campaign=Oct%2018">with Okta</a>.</p>

0 commit comments

Comments
 (0)