Added favicon, mobile stylesheet and equipment page

release/0.3.0
Aney 5 years ago
parent 1aa63d9793
commit 01e40ad933

@ -0,0 +1,13 @@
@media screen and (max-device-width: 480px){
.main{
}
h1,h2,h3,h4,h5,p{
text-align: center;
}
.content-list section{
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Aney's Homepage</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="/css/style.css" type="text/css" rel="stylesheet">
<link rel="shortcut icon" href="/favicon/favicon.ico">
<link rel="icon" href="/favicon/favicon.ico">
</head>
<body>
<header>
<div class="main">
<h1>Aney</h1>
<nav>
<ul>
<li><p><a href="/index.html">Home</a></p></li>
<li><p><a href="/blog.html">Blog</a></p></li>
<li><p><a href="/tech.html">Equipment</a></p></li>
<li><p><a href="https://www.youtube.com/user/AneyOC">Youtube</a></p></li>
<li><p><a href="https://www.github.com/aney">Github</a></p></li>
<li><p><a href="/donate.html">Support</a></p></li>
</ul>
</nav>
</div>
</header>
<footer>
<p>Designed and written with <a href="https://danluu.com/web-bloat/">web bloat</a> in mind.</p>
<p>Made with <a href="#">aSite</a> | <a href="https://github.com/Aney/website">Source Code</a></p>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Loading…
Cancel
Save