-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
286 lines (254 loc) · 11.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Jamil Shamy Website">
<meta name="author" content="Jamil Shamy">
<meta name="keywords" content="Jamil Shamy,Jamil Shamy Canada,Jamil Shamy Toronto">
<title>It's me, Jamil</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/stylish-portfolio.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" 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]-->
</head>
<body>
<!-- Navigation -->
<a id="menu-toggle" href="#" class="btn btn-dark btn-lg toggle"><i class="fa fa-bars"></i></a>
<nav id="sidebar-wrapper">
<ul class="sidebar-nav">
<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right toggle"><i class="fa fa-times"></i></a>
<li class="sidebar-brand">
<a href="#top">Jamil Shamy</a>
</li>
<li>
<a href="#top">Home</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
<li>
<a href="#things-i-do">Things I Do</a>
</li>
<li>
<a href="#interesting">Interesting</a>
</li>
<li>
<a href="#about">About</a>
</li>
</ul>
</nav>
<!-- Header -->
<header id="top" class="header">
<div class="text-vertical-center">
<h1>Yeap, It's me, Jamil</h1>
<h3>& Nope, this is not my backyard. Just a nice view.</h3>
<br>
<a href="#contact" class="btn btn-dark btn-lg">Contact</a>
</div>
</header>
<!-- Services -->
<!-- The circle icons use Font Awesome's stacked icon classes. For more information, visit http://fontawesome.io/examples/ -->
<section id="contact" class="services bg-primary">
<div class="container">
<div class="row text-center">
<div class="col-lg-10 col-lg-offset-1">
<h2>Contact</h2>
<hr class="small">
<div class="row">
<div class="col-md-3 col-md-offset-3 center-text">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x text-primary"></i>
</span>
<h4>
<strong>Email</strong>
</h4>
<p>If you want to contact me</p>
<a href="#" class="btn btn-light" data-toggle="modal" data-target="#emailModal">Get it</a>
</div>
</div>
<div class="col-md-3 center-text">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-lock fa-stack-1x text-primary"></i>
</span>
<h4>
<strong>Public Key</strong>
</h4>
<p>Encryption, The Last Barrier We Got</p>
<a href="#" class="btn btn-light" data-toggle="modal" data-target="#publicKeyModal">Get it</a>
</div>
</div>
</div>
<!-- /.row (nested) -->
</div>
<!-- /.col-lg-10 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- Portfolio -->
<section id="things-i-do" class="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<h2>Things I Do</h2>
<hr class="small">
<div class="row">
<div class="col-md-6">
<div class="portfolio-item">
<img class="img-portfolio img-responsive" src="img/code.jpg"/>
</div>
</div>
<div class="col-md-6">
<div class="portfolio-item">
<img class="img-portfolio img-responsive" src="img/judo_2.jpg"/>
</div>
</div>
<div class="col-md-6">
<div class="portfolio-item">
<img class="img-portfolio img-responsive" src="img/swim.jpg"/>
</div>
</div>
<div class="col-md-6">
<div class="portfolio-item">
<img class="img-portfolio img-responsive" src="img/relax.jpg"/>
</div>
</div>
</div>
</div>
<!-- /.col-lg-10 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- Call to Action -->
<aside id="interesting" class="call-to-action bg-primary">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3>If you find these 2 videos interesting, let's talk :-)</h3>
<a href="https://www.youtube.com/watch?v=b54EEpdv9q8" class="btn btn-lg btn-light" target="_blank">First</a>
<a href="https://www.youtube.com/watch?v=BKorP55Aqvg" class="btn btn-lg btn-dark" target="_blank">Second</a>
</div>
</div>
</div>
</aside>
<!-- Footer -->
<footer>
<div id="about" class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<h4><strong>Jamil Shamy</strong>
</h4>
<p>Toronto, Canada</p>
<br>
<ul class="list-inline">
<li>
<a href="https://github.com/jamlo" target="_blank"><i class="fa fa-github fa-fw fa-3x"></i></a>
</li>
<li>
<a href="http://ca.linkedin.com/in/jamilshamy" target="_blank"><i class="fa fa-linkedin-square fa-fw fa-3x"></i></a>
</li>
</ul>
<hr class="small">
<p class="text-muted">Last Updated: April 2015</p>
<hr class="small">
<p class="text-muted">This website was built with template from <a href="http://startbootstrap.com/template-overviews/stylish-portfolio/" target="_blank"> StartBootsrap</a>. Wrangell Mountains photo credit for <a href="https://www.flickr.com/photos/42928188@N02/9482162912/" target="_blank">Jeremy Taylor</a>.</p>
</div>
</div>
</div>
</footer>
<!-- Public Key Modal -->
<div class="modal fade" id="publicKeyModal" tabindex="-1" role="dialog" aria-labelledby="publicKeyModal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">My Public Key</h4>
</div>
<div class="modal-body">
in the process of generating a secure key... , much more difficult than it appears to be ...
</div>
<div class="modal-footer">
<button type="button" class="btn btn-lg btn-dark" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Email Modal -->
<div class="modal fade" id="emailModal" tabindex="-1" role="dialog" aria-labelledby="emailModal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="emailModalLabel">My Email</h4>
</div>
<div class="modal-body">
<span style="font-size: 16px;">x@y, where x=me, and y=jamilshamy.me</span>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-lg btn-dark" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript -->
<script>
// Closes the sidebar menu
$("#menu-close").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
// Opens the sidebar menu
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
// Scrolls to the selected menu item on the page
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') || location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61520068-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>