-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
122 lines (92 loc) · 3.43 KB
/
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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>JK | About Me</title>
<meta name="description" content="About Jimmy Kamau">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="About Me">
<meta property="og:type" content="website">
<meta property="og:url" content="https://jimmykamau.com//about">
<meta property="og:description" content="About Jimmy Kamau">
<meta property="og:site_name" content="JK">
<meta property="og:image" content="https://jimmykamau.com//assets/og-image.jpg">
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="https://jimmykamau.com//about">
<meta name="twitter:title" content="About Me">
<meta name="twitter:description" content="About Jimmy Kamau">
<meta name="twitter:image" content="https://jimmykamau.com//assets/og-image.jpg">
<link rel="apple-touch-icon" href="/assets/apple-touch-icon.png">
<link href="https://jimmykamau.com//feed.xml" type="application/rss+xml" rel="alternate" title="JK Last 10 blog posts" />
<link type="text/css" rel="stylesheet" href="/assets/light.css">
</head>
<body>
<main role="main">
<div class="grid grid-centered">
<div class="grid-cell">
<nav class="header-nav reveal">
<a href="/" class="header-logo" title="JK">JK</a>
<ul class="header-links">
<li>
<a href="https://twitter.com/kamau_jimmy" target="_blank" title="Twitter">
<span class="icon icon-social-twitter"></span>
</a>
</li>
<li>
<a href="https://www.facebook.com/xerxes.slim" target="_blank" title="Facebook">
<span class="icon icon-social-facebook"></span>
</a>
</li>
<li>
<a href="https://github.com/jimmykamau" target="_blank" title="GitHub">
<span class="icon icon-social-github"></span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/jimmy-kamau" target="_blank" title="LinkedIn">
<span class="icon icon-social-linkedin"></span>
</a>
</li>
<li>
<a href="mailto:email@jimmykamau.com" title="Email">
<span class="icon icon-at"></span>
</a>
</li>
<li>
<a href="/feed.xml" target="_blank" title="RSS">
<span class="icon icon-social-rss"></span>
</a>
</li>
</ul>
</nav>
<div class="about reveal">
<img src="/assets/about.jpg" alt="About Nielsen Ramon header image" />
<h1>About me</h1>
<p>
....I am <b>Jimmy Kamau</b>. I am....
</p>
</div>
<footer class="footer reveal">
<p>
Copyright <a href="/about" title="About me"><b>Jimmy Kamau</b></a> ©<i id="copy_year">2019</i></br>
</p>
<p>
Published with <a href="https://jekyllrb.com/" target="_blank" title="Jekyll">Jekyll</a> and hosted on <a href="https://pages.github.com/" target="_blank" title="Github Pages">Github Pages</a>
</p>
</footer>
</div>
</div>
</main>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ['Cormorant Garamond:700', 'Lato:300,400,700']
}
});
</script>
<script type="text/javascript" src="/assets/vendor.js"></script>
<script type="text/javascript" src="/assets/application.js"></script>
</body>
</html>