Skip to content

Commit

Permalink
Revamps ui design
Browse files Browse the repository at this point in the history
  • Loading branch information
derpyzza committed Oct 27, 2024
1 parent 595fc06 commit 0ce92a3
Show file tree
Hide file tree
Showing 11 changed files with 1,084 additions and 402 deletions.
94 changes: 51 additions & 43 deletions assets/index_template.html
Original file line number Diff line number Diff line change
@@ -1,50 +1,58 @@
<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Derpyzza's site</title>
<link rel="stylesheet" href="/assets/main.css" />
</head>

<body>
<header id="header">
<span>// derpyzza's notes </span>
<nav>
<div>
<a href="/index.html">home</a>
<span>/</span>
<a href="/archive.html">archive</a>
<span>/</span>
<a href="https://github.com/derpyzza">github</a>
</div>
</nav>
</header>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Derpyzza's site</title>
<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=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="/assets/main.css" />
</head>

<main>
<section id="main">
<hgroup>
<h1>{{title}}</h1>
</hgroup>
<body>
<header id="header">
<a href="/">
// Derpyzza's notes :D
</a>
<div>
<a href="/index.html">home</a>
<span>/</span>
<a href="/archive.html">archive</a>
<span>/</span>
<a href="https://github.com/derpyzza">github</a>
</div>
</header>

{{content}}
<br>
<ul>
{{posts}}
</ul>
</section>
</main>
<main>
<section id="main">
<hgroup>
<h1>{{title}}</h1>
</hgroup>

<footer id="footer">
<hr />
<nav>
<span
>generated with
<a href="https://github.com/derpyzza/jenny"> jenny </a>
</span>
</nav>
</footer>
</body>
</html>
{{content}}
<br>
<ul>
{{posts}}
</ul>
</section>
</main>

<footer id="footer">
<nav>
<span>
Derpyzza — 2024
</span>
<span>generated with
<a href="https://github.com/derpyzza/jenny"> jenny </a>
</span>
<a href=" ">back to top</a>
</nav>
</footer>
</body>

</html>
Loading

0 comments on commit 0ce92a3

Please sign in to comment.