-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
187 lines (160 loc) · 7.23 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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="assets/img/favicon.png?v=2">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Leonard Githigi</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<!-- Fonts and icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" />
<!-- CSS Files -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/material-kit.css" rel="stylesheet"/>
<link href="assets/css/demo.css" rel="stylesheet"/>
</head>
<body class="profile-page">
<nav class="navbar navbar-transparent navbar-fixed-top navbar-color-on-scroll">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-example">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="http://githigi.me">
<div class="logo-container">
<div class="logo">
<img src="assets/img/logo.png" alt="Leo's logo" rel="tooltip" title="Leonard Githigi" data-placement="bottom" data-html="true">
</div>
<div class="brand">
Leonard Githigi
</div>
</div>
</a>
</div>
<div class="collapse navbar-collapse" id="navigation-example">
<ul class="nav navbar-nav navbar-right">
<li>
<a rel="tooltip" title="Follow me on Github" data-placement="bottom" href="https://www.github.com/rawplutonium" target="_blank" class="btn btn-white btn-simple btn-just-icon">
<i class="fa fa-github"></i>
</a>
</li>
<li>
<a rel="tooltip" title="Follow me on Linkedin" data-placement="bottom" href="https://linkedin.com/in/githigi" target="_blank" class="btn btn-white btn-simple btn-just-icon">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a rel="tooltip" title="My resume" data-placement="bottom" href="https://www.cakeresume.com/leo-githigi" target="_blank" class="btn btn-white btn-simple btn-just-icon">
<i class="fa fa-graduation-cap"></i>
</a>
</li>
<li>
<a rel="tooltip" title="Read my blog" data-placement="bottom" href="https://githigi.wordpress.com" target="_blank" class="btn btn-white btn-simple btn-just-icon">
<i class="fa fa-user-circle-o""></i>
</a>
</li>
<li>
<a rel="tooltip" title="Follow me on Twitter" data-placement="bottom" href="https://twitter.com/rawplutonium" target="_blank" class="btn btn-white btn-simple btn-just-icon">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a rel="tooltip" title="Friend me on Facebook" data-placement="bottom" href="https://www.facebook.com/peter.bluelake" target="_blank" class="btn btn-white btn-simple btn-just-icon">
<i class="fa fa-facebook-square"></i>
</a>
</li>
<li>
<a rel="tooltip" title="Follow me on Instagram" data-placement="bottom" href="https://www.instagram.com/lgithigi" target="_blank" class="btn btn-white btn-simple btn-just-icon">
<i class="fa fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="wrapper">
<div class="header header-filter" style="background-image: url('assets/img/city.jpg');"></div>
<div class="main main-raised">
<div class="profile-content">
<div class="container">
<div class="row">
<div class="profile">
<div class="avatar">
<img src="assets/img/leonard.jpg" alt="Circle Image" class="img-circle img-responsive img-raised">
</div>
<div class="name">
<h3 class="title">Leonard Githigi</h3>
<h6>IOT and Software Developer and Computer Science Student</h6>
</div>
</div>
</div>
<div class="description text-center" style="color: black;">
<p>A professional who does what it takes to make a difference, regardless of the hurdles life throws. An Intel student ambassador, an Andela student ambassador, an AI and robotics enthusiast, a person passionate about life, love and God.</p>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="profile-tabs">
<div class="nav-align-center">
<div class="tab-content gallery">
<div class="tab-pane active" id="studio">
<div class="row">
<div class="col-md-6">
<img src="assets/img/ME3.jpg" class="img-rounded" />
<img src="assets/img/ME1.jpg" class="img-rounded" />
</div>
<div class="col-md-6">
<img src="assets/img/ME2.jpg" class="img-rounded" />
<img src="assets/img/ME4.jpg" class="img-rounded" />
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Profile Tabs -->
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<nav class="pull-left">
<ul>
<li>
<a href="https://githigi.me">
Leo Githigi
</a>
</li>
<li>
<a href="http://githigi.wordpress.com">
Blog
</a>
</li>
</ul>
</nav>
<div class="copyright pull-right">
© 2017, made with <i class="fa fa-heart heart"></i> by Leonard Githigi
</div>
</div>
</footer>
</body>
<!-- Core JS Files -->
<script src="../assets/js/jquery.min.js" type="text/javascript"></script>
<script src="../assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="../assets/js/material.min.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="../assets/js/nouislider.min.js" type="text/javascript"></script>
<!-- Plugin for the Datepicker, full documentation here: http://www.eyecon.ro/bootstrap-datepicker/ -->
<script src="../assets/js/bootstrap-datepicker.js" type="text/javascript"></script>
<!-- Control Center for Material Kit: activating the ripples, parallax effects, scripts from the example pages etc -->
<script src="../assets/js/material-kit.js" type="text/javascript"></script>
</html>