-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 857 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.1">
<title>Sivak's portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="hero">
<nav>
<h1 class="main">Sivak's Portfolio</h1>
<ul>
<li><a href="./pages/about.html"><u>About</u></a></li>
<li><a href="#"><u>Work</u></a></li>
<li><a href="#"><u>Contributions</u></a></li>
</ul>
</nav>
</div>
<div class="page">
<h2 class="glow" style="color: #cdd6f4"><u>About me</u></h2>
<p class="glow" style="color: #cdd6f4">I like to play<b style="color: #ca9ee6" >video games</b>😎</p>
</div>
</body>
</html>