Rename elements and update styling

This commit is contained in:
2024-06-23 18:37:44 +01:00
parent 171af2ddcf
commit 490d47eee6
5 changed files with 50 additions and 35 deletions

View File

@@ -7,12 +7,12 @@
<!--
- favicon
-->
<link rel="shortcut icon" href="./assets/images/logo.ico" type="image/x-icon">
<link rel="shortcut icon" href="/assets/images/logo.ico" type="image/x-icon">
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="/assets/css/style.css">
<!--
- google font link
@@ -20,4 +20,6 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
<script src="https://unpkg.com/imagesloaded@5/imagesloaded.pkgd.min.js"></script>
<script src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script>
</head>