new icon, ubuntu font
This commit is contained in:
25
index.html
25
index.html
@ -12,10 +12,16 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="shortcut icon" href="img/icons8-rocket.gif" />
|
||||
<!--nav bar-->
|
||||
<script
|
||||
src="https://kit.fontawesome.com/0a43c6cd1f.js"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
crossorigin="anonymous"></script>
|
||||
<!--icons dark, go to up-->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
|
||||
<!--ubuntu fonts-->
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap')
|
||||
</style>
|
||||
<title>ApolloNvim</title>
|
||||
</head>
|
||||
|
||||
@ -38,8 +44,10 @@
|
||||
<!-- <i class="fa-solid fa-xmark"></i> -->
|
||||
</div>
|
||||
</header>
|
||||
<button id="toggleButton">Dracula/Light mode</button>
|
||||
<hr />
|
||||
<hr>
|
||||
<button id="toggleButton"><i class="fas fa-adjust"></i></button>
|
||||
<!--<button onclick="toggleMode()" id="toggleButton" title="Toggle Dark/Light Mode"><i class="fas fa-adjust"></i></button>-->
|
||||
|
||||
<!-- Sekce 1 -->
|
||||
<section class="content" id="welcome">
|
||||
<section class="welcome">
|
||||
@ -421,11 +429,11 @@
|
||||
👉 <a href="https://i3wm.org/" target="_blank">i3 window manager</a>
|
||||
</p>
|
||||
</section>
|
||||
<!--<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">Nahoru</button>-->
|
||||
</section>
|
||||
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
|
||||
Nahoru
|
||||
</button>
|
||||
<!--<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">-->
|
||||
<!--Nahoru-->
|
||||
<!--</button>-->
|
||||
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top"><i class="fas fa-arrow-up"></i></button>
|
||||
<footer>
|
||||
Copyright ©
|
||||
<a href="https://git.archoslinux.cz/kankys" target="_blank"
|
||||
@ -434,7 +442,6 @@
|
||||
2024
|
||||
</footer>
|
||||
</section>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user