-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<title> Portfolio - Fatimat Gbajabiamila </title>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Old+Standard+TT" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="public/index.css"/>
</head>
<body>
<div class="container">
<h1 class="text"> Heyyy 👋</h1>
<p>My name is Fatimat Gbajabiamila.</p>
<p class="heading__role"> I am a Full-stack Javascript Developer. </p>
<p class="text">View my projects on <a href="https://github.com/Gbaja/portfolio/blob/master/README.md" class="links"> github</a>.</p>
<p class="text">I write on <a href="https://medium.com/@fatimat" class="links">Medium</a>.</p>
<p class="text">I make some stuff on <a href="https://codepen.io/Fatimat/pens/public/" class="links">Codepen</a>.</p>
<p class="text">Connect with me on <a href="https://linkedin.com/in/fatimat-gbajabiamila" class="links">LinkedIn</a> and <a href="https://twitter.com/FG_webdev" class="links">Twitter</a>.</p>
<p class="text">Download my
<a href="./Fatimat's CV.pdf" class="links"> CV</a>.
</p>
<p class="text">Contact me via <a href="mailto:[email protected]" class="links"> email</a>.</p>
</div>
</body>
</html>