-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
226 lines (199 loc) · 13.7 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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Rehanuddin | Web & Mobile App Developer | rehanuddin.me</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Rehanuddin | Web & Mobile App Developer | rehanuddin.me">
<meta name="author" content="3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<!-- github acitivity css -->
<link rel="stylesheet" href="assets/plugins/github-activity/dist/github-activity-0.1.1.min.css">
<link rel="stylesheet" href="assets/plugins/github-activity/dist/octicons/octicons.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- ******HEADER****** -->
<header class="header">
<div class="container">
<img class="profile-image img-responsive pull-left" src="assets/images/profile.png" alt="Rehanuddin" />
<div class="profile-content pull-left">
<h1 class="name">Rehanuddin</h1>
<h2 class="desc">Web & Mobile App Developer</h2>
<ul class="social list-inline">
<li><a href="https://twitter.com/srehanuddin"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://plus.google.com/114843909066535151746"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://pk.linkedin.com/in/rehan-uddin-a9aa463b"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/srehanuddin"><i class="fa fa-github-alt"></i></a></li>
<li class="last-item"><a href="https://facebook.com/srehanuddin"><i class="fa fa-facebook"></i></a></li>
</ul>
</div><!--//profile-->
<a class="btn btn-cta-primary pull-right" href="mailto:[email protected]" target="_blank"><i class="fa fa-paper-plane"></i> Contact Me</a>
</div><!--//container-->
</header><!--//header-->
<div class="container sections-wrapper">
<div class="row">
<div class="primary col-md-8 col-sm-12 col-xs-12">
<section class="about section">
<div class="section-inner">
<h2 class="heading">About Me</h2>
<div class="content">
<p>I'm a freelance developer based in Karachi, Pakistan, specialising in building web & mobile apps, consider myself full-stack developer but I tend to work more on the back-end & hybrid mobile apps. I enjoy building stuff, investigating, exploring and learning new technologies.</p>
</div><!--//content-->
</div><!--//section-inner-->
</section><!--//section-->
<section class="experience section">
<div class="section-inner">
<h2 class="heading">Work Experience</h2>
<div class="content">
<div class="item">
<h3 class="title">Senior Software Developer - <span class="place"><a href="#">Zaavia</a></span> <span class="year">(2013 - Present)</span></h3>
<p>Working on Panacea, a Blood Bank Automation Application & Blood Bank Management Information System, mainly application is developed on NodeJS & MongoDB, some modules are mobile applications which are developed on Phonegap.</p>
</div><!--//item-->
<div class="item">
<h3 class="title">Web & Mobile Application Developer - <span class="place"><a href="#">TapFreaks</a></span> <span class="year">(2012 - 2013)</span></h3>
<p>Worked on multiple different projects which are web applications and mobile applications.</p>
</div><!--//item-->
</div><!--//content-->
</div><!--//section-inner-->
</section><!--//section-->
<section class="github section">
<div class="section-inner">
<h2 class="heading">My GitHub</h2>
<p><a href="https://github.com/srehanuddin?tab=repositories" target="_blank"><img class="img-responsive" src="assets/images/github-chart.png" alt="GitHub Contributions Chart"></a></p>
<!--//Usage: http://caseyscarborough.com/projects/github-activity/ -->
<div id="ghfeed" class="ghfeed">
</div><!--//ghfeed-->
</div><!--//secton-inner-->
</section><!--//section-->
</div><!--//primary-->
<div class="secondary col-md-4 col-sm-12 col-xs-12">
<aside class="info aside section">
<div class="section-inner">
<h2 class="heading sr-only">Basic Information</h2>
<div class="content">
<ul class="list-unstyled">
<li><i class="fa fa-map-marker"></i><span class="sr-only">Location:</span>Karachi, PK</li>
<li><i class="fa fa-envelope-o"></i><span class="sr-only">Email:</span><a href="#">[email protected]</a></li>
<li><i class="fa fa-link"></i><span class="sr-only">Website:</span><a href="#">http://www.rehanuddin.me</a></li>
</ul>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//aside-->
<aside class="skills aside section">
<div class="section-inner">
<h2 class="heading">Skills</h2>
<div class="content">
<div class="skillset">
<div class="item">
<h3 class="level-title">Javascript & jQuery<span class="level-label" data-original-title="" title="">Expert</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="95%" style="width: 95%;">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">Node.js<span class="level-label" data-original-title="" title="">Expert</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="85%" style="width: 85%;">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">HTML5, CSS3, SASS & LESS<span class="level-label" data-original-title="" title="">Expert</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="80%" style="width: 80%;">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">Cordova, Phonegap & Ionic<span class="level-label" data-original-title="" title="">Expert</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="85%" style="width: 85%;">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">Typescript<span class="level-label" data-original-title="" title="">Pro</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="70%" style="width: 70%;">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">Angular 1 & Angular 2<span class="level-label" data-original-title="" title="">Pro</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="70%" style="width: 70%;">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">MongoDB & MySQL<span class="level-label" data-original-title="" title="">Expert</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="80%" style="width: 80%;">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">PHP<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="" data-original-title="I used to be good at these but I haven't used them for years."><i class="fa fa-info-circle"></i></span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="60%" style="width: 60%;">
</div>
</div><!--//level-bar-->
</div><!--//item-->
</div>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
<aside class="education aside section">
<div class="section-inner">
<h2 class="heading">Education</h2>
<div class="content">
<div class="item">
<h3 class="title"><i class="fa fa-graduation-cap"></i> MS Computer Science </h3>
<h4 class="university">Federal Urdu University <span class="year">(2015-Present)</span></h4>
</div><!--//item-->
<div class="item">
<h3 class="title"><i class="fa fa-graduation-cap"></i> BS Computer Science</h3>
<h4 class="university">Federal Urdu University <span class="year">(2010-2014)</span></h4>
</div><!--//item-->
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
</div><!--//secondary-->
</div><!--//row-->
</div><!--//masonry-->
<!-- ******FOOTER****** -->
<footer class="footer">
<div class="container text-center">
<small class="copyright">Syed Rehanuddin | <a href="mailto:[email protected]" target="_blank">[email protected]</a></small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-rss/dist/jquery.rss.min.js"></script>
<!-- github activity plugin -->
<script type="text/javascript" src="assets/plugins/github-activity/dist/mustache/mustache.min.js"></script>
<script type="text/javascript" src="assets/plugins/github-activity/dist/github-activity-0.1.1.min.js"></script>
<!-- custom js -->
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>