Skip to content

Commit 1f96f9d

Browse files
committed
unofficial site, not affiliated with SO
1 parent ede72a8 commit 1f96f9d

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
sopython
22
========
33

4-
Welcome to **so**\ python, the website of the Python community on
5-
`Stack Overflow`_.
4+
Welcome to **so**\ python, the unofficial website of the Python
5+
community on `Stack Overflow`_.
66

77
Join us for chat in the `Python room`_!
88

sopy/templates/base.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@
4141

4242
<main class="container">{% block content %}{% endblock %}</main>
4343

44-
<footer class="container"><div class="row"><div class="col-md-12">
45-
<p class="small">Made by the cabbage addicts from the <a href="http://chat.stackoverflow.com/rooms/6/python">Python room</a> on <a href="http://stackoverflow.com/">Stack Overflow</a>.<br/>
46-
<a href="https://github.com/sopython/sopython-site">sopython-site v{{ __version__ }}</a></p>
44+
<footer class="container small"><div class="row"><div class="col-md-12">
45+
<p>Made by the cabbage addicts from the <a href="https://chat.stackoverflow.com/rooms/6/python">Python room</a> on <a href="https://stackoverflow.com/">Stack Overflow</a>.</p>
46+
<p>This site is not affiliate with Stack Overflow. Contact us via <a href="https://chat.stackoverflow.com/rooms/6/python">chat</a> or <a href="mailto:chatroom@sopython.com">email</a>.</p>
47+
<p><a href="https://github.com/sopython/sopython-site">sopython-site v{{ __version__ }}</a></p>
4748
</div></div></footer>
4849

4950
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>

sopy/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<div class="row"><div class="col-md-12">
77
<div class="jumbotron">
88
<h2>print('Hello, World!')</h2>
9-
<p>Welcome to <strong>so</strong>python, the website of the Python community on <a href="http://stackoverflow.com/">Stack Overflow</a>.</p>
10-
<p>Join us for chat in the <a href="http://chat.stackoverflow.com/rooms/6/python">Python room</a>!</p>
9+
<p>Welcome to <strong>so</strong>python, the unofficial website of the Python community on <a href="https://stackoverflow.com/">Stack Overflow</a>.</p>
10+
<p>Join us for chat in the <a href="https://chat.stackoverflow.com/rooms/6/python">Python room</a>!</p>
1111
</div>
1212
</div></div>
1313
{% endblock %}

0 commit comments

Comments
 (0)