-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
39 lines (37 loc) · 1.34 KB
/
aboutme.html
File metadata and controls
39 lines (37 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html>
<head>
<title>koeia</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="main.js" rel="script" type="text/js" />
<link rel="apple-touch-icon" sizes="180x180" href="/resources/favicon_io/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/resources/favicon_io/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/resources/favicon_io/favicon-16x16.png" />
<link rel="manifest" href="/resources/favicon_io/site.webmanifest" />
</head>
<div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li id="adminlog"><a href="https://dev.koeia.me">Login</a></li>
</ul>
</nav>
<main>
<h1>Who am I?</h1>
<p>
My name is Chason, I am currently learning how to code and I am using
this website to track my progress
</p>
<div class="gif">
<embed src="./resources/nagatoro-hayase-nagatoro-3386702483.gif" type="image/gif" width="320px" height="183px" />
</div>
</main>
<footer>
<a href="https://github.com/Koeia"><img src="./resources/github.png" height="40px" width="40px"
alt="GitHub Logo" /></a>
</footer>
</div>
</html>