-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (44 loc) · 1.87 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta charset="utf-8" />
<!-- {{ page.title }} - -->
<title>home</title>
<link rel="stylesheet" href="/main.css">
<script src="/main.js"></script>
</head>
<body>
<table class="navbar-table">
<tr>
<td><a href="/home.html" class="active">home</a></td>
<td><a href="/about.html" class="active">about</a></td>
<td><a href="/blog.html" class="active">blog</a></td>
<td><a href="/contact.html" class="active">contact</a></td>
</tr>
</table>
<h1 class="typewrite">
<a href="" class="typewrite" data-period="2000" data-type='[ "Hi, Im Stephen.", "Im a Researcher.", "Im a Writer.", "Im a Developer." ]'>
<span class="wrap"></span>
</a>
</h1>
<table class="footer-table">
<tr>
<td><a href="https://www.twitter.com/1stepho">twitter</a></td>
<td><a href="https://www.linkedin.com/in/omorogbe/">linkedin</a></td>
<td><a href="https://github.com/omorogbe">github</a></td>
<td><a href="https://nyu.academia.edu/StephenOmorogbe">academia</a></td>
</tr>
</table>
<footer class="site-footer">
<div class="container">
<small class="pull-left">© <script>document.write(new Date().getFullYear())</script> Stephen Omorogbe. All rights reserved.</small>
</div>
</footer>
</body>
</html>