-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
37 lines (35 loc) · 1.94 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
---
title: Alykhan Kanji
pagename: Home
---
<div class="row jumbotron">
<div class="col-md-4">
<br class="hidden-xs"><br class="hidden-xs">
<img src="{{ site.url }}/img/akanji.jpg" alt="Alykhan Kanji" width="200" height="200" class="img-circle center-block">
</div>
<div class="col-md-8">
<h1 class="title hidden-xs hidden-sm">Alykhan Kanji</h1>
<h1 class="title visible-xs visible-sm text-center">Alykhan Kanji</h1>
<p class="lead">Software Engineer at <a href="https://www.apple.com">Apple</a>. Bachelor of <a href="https://uwaterloo.ca/software-engineering/">Software Engineering</a>, <a href="https://uwaterloo.ca">University of Waterloo</a>. Past intern at <a href="https://www.apple.com">Apple</a>, <a href="https://www.tripadvisor.com">TripAdvisor</a>, and Fixmo. I'm enthusiastic about Open Data and building projects for the greater good. I have experience with <a href="/#portfolio">full-stack web and mobile development</a>.</p>
</div>
<div class="row text-center">
{% for social in site.data.social %}
{% cycle '', '', '', '<div class="clearfix visible-xs"></div>' %}
<div class="col-xs-4 col-sm-2">
<a href="{{ social.link }}" target="_blank" id="{{ social.title | downcase }}" class="social-link">
{% include fa.html icon=social.icon %}
<span class="sr-only">{{ social.title }}</span>
</a>
</div>
{% endfor %}
</div>
</div><!-- jumbotron -->
<script>
mixpanel.track_links("#contact", "Social Link Click", {'Network': 'Contact'});
mixpanel.track_links("#linkedin", "Social Link Click", {'Network': 'LinkedIn'});
mixpanel.track_links("#github", "Social Link Click", {'Network': 'GitHub'});
mixpanel.track_links("#twitter", "Social Link Click", {'Network': 'Twitter'});
mixpanel.track_links("#instagram", "Social Link Click", {'Network': 'Instagram'});
mixpanel.track_links("#flickr", "Social Link Click", {'Network': 'Flickr'});
</script>
{% include portfolio.html %}