Skip to content

Commit f6a09e6

Browse files
committed
Make minimalistic informative footer
1 parent 8c23771 commit f6a09e6

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

index.html

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,24 @@ <h3>
302302
</div>
303303
</div>
304304
</div>
305-
<footer class="badge">
306-
<a href="https://github.com/minskpython/minskpython.github.io" target="_blank" rel="noopener noreferrer">Fork me on GitHub!
307-
</a>
308-
</footer>
305+
<div class="extra-wrapper footer">
306+
<div class="content" style="color: lightgray">
307+
<h2>Spaces</h2>
308+
<div class="three-in-row">
309+
<div><h3><a href="https://www.youtube.com/c/MinskPythonMeetup" target="_blank" rel="noopener noreferrer">Youtube</a></h3></div>
310+
<div><h3><a href="https://t.me/minsk_python" target="_blank" rel="noopener noreferrer">Telegram</a></h3></div>
311+
<div><h3><a href="https://github.com/minskpython/" target="_blank" rel="noopener noreferrer">Github</a></h3></div>
312+
</div>
313+
<div style="padding:120px 0">
314+
<p>
315+
© 2024 Minsk Python Community. All rights reserved. This website is built using open-source software.
316+
The source code is available on
317+
<a href="https://github.com/minskpython/minskpython.github.io" target="_blank" rel="noopener noreferrer">GitHub</a>.
318+
We appreciate your contributions! Join our open community.
319+
</p>
320+
</div>
321+
</div>
322+
</div>
309323
</body>
310324
<style>
311325
.ico-telegram {

0 commit comments

Comments
 (0)