things
This commit is contained in:
parent
22090ac0cf
commit
caa7e85db7
26
blog.html
26
blog.html
@ -36,8 +36,8 @@
|
|||||||
<link rel="stylesheet" href="/assets/styles/noscroll.css" />
|
<link rel="stylesheet" href="/assets/styles/noscroll.css" />
|
||||||
<link rel="stylesheet" href="/assets/styles/navbar.css" />
|
<link rel="stylesheet" href="/assets/styles/navbar.css" />
|
||||||
<link rel="stylesheet" href="/assets/styles/blog.css" />
|
<link rel="stylesheet" href="/assets/styles/blog.css" />
|
||||||
<link rel="stylesheet" href="/assets/styles/Font.css">
|
<link rel="stylesheet" href="/assets/styles/Font.css" />
|
||||||
<link rel="stylesheet" href="/assets/styles/footer.css">
|
<link rel="stylesheet" href="/assets/styles/footer.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="page-container">
|
<div id="page-container">
|
||||||
@ -79,12 +79,26 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br />
|
||||||
<br>
|
<br />
|
||||||
<br>
|
<br />
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
|
<a
|
||||||
|
rel="license"
|
||||||
|
href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
|
||||||
|
><img
|
||||||
|
alt="Creative Commons License"
|
||||||
|
style="border-width:0"
|
||||||
|
src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a
|
||||||
|
><br />This work is licensed under a
|
||||||
|
<a
|
||||||
|
rel="license"
|
||||||
|
href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
|
||||||
|
>Creative Commons Attribution-NonCommercial-ShareAlike 4.0
|
||||||
|
International License</a
|
||||||
|
>.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
32
index.html
32
index.html
@ -36,8 +36,8 @@
|
|||||||
<link rel="stylesheet" href="/assets/styles/noscroll.css" />
|
<link rel="stylesheet" href="/assets/styles/noscroll.css" />
|
||||||
<link rel="stylesheet" href="/assets/styles/navbar.css" />
|
<link rel="stylesheet" href="/assets/styles/navbar.css" />
|
||||||
<link rel="stylesheet" href="/assets/styles/blog.css" />
|
<link rel="stylesheet" href="/assets/styles/blog.css" />
|
||||||
<link rel="stylesheet" href="/assets/styles/Font.css">
|
<link rel="stylesheet" href="/assets/styles/Font.css" />
|
||||||
<link rel="stylesheet" href="/assets/styles/footer.css">
|
<link rel="stylesheet" href="/assets/styles/footer.css" />
|
||||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -54,12 +54,30 @@
|
|||||||
<br />
|
<br />
|
||||||
<div id="content-wrap">
|
<div id="content-wrap">
|
||||||
|
|
||||||
<img src="/assets/imgs/zuck.jpg" alt="Geometry Tools Ga" style="width:300px;height:300px;" srcset=""class="broider"></img>
|
<img
|
||||||
|
src="/assets/imgs/zuck.jpg"
|
||||||
|
alt="Geometry Tools Ga"
|
||||||
|
style="width:300px;height:300px;"
|
||||||
|
srcset=""
|
||||||
|
class="broider"
|
||||||
|
/>
|
||||||
<p class="double"><span class="auto-type"></span></p>
|
<p class="double"><span class="auto-type"></span></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>
|
<a
|
||||||
|
rel="license"
|
||||||
|
href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
|
||||||
|
><img
|
||||||
|
alt="Creative Commons License"
|
||||||
|
style="border-width:0"
|
||||||
|
src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a
|
||||||
|
><br />This work is licensed under a
|
||||||
|
<a
|
||||||
|
rel="license"
|
||||||
|
href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
|
||||||
|
>Creative Commons Attribution-NonCommercial-ShareAlike 4.0
|
||||||
|
International License</a
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
|
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
|
||||||
@ -68,8 +86,8 @@
|
|||||||
strings: ["Welcome to my Website", "Hello"],
|
strings: ["Welcome to my Website", "Hello"],
|
||||||
typeSpeed: 150,
|
typeSpeed: 150,
|
||||||
backSpeed: 300,
|
backSpeed: 300,
|
||||||
loop: true
|
loop: true,
|
||||||
})
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
<link rel="stylesheet" href="/assets/styles/noscroll.css" />
|
<link rel="stylesheet" href="/assets/styles/noscroll.css" />
|
||||||
<link rel="stylesheet" href="/assets/styles/navbar.css" />
|
<link rel="stylesheet" href="/assets/styles/navbar.css" />
|
||||||
<link rel="stylesheet" href="/assets/styles/blog.css" />
|
<link rel="stylesheet" href="/assets/styles/blog.css" />
|
||||||
<link rel="stylesheet" href="/assets/styles/Font.css">
|
<link rel="stylesheet" href="/assets/styles/Font.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="bg"></div>
|
<div class="bg"></div>
|
||||||
|
2
wip.html
2
wip.html
@ -36,7 +36,7 @@
|
|||||||
<link rel="stylesheet" href="/assets/styles/noscroll.css" />
|
<link rel="stylesheet" href="/assets/styles/noscroll.css" />
|
||||||
<link rel="stylesheet" href="/assets/styles/navbar.css" />
|
<link rel="stylesheet" href="/assets/styles/navbar.css" />
|
||||||
<link rel="stylesheet" href="/assets/styles/blog.css" />
|
<link rel="stylesheet" href="/assets/styles/blog.css" />
|
||||||
<link rel="stylesheet" href="/assets/styles/Font.css">
|
<link rel="stylesheet" href="/assets/styles/Font.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="bg"></div>
|
<div class="bg"></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user