things
This commit is contained in:
parent
22090ac0cf
commit
caa7e85db7
@ -5,7 +5,7 @@
|
||||
@font-face {
|
||||
font-family: 'jetbrains_monoregular';
|
||||
src: url('/assets/styles/Font/jetbrainsmono-regular-webfont.woff2') format('woff2'),
|
||||
url('/assets/styles/Font/jetbrainsmono-regular-webfont.woff') format('woff');
|
||||
url('/assets/styles/Font/jetbrainsmono-regular-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
|
96
blog.html
96
blog.html
@ -36,55 +36,69 @@
|
||||
<link rel="stylesheet" href="/assets/styles/noscroll.css" />
|
||||
<link rel="stylesheet" href="/assets/styles/navbar.css" />
|
||||
<link rel="stylesheet" href="/assets/styles/blog.css" />
|
||||
<link rel="stylesheet" href="/assets/styles/Font.css">
|
||||
<link rel="stylesheet" href="/assets/styles/footer.css">
|
||||
<link rel="stylesheet" href="/assets/styles/Font.css" />
|
||||
<link rel="stylesheet" href="/assets/styles/footer.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="page-container">
|
||||
<div class="bg"></div>
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/sitemap.html">Sitemap</a></li>
|
||||
<li><a class="active" href="/blog.html">Blog</a></li>
|
||||
<li><a href="/wip.html">WIP</a></li>
|
||||
</ul>
|
||||
<div id="content-wrap">
|
||||
<div class="header">
|
||||
<h2>Blog I guess</h2>
|
||||
</div>
|
||||
<div class="bg"></div>
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/sitemap.html">Sitemap</a></li>
|
||||
<li><a class="active" href="/blog.html">Blog</a></li>
|
||||
<li><a href="/wip.html">WIP</a></li>
|
||||
</ul>
|
||||
<div id="content-wrap">
|
||||
<div class="header">
|
||||
<h2>Blog I guess</h2>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="leftcolumn">
|
||||
<div class="card">
|
||||
<h2>Hello World</h2>
|
||||
<h5>First Blog Post, Nov 23, 2022</h5>
|
||||
<div style="height:300px;">
|
||||
<img
|
||||
class="image"
|
||||
src="/assets/Blog Files/Images/HelloWorld.png"
|
||||
alt=""
|
||||
/>
|
||||
<div class="row">
|
||||
<div class="leftcolumn">
|
||||
<div class="card">
|
||||
<h2>Hello World</h2>
|
||||
<h5>First Blog Post, Nov 23, 2022</h5>
|
||||
<div style="height:300px;">
|
||||
<img
|
||||
class="image"
|
||||
src="/assets/Blog Files/Images/HelloWorld.png"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
<p>This Blog will have update notes and other things.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="rightcolumn">
|
||||
<div class="card">
|
||||
<h2>About Me</h2>
|
||||
<p>I like playing Bloons Tower Defense and coding</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Follow Me</h3>
|
||||
<p>Nothing Here Yet</p>
|
||||
</div>
|
||||
</div>
|
||||
<p>This Blog will have update notes and other things.</p>
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
<div class="rightcolumn">
|
||||
<div class="card">
|
||||
<h2>About Me</h2>
|
||||
<p>I like playing Bloons Tower Defense and coding</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Follow Me</h3>
|
||||
<p>Nothing Here Yet</p>
|
||||
</div>
|
||||
<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
|
||||
>.
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
<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>.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
66
index.html
66
index.html
@ -36,40 +36,58 @@
|
||||
<link rel="stylesheet" href="/assets/styles/noscroll.css" />
|
||||
<link rel="stylesheet" href="/assets/styles/navbar.css" />
|
||||
<link rel="stylesheet" href="/assets/styles/blog.css" />
|
||||
<link rel="stylesheet" href="/assets/styles/Font.css">
|
||||
<link rel="stylesheet" href="/assets/styles/footer.css">
|
||||
<link rel="stylesheet" href="/assets/styles/Font.css" />
|
||||
<link rel="stylesheet" href="/assets/styles/footer.css" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="page-container">
|
||||
<div class="bg"></div>
|
||||
<ul>
|
||||
<li><a class="active" href="/">Home</a></li>
|
||||
<li><a href="/sitemap.html">Sitemap</a></li>
|
||||
<li><a href="/blog.html">Blog</a></li>
|
||||
<li><a href="/wip.html">WIP</a></li>
|
||||
</ul>
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<div id="content-wrap">
|
||||
|
||||
<img src="/assets/imgs/zuck.jpg" alt="Geometry Tools Ga" style="width:300px;height:300px;" srcset=""class="broider"></img>
|
||||
<p class="double"> <span class="auto-type"></span></p>
|
||||
|
||||
<div id="page-container">
|
||||
<div class="bg"></div>
|
||||
<ul>
|
||||
<li><a class="active" href="/">Home</a></li>
|
||||
<li><a href="/sitemap.html">Sitemap</a></li>
|
||||
<li><a href="/blog.html">Blog</a></li>
|
||||
<li><a href="/wip.html">WIP</a></li>
|
||||
</ul>
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<div id="content-wrap">
|
||||
|
||||
<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>
|
||||
</div>
|
||||
<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
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
|
||||
<script>
|
||||
var typed = new Typed(".auto-type", {
|
||||
strings: ["Welcome to my Website", "Hello"],
|
||||
typeSpeed: 150,
|
||||
backSpeed: 300,
|
||||
loop: true
|
||||
})
|
||||
loop: true,
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -36,7 +36,7 @@
|
||||
<link rel="stylesheet" href="/assets/styles/noscroll.css" />
|
||||
<link rel="stylesheet" href="/assets/styles/navbar.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>
|
||||
<body>
|
||||
<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/navbar.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>
|
||||
<body>
|
||||
<div class="bg"></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user