-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (40 loc) · 1.36 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
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">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="app.css">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap" rel="stylesheet">
<title>Ablie</title>
</head>
<body>
<header>
<h1 id="my-name">Ablie</h1>
<nav>
<ul>
<li><a href="">About</a></li>
<li><a href="">Portfolio</a></li>
<li><a href="">Skills</a></li>
<li><a href="">Contact</a></li>
</ul>
</nav>
</header>
<section>
<h1 class="intro">Hey there 😃</h1>
<h2 class="intro">I'm Ablie Foon </h2>
<h2 class="intro">An enthusiastic creative problem solver and Full Stack Engineer</h2>
<!-- <a class="intro" href="www.linkedin.com/in/ablie-foon-89a042150"><img src="./images/github-logo.png" alt="">Github</a>
<a class="intro" href="https://github.com/Ablie"><img src="./images/linkedin.png" alt="">LinkedIn</a> -->
<img src="" alt="" width="100px" height="100px;">
<p id="lorem">
</p>
<h1>Portfolio</h1>
<h1>Skills</h1>
<h1>Contact</h1>
</section>
<footer>
<p>Made by Ablie!</p>
</footer>
</body>
</html>