Skip to content

Commit

Permalink
hotfix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
flexxdnx committed Oct 20, 2024
1 parent 16d1103 commit 1b6b062
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/header_footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ footer {
flex-shrink: 0;
display: flex !important;
flex-direction: row !important;
color: white;
}

.left-footer-cont{
Expand Down
32 changes: 31 additions & 1 deletion html/instructions_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,36 @@
</div>
</div>
</div>
<footer class="border-top border-dark"></footer>
<footer class="border-top border-dark">
<div class="left-footer-cont">
<div class="footer-content ml-5">
<a href="https://github.com/MME-NTU-KhPI/MatViz3D" target="_blank">
MatViz3D
</a>
<p>
Department of Mathematical Modeling and Intelligent Computing in Engineering (MMI), NTU "KhPI", st. 2
Kyrpychova
Ave., c. Kharkiv, Ukraine, 61002
</p>
<p>
[email protected]
</p>
</a>
</div>
</div>
<div class="right-footer-cont">
<div class="footer-links mr-5">
<a href="https://web.kpi.kharkov.ua/dpm/uk/istoriya-kafedri/">
About the Department
</a>
<a href="#">
Team
</a>
<a href="https://web.kpi.kharkov.ua/dpm/uk/kontaktna-informatsiya-kafedri/">
Contact
</a>
</div>
</div>
</footer>
</body>
</html>

0 comments on commit 1b6b062

Please sign in to comment.