Begin working on new website
This commit is contained in:
parent
98e58fb8ff
commit
72ecd1ff74
15 changed files with 54 additions and 36 deletions
9
_dev/index.html
Normal file
9
_dev/index.html
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<p>Turning the internet into a bunch of trackers, ads and zoomers yelling at eachother since 2013</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
38
_old/index.html
Normal file
38
_old/index.html
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>hippoz</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/res/style.css">
|
||||||
|
|
||||||
|
<meta name="description" content="Hippoz's homepage on hippoz.xyz with a file server, a git server, an about page, a contact page, and a blog.">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="card navigation noselect">
|
||||||
|
<div class="navigation-branding">
|
||||||
|
<span class="navigation-branding-h">
|
||||||
|
h
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="navigation-buttons">
|
||||||
|
<!-- TODO: make these anchor tags with href https://www.youtube.com/watch?v=nwGY-9lwTF4 -->
|
||||||
|
<button id='button-home' class="button-default button-selected">home</button>
|
||||||
|
<button id='button-blog' class="button-default">blog</button>
|
||||||
|
<button id='button-file-server' class="button-default">file server</button>
|
||||||
|
<button id='button-git-server' class="button-default">git server</button>
|
||||||
|
<button id='button-contact-me' class="button-default">contact me</button>
|
||||||
|
<button id='button-about-me' class="button-default">about me</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="card" id="content-container">
|
||||||
|
<h2>loading...</h2>
|
||||||
|
<p>i think</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script src="https://git.hippoz.xyz/personalprojects/bloom/raw/branch/master/js/lib.js"></script>
|
||||||
|
<script src="/res/index.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
41
index.html
41
index.html
|
@ -1,38 +1,9 @@
|
||||||
<!DOCTYPE html>
|
<html>
|
||||||
<html lang="en">
|
<head>
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>hippoz</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/res/style.css">
|
</head>
|
||||||
|
|
||||||
<meta name="description" content="Hippoz's homepage on hippoz.xyz with a file server, a git server, an about page, a contact page, and a blog.">
|
<body>
|
||||||
</head>
|
<p>Shhh...</p>
|
||||||
<body>
|
</body>
|
||||||
<div class="card navigation noselect">
|
|
||||||
<div class="navigation-branding">
|
|
||||||
<span class="navigation-branding-h">
|
|
||||||
h
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<div class="navigation-buttons">
|
|
||||||
<!-- TODO: make these anchor tags with href https://www.youtube.com/watch?v=nwGY-9lwTF4 -->
|
|
||||||
<button id='button-home' class="button-default button-selected">home</button>
|
|
||||||
<button id='button-blog' class="button-default">blog</button>
|
|
||||||
<button id='button-file-server' class="button-default">file server</button>
|
|
||||||
<button id='button-git-server' class="button-default">git server</button>
|
|
||||||
<button id='button-contact-me' class="button-default">contact me</button>
|
|
||||||
<button id='button-about-me' class="button-default">about me</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="card" id="content-container">
|
|
||||||
<h2>loading...</h2>
|
|
||||||
<p>i think</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<script src="https://git.hippoz.xyz/personalprojects/bloom/raw/branch/master/js/lib.js"></script>
|
|
||||||
<script src="/res/index.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue