-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
29 lines (25 loc) · 830 Bytes
/
about.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
<!DOCTYPE html>
<head>
<link type="text/css" rel="stylesheet" href="secundair.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#43cea2">
<title>About</title>
</head>
<body>
<nav>
<ul>
<li><a href="http://daruso.github.io">Home</a></li>
<li><a href="http://daruso.github.io/about">About</a></li>
</ul>
</nav>
<header>
<div class="slide-right">
<h1>About</h1>
</div>
<h3> Some general info about me </h3>
</header>
<main>
<p>Hey! I'm Dan and you are looking at my portfolio.<br> Right now it does not look that amazing, but that will change for sure!</p>
<p>On this portfolio I will showcase my work and I might even show some of my progress as I am going along. I hope you will find something interesting on my web page.</p>
</main>
</body>