-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (40 loc) · 1.57 KB
/
index.html
File metadata and controls
43 lines (40 loc) · 1.57 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
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>デヴィソ</title>
<meta property="og:title" content="Dev1ss0 - Creative Mind">
<meta property="og:description" content="This is the personal website of Dev1ss0.">
<meta property="og:image" content="https://dev1ss0.dev/images/pfpSS.png">
<meta property="og:url" content="https://dev1ss0.dev">
<meta property="og:type" content="website">
<meta name="theme-color" content="#e55406">
<link rel="icon" type="image/png" href="images/pfpSS.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav class="navbar">
<ul>
<li><a href="https://dev1ss0.dev">Home</a></li>
<li><a href="projects">Projects</a></li>
<li><a href="tobeadded">WIP</a></li>
</ul>
</nav>
<main>
<h1>I'm Dev1ss0.</h1>
<hr>
<h4>I'm a creative mind who loves building things, exploring ideas, and expressing myself through projects.<br>From coding, to journaling and gaming.</h4>
<hr>
<div class="btn-row social-links">
<a class="btn social-btn" href="blog.html">
<img src="images/note.png" width="28" height="28";>My Blog</a>
<a class="btn social-btn" href="discord">
<img src="images/discord.png" width="28" height="28";>Discord</a>
</div>
</main>
<footer class="footer">
<a href="https://www.flaticon.com/icons">Icons by Flaticon</a>
</footer>
</body>
</html>