-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
33 lines (33 loc) · 1.43 KB
/
portfolio.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
<html>
<head>
<title>Portfolio</title>
<link rel="stylesheet" href="/CSS/portfolio.css">
</head>
<body>
<main>
<nav>
<header>
EXPERIENCE<br>
-MAY VARY-<br>
</header>
<div id="nav-link">
<a href="#"><img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"></a></a>
<a href="#"><img src="https://blog.codepen.io/wp-content/uploads/2012/06/Button-Fill-Black-Large.png"></a></a>
<a href="#"><img src="/Images/Twitter_Logo_Blue.png"></a></a>
</div>
</nav>
<section>
<div id="center-text">
<h2 id="animation-h2-0">I am a :</h2>
<h3 id="animation-h3-0">or at least I try to be a :</h3>
<h2 id="animation-h2-1">Full Stack Developer,</h2>
<h3 id="animation-h3-1">- JavaScript, Python and MongoDB.</h3>
<h2 id="animation-h2-2">Multimedia Designer,</h2>
<h3 id="animation-h3-2">- Video, Games and Comics.</h3>
<h2 id="animation-h2-3">and Visual Artist.</h2>
<h3 id="animation-h3-3">- Concept, Digital and Illustrations.</h3>
</div>
</section>
</main>
</body>
</html>