Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 9ecd814

Browse files
committed
version, bootstrap local
1 parent 297be00 commit 9ecd814

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

hints/static/css/bootstrap.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hints/templates/layout.html

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<!-- and OG favicon -->
1818
<link rel="shortcut icon" href="{{ url_for('static', filename='favicons/favicon.ico') }}">
1919
<meta name="description" content="CTF Hints and Flag Site for the ColaCo Challenge">
20-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
20+
<link rel="stylesheet" type= "text/css" href="{{ url_for('static', filename='css/bootstrap.min.css') }}">
2121
<!-- js -->
2222
<script src="{{ url_for('static', filename='js/code.js') }}"></script>
2323
{% endblock %}
@@ -31,28 +31,9 @@
3131
<ul class="nav justify-content-center border-bottom pb-3 mb-3">
3232
<li class="nav-item"><a href="{{ url_for('ctf.index') }}" class="nav-link px-2 text-muted">Home</a></li>
3333
<li class="nav-item"><a href="{{ url_for('ctf.flags') }}" class="nav-link px-2 text-muted">Flags</a></li>
34-
<!-- <li class="nav-item"><a href="#" class="nav-link px-2 text-muted">Pricing</a></li>
35-
<li class="nav-item"><a href="#" class="nav-link px-2 text-muted">FAQs</a></li>
36-
<li class="nav-item"><a href="#" class="nav-link px-2 text-muted">About</a></li> -->
3734
</ul>
38-
<p class="text-center text-muted">Version {{version}}</p>
39-
<p class="text-center text-muted">&copy; {{year}} aviparshan.com</p>
35+
<p class="text-center text-muted">&copy; {{year}} aviparshan.com v{{version}}</p>
4036
</footer>
4137
</div>
42-
43-
<!-- <div id="footer">
44-
{% block footer %}
45-
<footer class="site-footer">
46-
disclaimer
47-
<span class="site-footer-disclaimer">This site is for educational purposes only. Do not use this site for any illegal activities. This site is not a part of the CTF challenge itself</span>
48-
<span class="site-footer-owner">&copy; 2024
49-
<a href="http://aviparshan.com"
50-
target="_blank">aviparshan.com</a></span>
51-
52-
</footer>
53-
{% endblock %}
54-
</div>
55-
-->
5638
</body>
57-
5839
</html>

0 commit comments

Comments
 (0)