things
This commit is contained in:
parent
22090ac0cf
commit
caa7e85db7
@ -5,7 +5,7 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'jetbrains_monoregular';
|
font-family: 'jetbrains_monoregular';
|
||||||
src: url('/assets/styles/Font/jetbrainsmono-regular-webfont.woff2') format('woff2'),
|
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-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: jetbrains_monoregular;
|
font-family: jetbrains_monoregular;
|
||||||
}
|
}
|
96
blog.html
96
blog.html
@ -36,55 +36,69 @@
|
|||||||
<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">
|
||||||
<div class="bg"></div>
|
<div class="bg"></div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/">Home</a></li>
|
<li><a href="/">Home</a></li>
|
||||||
<li><a href="/sitemap.html">Sitemap</a></li>
|
<li><a href="/sitemap.html">Sitemap</a></li>
|
||||||
<li><a class="active" href="/blog.html">Blog</a></li>
|
<li><a class="active" href="/blog.html">Blog</a></li>
|
||||||
<li><a href="/wip.html">WIP</a></li>
|
<li><a href="/wip.html">WIP</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="content-wrap">
|
<div id="content-wrap">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h2>Blog I guess</h2>
|
<h2>Blog I guess</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="leftcolumn">
|
<div class="leftcolumn">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h2>Hello World</h2>
|
<h2>Hello World</h2>
|
||||||
<h5>First Blog Post, Nov 23, 2022</h5>
|
<h5>First Blog Post, Nov 23, 2022</h5>
|
||||||
<div style="height:300px;">
|
<div style="height:300px;">
|
||||||
<img
|
<img
|
||||||
class="image"
|
class="image"
|
||||||
src="/assets/Blog Files/Images/HelloWorld.png"
|
src="/assets/Blog Files/Images/HelloWorld.png"
|
||||||
alt=""
|
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>
|
</div>
|
||||||
<p>This Blog will have update notes and other things.</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
</div>
|
</div>
|
||||||
<div class="rightcolumn">
|
<div id="footer">
|
||||||
<div class="card">
|
<a
|
||||||
<h2>About Me</h2>
|
rel="license"
|
||||||
<p>I like playing Bloons Tower Defense and coding</p>
|
href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
|
||||||
</div>
|
><img
|
||||||
<div class="card">
|
alt="Creative Commons License"
|
||||||
<h3>Follow Me</h3>
|
style="border-width:0"
|
||||||
<p>Nothing Here Yet</p>
|
src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a
|
||||||
</div>
|
><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>
|
||||||
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
68
index.html
68
index.html
@ -36,40 +36,58 @@
|
|||||||
<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>
|
||||||
<div id="page-container">
|
<div id="page-container">
|
||||||
<div class="bg"></div>
|
<div class="bg"></div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="active" href="/">Home</a></li>
|
<li><a class="active" href="/">Home</a></li>
|
||||||
<li><a href="/sitemap.html">Sitemap</a></li>
|
<li><a href="/sitemap.html">Sitemap</a></li>
|
||||||
<li><a href="/blog.html">Blog</a></li>
|
<li><a href="/blog.html">Blog</a></li>
|
||||||
<li><a href="/wip.html">WIP</a></li>
|
<li><a href="/wip.html">WIP</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<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
|
||||||
<p class="double"> <span class="auto-type"></span></p>
|
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>
|
||||||
<div id="footer">
|
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
|
||||||
<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>
|
<script>
|
||||||
var typed = new Typed(".auto-type", {
|
var typed = new Typed(".auto-type", {
|
||||||
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