-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
286 lines (256 loc) · 16.5 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>
<!--[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>WAQAR AHMED - Web Developer</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="Responsive HTML5 Website Landing Page for Developers">
<meta name="author" content="Xiaoying Riley at 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 calendar css -->
<link rel="stylesheet" href="assets/plugins/github-calendar/dist/github-calendar.css" />
<!-- github acitivity css -->
<link rel="stylesheet" href="assets/plugins/github-activity/src/github-activity.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/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="James Lee" />
<div class="profile-content pull-left">
<h1 class="name">Waqar Ahmed</h1>
<h2 class="desc" style="color: #54ba4e;">Web Developer</h2>
<ul class="social list-inline">
<!--
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-github-alt"></i></a></li>
<li class="last-item"><a href="#"><i class="fa fa-hacker-news"></i></a></li>
-->
</ul>
</div>
<!--//profile-->
<a class="btn btn-cta-primary pull-right" href="mailto:waqar.ahmed1024@gmail.com"><i class="fa fa-paper-plane"></i> Email 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 class="text-justify">Web developer, Teacher and freelancer with a strong set of skills and practical knowledge. I consider myself a good problem solver, creative in my work, comfortable in both solo as well as team work, and adaptable to different environments and challenges. I am quick learner of new skills required for the situation. I wish to be a leader and help others progress as well and to be part of something brilliant.</p>
<hr>
<p style="color: #54ba4e;" class="text-justify"><strong>If you are looking for Web Development services feel free to contact. I have been working on web projects from 3 years, I did many projects with great client satisfaction.</strong></p>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</section>
<!--//section-->
<section class="latest section">
<div class="section-inner">
<h2 class="heading">Latest Projects</h2>
<div class="content">
<div class="item featured text-center">
<h3 class="title"><a href="http://muetkhp.edu.pk/" target="_blank">MUET, SZAB Capus Khairpur Mir's - University Website</a></h3>
<p class="summary">A responsive complete website for campus with latest technologies and design - Currently Working on it</p>
<div class="featured-image">
<a href="http://muetkhp.edu.pk/" target="_blank">
<img class="img-responsive project-image" src="assets/images/projects/project-featured.png" alt="project name" />
</a>
<div class="ribbon">
<div class="text">Current</div>
</div>
</div>
<div class="desc text-left">
<p class="text-justify">Fully dynamic, responsive and light weight design professional web project for MUET, SZAB Campus Khairpur Mir's (University) to manage all the data related to university like news, circulars, tenders, department's data, administration data, student's attendance updates and much more with fully dynamic user interface. </p>
</div>
<!--//desc-->
<a class="btn btn-cta-secondary" href="http://muetkhp.edu.pk/" target="_blank"><i class="fa fa-external-link"></i> Find out more</a>
</div>
<!--//item-->
<hr class="divider" />
<div class="item row">
<a class="col-md-4 col-sm-4 col-xs-12" href="http://maidinpakistan.com.pk" target="_blank">
<img class="img-responsive project-image" src="assets/images/projects/project-5.png" alt="project name" />
</a>
<div class="desc col-md-8 col-sm-8 col-xs-12">
<h3 class="title"><a href="http://maidinpakistan.com.pk" target="_blank">Maid in Pakistan - Startup Maid Services </a></h3>
<p class="text-justify">Developed a client's idea into an online fully dynamic, responsive management system to manage clients easily to boost business at a great level. Maid in Pakistan is an online startup which provides more than 25 services like Maid, Cook, Driver and more. Now finding such services in Karachi is very easy. </p>
<p><a class="more-link" href="http://maidinpakistan.com.pk" target="_blank"><i class="fa fa-external-link"></i> Find out more</a></p>
</div>
<!--//desc-->
</div>
<!--//item-->
<div class="item row">
<a class="col-md-4 col-sm-4 col-xs-12" href="http://www.ijeeet.com/" target="_blank">
<img class="img-responsive project-image" src="assets/images/projects/project-4.png" alt="project name" />
</a>
<div class="desc col-md-8 col-sm-8 col-xs-12">
<h3 class="title"><a href="http://www.ijeeet.com/" target="_blank">International Journal of Electrical Engineering & Emerging Technology</a></h3>
<p class="text-justify">A fully dynamic, responsive management system to manage publications, journals, conferences and more. International Journal of Electrical Engineering & Emerging Technology is place where research papers are published related to electrical engineering. </p>
<p><a class="more-link" href="http://www.ijeeet.com/" target="_blank"><i class="fa fa-external-link"></i> Find out more</a></p>
</div>
<!--//desc-->
</div>
<!--//item-->
</div>
<!--//content-->
</div>
<!--//section-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>Khairpur, Pakistan </li>
<li><i class="fa fa-envelope-o"></i><span class="sr-only">Email:</span><a href="mailto:waqar.ahmed1024@gmail.com"><strong>waqar.ahmed1024@gmail.com</strong></a></li>
<li><i class="fa fa-phone"></i><span class="sr-only">Website:</span><a href="tel:+923123433145"><strong>+923123433145</strong></a></li>
</ul>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//aside-->
<aside class="skills aside section">
<div class="section-inner">
<h2 class="heading">Services</h2>
<div class="content">
<p class="intro text-justify">
I provide complete solution from designing, prototyping, UI, UX, hosting to fully functional Web App. I love to develop websites and solutions for startups, online businesses or any professional organizations.</p>
<div class="skillset">
<div class="item">
<h3 class="level-title">Web Development<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="You can use the tooltip to add more info...">Expert</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="96%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Designing<span class="level-label">Expert</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="96%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Hosting<span class="level-label">Expert</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="96%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Maintenance & Training<span class="level-label">Pro</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="85%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<!-- <p><a class="more-link" href="#"><i class="fa fa-external-link"></i> More on Coderwall</a></p> -->
</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>Bachelor of Software Engineering</h3>
<h4 class="university">Mehran University of Engineering & Technology Jamshoro, Pakistan <span class="year">(2014-2017)</span></h4>
</div>
<!--//item-->
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<aside class="languages aside section">
<div class="section-inner">
<h2 class="heading">Languages</h2>
<div class="content">
<ul class="list-unstyled">
<li class="item">
<span class="title"><strong>Urdu:</strong></span>
<span class="level">Native Speaker <br class="visible-xs" /><i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> </span>
</li>
<!--//item-->
<li class="item">
<span class="title"><strong>English:</strong></span>
<span class="level">Professional Proficiency <br class="visible-sm visible-xs" /><i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star-half"></i></span>
</li>
<!--//item-->
</ul>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
</div>
<!--//secondary-->
</div>
<!--//row-->
</div>
<!--//masonry-->
<header class="header">
</header>
<!-- Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.11.3.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 calendar plugin -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/es6-promise/3.0.2/es6-promise.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/fetch/0.10.1/fetch.min.js"></script>
<script type="text/javascript" src="assets/plugins/github-calendar/dist/github-calendar.min.js"></script>
<!-- github activity plugin -->
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
<script type="text/javascript" src="assets/plugins/github-activity/src/github-activity.js"></script>
<!-- custom js -->
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>