-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
331 lines (292 loc) · 16.3 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
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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!--
loads the http over https ssl -
welcome to my website!
this theme is based off the Ice & Fire theme created by Lucas Gatsas
https://www.twitter.com/LucasGatsas
www.lucasgatsas.ch - switzerland.
-->
<!--
<script type="text/javascript">
var host = "https://katychuang.me/";
if ((host == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
-->
<!-- Microsoft Internet Explorer documentMode compatMode setting IE Modus -->
<script type="text/javascript">
var IE = null;
if (window.navigator.appName == "Microsoft Internet Explorer") {
if (document.documentMode) {
IE = document.documentMode;
} else {
IE = 5;
if (document.compatMode) {
if (document.compatMode == "CSS1Compat")
IE = 11;
}
}
}
</script>
<meta charset="utf-8">
<!-- X-UA -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-UA-Compatible" content="IE=11" />
<link rel="author" title="Katy Chuang" href="https://plus.google.com/u/0/111391719267336703432/posts" />
<meta name="google" content="notranslate" />
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- index ROBOTS follow -->
<meta name="robots" content="index, follow" />
<!-- Site Desciption -->
<meta name="description" content="Mustafa's Musings">
<!-- Site Desciption -->
<meta name="keywords" content="Ismail Mustafa, ijmustafa, ismailmustafa, Software Engineer, iOS Developer, iOS Engineer, iOS">
<!-- Favicon -->
<link rel="shortcut icon" href="http://ismailmustafa.com/static/img/ico.png" type="image/x-icon" />
<!-- Blog Title -->
<title>Mustafa's Musings</title>
<!-- <title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
-->
<!-- Property Metas -->
<meta property="og:image" content="http://ismailmustafa.com/static/img/ix.png" />
<meta property="og:title" content="Mustafa's Musings" />
<meta property="og:site_name" content="Mustafa's Musings" />
<!-- Canonical -->
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<!-- StyleSheet -->
<link rel="stylesheet" href="http://ismailmustafa.com/static/css/bootstrap.min.css">
<link rel="stylesheet" href="http://ismailmustafa.com/static/css/spaceg.stylesheets.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic" rel="stylesheet" type="text/css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
#preloader {position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff; /* change if the mask should have another color then white */z-index:99; /* makes sure it stays on top */}
#status {width:200px;height:200px;position:absolute;left:50%; /* centers the loading animation horizontally one the screen */top:50%; /* centers the loading animation vertically one the screen */background-image:url("/static/img/preloader.gif"); /* path to your loading animation */background-repeat:no-repeat;background-position:center;margin:-100px 0 0 -100px; /* is width and height divided by two */}
ul, ol {margin-top: 0;margin-bottom: 10px;}
.navbar-inverse {background-color: #FFF;border-color: #FFFFFF;}
</style>
<!--link rel="stylesheet" href="http://ismailmustafa.com/static/css/prettify.css"-->
<style>
header.intro-header {background: #6f5499;background: no-repeat center center;background-attachment: scroll;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover;}
/* Preloader */#preloader {position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff; /* change if the mask should have another color then white */z-index:99; /* makes sure it stays on top */}
#status {width:200px;height:200px;position:absolute;left:50%; /* centers the loading animation horizontally one the screen */top:50%; /* centers the loading animation vertically one the screen */background-image:; /* path to your loading animation */background-repeat:no-repeat;background-position:center;margin:-100px 0 0 -100px; /* is width and height divided by two */}
li {list-style: none;}
body.modal-open
{overflow: hidden;padding-right: 0px;
}
article li {list-style: inherit;}
article .figure {text-align: center}
</style>
<!-- end Loading front stylesheet here -->
</head>
<body>
<div id="preloader">
<div id="status">
</div>
</div>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://ismailmustafa.com" id="blog-title-left-top">IM</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#portfolioModal2" data-toggle="modal"><i class="fa fa-random" id="icon-top"></i></a>
<ul class="dropdown-menu"></ul>
</li>
<li><a href="http://ismailmustafa.com/about.html" target="_self">About</a></li>
<li><a href="http://ismailmustafa.com/contact.html" target="_self">Contact</a></li>
<li><a href="http://ismailmustafa.com/projects.html" target="_self">Projects</a></li>
<li><a href="http://ismailmustafa.com/archive.html" target="_self">Archive</a></li>
<li><a href="https://www.github.com/ismailmustafa" id="roundbutton" target="_blank"><i class="fa fa-github"></i>ismailmustafa</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Portfolio Modals -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true" style="padding-right:0px; overflow: hidden;">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h1 class="font-style-inline-small-h1">Ismail Mustafa</h1>
<hr class="star-primary">
<img src="http://ismailmustafa.com/static/img/face.jpg" class="img-responsive img-centered" alt title>
<p class="font-style-inline-small">
Hello, my name is Ismail Mustafa, I'm a Master's Student in Computer Science <br>
at NYU. Thanks for taking the time to visit my blog. I hope you like it! <br>
<a href="https://www.twitter.com/ijmustafa" target="_blank">follow me</a>. <br>
<a href="https://www.github.com/ismailmustafa" target="_blank"> <i class="fa fa-github" id="spaceg-social-modal"></i> </a>
<a href="https://www.twitter.com/ijmustafa" target="_blank"><i class="fa fa-twitter" id="spaceg-social-modal"></i> </a>
<a href="https://linkedin.com/in/ijmustafa" target="_blank"> <i class="fa fa-linkedin" id="spaceg-social-modal"></i></a>
</p>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Menu Modals Add New Sa.21.Feb.2015 03:22:25 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true" style="padding-right:0px; overflow: hidden;">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h1 class="font-style-inline-small-h1">i.m</h1>
<hr class="star-primary">
<p class="font-style-inline-small">
<a href="https://www.twitter.com/ijmustafa" target="_blank">follow</a>. <br>
<a href="https://www.github.com/ismailmustafa" target="_blank"> <i class="fa fa-github" id="spaceg-social-modal"></i> </a>
<a href="https://www.twitter.com/ijmustafa" target="_blank"><i class="fa fa-twitter" id="spaceg-social-modal"></i> </a>
<a href="https://linkedin.com/in/ijmustafa" target="_blank"> <i class="fa fa-linkedin" id="spaceg-social-modal"></i></a> <br>
<li><a href="http://ismailmustafa.com/" target="_self">Home</a></li>
<li><a href="http://ismailmustafa.com/about.html" target="_self">About Me</a></li>
<li><a href="http://ismailmustafa.com/projects.html" target="_self">Projects</a></li>
<li><a href="http://ismailmustafa.com/archive.html" target="_self">Archive</a></li>
</p>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="content">
<!-- Post Header -->
<header class="intro-header" style="background-image: url('http://ismailmustafa.com/static/img/snowboarding.jpg')" alt title>
<div class="opaque-background">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
<h1>About Me</h1>
<span class="meta">
</span>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Post Content -->
<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<h3 id="hi-my-name-is-ismail-mustafa">Hi, my name is Ismail Mustafa</h3>
<p>I’m currently a Master’s student in Computer Science at NYU. Before pursuing Software Engineering I graduated from Columbia University with a degree in Mechanical Engineering. I also freelance iOS apps on the side. My current hobbies include going to hackathons, learning Haskell, horseback riding with my girlfriend, playing with my little 4 lb Yorkie Buttons, and exploring New York City.</p>
<h3 id="some-facts-about-me">Some facts about me</h3>
<ul>
<li>I’m a triple citizen of the USA, Jordan, and Colombia.</li>
<li>I’ve never been to Colombia.</li>
<li>I enjoy browsing Netflix more than I enjoy watching a Netflix movie.</li>
<li>I like finding great places to eat in NYC.</li>
<li>I love going on hikes as long as it’s not too cold.</li>
</ul>
<hr>
</div>
</div>
</div>
</article>
</div>
<div id="footer">
</div>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
<li>
<li>
<a href="https://twitter.com/ijmustafa" data-datatype="json" data-type="GET" data-target="#frame" class="reload" id="clickme" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://github.com/ismailmustafa" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-arrow-circle-o-down"></i>
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://linkedin.com/in/ijmustafa" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-arrow-circle-o-down"></i>
<i class="fa fa-circle fa-stack-1x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted">Copyright © ismailmustafa 2016. <br><br>
</p>
<div class="col-md-12">
<p class="copyright text-muted">
Site generated by
<a href="http://jaspervdj.be/hakyll" target="_blank">Hakyll</a>.
Theme designed by
<a href="https://github.com/katychuang" target="_blank">Katy Chuang</a>
and can be found
<a href="http://katychuang.com/hakyll-cssgarden/gallery/" target="_blank">here.</a>
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="http://ismailmustafa.com/static/js/jquery.min.js"></script>
<script src="http://ismailmustafa.com/static/js/spaceg.stylesheets.min.js"></script>
<script src="http://ismailmustafa.com/static/js/bootstrap.min.js"></script>
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
<script src="http://ismailmustafa.com/static/js/scripts.js"></script>
</body>
</html>