forked from StartBootstrap/startbootstrap-grayscale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
231 lines (214 loc) · 10.9 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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="description" content="Web profile for Stan_MD">
<meta name="author" content="Stanley Ndagi">
<meta name="keywords"
content="stanmd, Ndagi, Stanley, Ndagi Stanley, code, codebase, material design, Tech Kenyans, Global Tech Leader, Andela, developer, software, engineer">
<title>Stan_MD</title>
<!-- 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" />
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<!-- Material-Kit CSS -->
<link rel="stylesheet" href="assets/css/material-kit.css" />
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/stanmd.css" />
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/he_.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/he_.png">
<script type="text/javascript">
function showhide() {
// Birthday
var d = new Date();
var s = document.getElementById("birthday");
if ((d.getDate() == 3) && (d.getMonth() == 10)) {
console.log("It's StanMD's birthday")
s.style.display = (s.style.display == 'block') ? 'none' : 'block';
}
// Year at the footer
var year = d.getFullYear();
var y = document.getElementById("year");
y.textContent = year;
}
</script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" class="landing-page"
onload="javascript:showhide()">
<div class="wrapper">
<div class="header header-filter intro">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="title" align="center">invoking the builder within
</h1>
</div>
<div class="col-md-8 col-md-offset-2" align="center">
<div id="birthday" style="display:none;">
<h3>3rd November, already? <br> Yeah, today's is my birthday 🎉 🎂</h3>
</div>
<a href="#main" class="btn btn-simple page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
<div class="main main-raised">
<div class="container">
<div class="section col-md-8 col-md-offset-2 section-landing">
<section id="main" class="container content-section">
<!-- Main Section -->
<h2>My Dev environment</h2>
<p>I use rafiki theme on zsh</p>
<p>The brains-of-the-outfit is <a target="_blank" href="https://github.com/akabiru">Austin
Kabiru</a>, a former colleague.</p>
<p>Here's the <a href="https://github.com/akabiru/rafiki-zsh">repo</a>. (I have made some <a
href="https://github.com/akabiru/rafiki-zsh/compare/develop...NdagiStanley:own-editions?expand=1">adaptations</a>
for mine as you can see 👇🏿)</p>
</div>
</div>
<div class="section col-md-8 col-md-offset-2">
<pre class="bash">
Last login: Wed Sep 12 12:11:46 on ttys006
👊 Rafiki, shikilia uzito! 😯 Kaa rada!
👊 stanmd@<a href="https://en.wikipedia.org/wiki/Silicon_Savannah target="_blank">silicon_savannah</a> ~
👉 <span id="typed"></span>
</pre>
</div>
<div class="container">
<div class="section col-md-8 col-md-offset-2">
<h2>My Projects</h2>
<h3>1. Vue Django</h3>
<a href="https://github.com/NdagiStanley/vue-django/stargazers"><img alt="star this repo"
src="https://img.shields.io/github/stars/NdagiStanley/vue-django.svg?style=flat-round" /></a>
<a href="https://github.com/NdagiStanley/vue-django/network/members"><img alt="fork this repo"
src="https://img.shields.io/github/forks/NdagiStanley/vue-django.svg?style=flat-round" /></a>
<p>This is a vue-django-webpack-boilerplate.</p>
<p>A full-featured Webpack setup with hot-reload, lint-on-save, unit testing & css extraction
integrated into a django application</p>
<ul>
<li><a target="_blank" href="https://code.md.engineer/vue-django/">Homepage</a></li>
<li><a target="_blank" href="https://github.com/NdagiStanley/vue-django">Github</a></li>
</ul>
<h3>2. Lifebuoy</h3>
<p>This is a Visual Studio Code extension.</p>
<p>Quite simple concept really. This extension tell the battery level of your machine in the
editor's lower right corner. It works on the major OS'es: Windows, Mac and Linux </p>
<ul>
<li><a target="_blank"
href="https://marketplace.visualstudio.com/items?itemName=NdagiStanley.lifebuoy">Homepage</a>
</li>
<li><a target="_blank" href="https://github.com/NdagiStanley/lifebuoy">Github</a></li>
</ul>
</div>
</div>
<div class="section col-md-6 col-md-offset-2">
<img class="wakatime"
src="https://wakatime.com/share/@stan_md/e5b41a9b-0f84-4de4-b183-129a16fdd80f.png" />
</div>
<div class="container">
<div class="section col-md-8 col-md-offset-2" align="center">
<h5 class="description">
Lets' keep building. What are
<br>
<br>
<abbr title="YOU">
<a href="https://github.com/NdagiStanley/ama/issues/new/choose" target="_blank">
<img src="assets/img/you.png">
</a>
</abbr>
<br>up to?
</h5>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="copyright pull-left">
Copyright ©
<strong> Stan_MD™
<font color="blue">ה</font>
</strong>| AD-<span id="year"></span>
</div>
<nav class="pull-right">
<ul>
<li>
<a href="https://twitter.com/NdagiStanley" target="_blank" class="btn btn-white btn-just-icon">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/NdagiStanley" target="_blank"
class="btn btn-white btn-just-icon">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="https://www.github.com/NdagiStanley" target="_blank"
class="btn btn-white btn-just-icon">
<i class="fa fa-github"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/NdagiStanley" target="_blank"
class="btn btn-white btn-just-icon">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<h5>
<a href="https://stanmd.tk">127.0.0.1 (HOME)</a>
</h5>
</li>
</ul>
</nav>
</footer>
</div>
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
<script type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD5tHk2NyYM0gXvzflTlmR9vmkgijIHzhA"></script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-92241514-1', 'auto');
ga('send', 'pageview');
</script>
<!-- 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>
<!-- 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>
<!-- Plugin JavaScript -->
<script src="assets/js/jquery.easing.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="assets/js/stanmd.js"></script>
<script src="assets/js/typed.js"></script>
<script src="assets/js/baffle.min.js"></script>
</script>
<script>
var typed = new Typed('#typed', {
// Waits 1000ms after typing "First"
strings: ["^2000I am a Data | Software engineer.", "^500Python is my main tool.", "^500I use VueJS", "^500I'm a Docker fan", "^500Let's code ... ^1000", "git push --force ^1000\n ...\n ..\n .\n `pushed to origin with option force`"]
});
</script>
<script>
var b = window.baffle('h1',
{
characters: '▓░█ ▒░▒▓░ ▒░░▓> ▒█▓ █░><▒ █▒█▓ ▓░/ ▓▓/█ █▓▒bhejrbe019201020',
speed: 50
});
b.start().once().reveal(500, 500);
</script>
</body>
</html>