Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
<!--Footer-->
<footer class="container-fluid">
<p>© Copyright Czech technical university in Prague 2016-2023 | made by <a href="http://www.catchexception.cz/" target="_blank">Catchexception s.r.o.</a></p>
<p>© Copyright Czech technical university in Prague 2016-2025 | made by <a href="http://www.catchexception.cz/" target="_blank">Catchexception s.r.o.</a></p>
</footer>
<!--Loader-->
</div>
<!--Scroll to top button-->
<a href="#" class="scroll-to-top"><span class="glyphicon glyphicon-menu-up"></span></a>

<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!-- jQuery <=2 only is compatible with Bootstrap 3 and the .load(handler). -->
<!-- - NOTE: Updating Bootstrap at some point is desirable but will require markup changes. Ask an LLM. -->
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Jquery FlexSlider http://flexslider.woothemes.com -->
<!-- Custom scripts -->
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="js/bootstrap.mind41d.js?"></script>
<script src="js/jquery.flexsliderd41d.js?"></script>
<script src="js/customd41d.js?"></script>
Expand Down