generated from talal12bfk/SHT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.11 KB
/
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
27
28
29
30
31
<!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">
<link rel="shortcut icon" href="favicon.webp" type="image/webp">
<link rel="stylesheet" href="style.css">
<title>Talal's Web Blog</title>
</head>
<body>
<nav>
<a class="nav-item" href="index.html">Home</a>
<a class="nav-item" href="https://github.com/talal12bfk" target="_blank" rel="noopener noreferrer">Github</a>
<a class="nav-item" href="https://poa.st/users/tgolmgol" target="_blank" rel="noopener noreferrer">Social</a>
</nav>
<main>
<section class="me">
<h1>Hello im Talal.</h1>
<p>Im a highschool student and a newbie programmer</p>
<p>Current goals are:</p>
<ul>
<li>get done with this blog setup</li>
</ul>
</section>
<section class="posts">
<a href="posts/getstarted.html">The Best Way to GET started programming ;]</a>
</section>
</main>
</body>
</html>