forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (64 loc) · 2.6 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<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" />
<title>Emma Odia | Smart Contracts Engineer</title>
<link rel="icon" href="favicon.ico" type="image/png" />
<link
href="https://fonts.googleapis.com/css?family=Reem+Kufi|Roboto:300"
rel="stylesheet"
/>
<!-- <link
href="https://use.fontawesome.com/releases/v5.13.1/css/all.css"
rel="stylesheet"
/> -->
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/styles.css" />
<!-- <link rel="stylesheet" href="css/themes/indigo-white.css" /> -->
<link rel="stylesheet" href="css/themes/green-white.css" />
<!-- <link rel="stylesheet" href="css/themes/grey-white.css" /> -->
<script src="https://kit.fontawesome.com/be3a5a56b5.js" crossorigin="anonymous"></script>
</head>
<body>
<main>
<div class="intro">Hello, I'm Emmanuel!</div>
<div class="tagline">
Smart Contracts Engineer | Developer Advocate | Technical Writer |
Athlete 👟 🥋 🚲
</div>
<!-- Find your icons from here - https://fontawesome.com/icons?d=gallery&s=brands -->
<div class="icons-social">
<a target="_blank" href="https://github.com/emmaodia">
<i class="fab fa-github" aria-hidden="true" title="Github"></i>
<span class="sr-only">Github</span>
</a>
<a target="_blank" href="https://twitter.com/emma_odia">
<i class="fab fa-twitter" aria-hidden="true" title="Twitter"></i>
<span class="sr-only">Twitter</span>
</a>
<a target="_blank" href="https://emmaodia.hashnode.dev/">
<i class="fab fa-hashnode" aria-hidden="true" title="Technical Blog"></i>
<span class="sr-only">Hashnode</span>
</a>
<!-- <a target="_blank" href="https://stackoverflow.com/story/emmaodia">
<i
class="fab fa-stack-overflow"
aria-hidden="true"
title="StackOverflow"
></i>
<span class="sr-only">StackOverflow</span>
</a> -->
<a target="_blank" href="https://www.linkedin.com/in/emmaodia">
<i class="fab fa-linkedin" aria-hidden="true" title="LinkedIn"></i>
<span class="sr-only">LinkedIn</span>
</a>
<a target="_blank" href="https://medium.com/@emmaodia">
<i class="fab fa-medium" aria-hidden="true" title="Medium"></i>
<span class="sr-only">Medium</span>
</a>
</div>
</main>
</body>
</html>