-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
463 lines (419 loc) · 26.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
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
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Start your development with Meyawo landing page.">
<meta name="author" content="Devcrud">
<title>Salman Ahmad</title>
<!-- font icons -->
<link rel="stylesheet" href="./public_html/vendors/themify-icons/css/themify-icons.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/5.0.1/ionicons.min.css">
<link rel="icon" href="./public_html/assets/imgs/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="./public_html/assets/imgs/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css">
<!-- Bootstrap + Meyawo main styles -->
<link rel="stylesheet" href="./public_html/assets/css/meyawo.css">
<meta
name="keywords"
content="Salman Ahmad Github, Salman Qaisar github, Salman Ahmad github,
Salman Ahmad portfolio github, Salman Ahmad Ghazi Ghat, Salman Ahmad Dera Ghazi, Salman Ahmad islamabad,Salman Ahmad pakistan, Salman Ahmad web developer, Salman Ahmad grape technology,
Salman Ahmad software , Salman Ahmad Website, Salman Ahmad"
/>
<meta name="description" content="Salman Ahmad Github, Salman Qaisar github, Salman Ahmad Software Engineer,
Salman Ahmad portfolio github, Salman Ahmad portfolio github, Salman Ahmad Dera Ghazi, Salman Ahmad islamabad,Salman Ahmad portfolio github, Salman Ahmad web developer, Salman Ahmad Github, Salman Qaisar github, Salman Ahmad github, Salman Ahmad portfolio github,"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
<!-- Page Navbar -->
<nav class="custom-navbar" data-spy="affix" data-offset-top="20">
<div class="container">
<a class="logo" href="#">S.Q</a>
<ul class="nav">
<li class="item">
<a class="link" href="#home">Home</a>
</li>
<li class="item">
<a class="link" href="#about">About</a>
</li>
<li class="item">
<a class="link" href="#portfolio">Portfolio</a>
</li>
<li class="item">
<a class="link" href="#testmonial">Testmonial</a>
</li>
<li class="item">
<a class="link" href="#blog">Blog</a>
</li>
<li class="item">
<a class="link" href="#contact">Contact</a>
</li>
<li class="item ml-md-3">
<a href="components.html" class="btn btn-primary">Components</a>
</li>
</ul>
<a href="javascript:void(0)" id="nav-toggle" class="hamburger hamburger--elastic">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</a>
</div>
</nav><!-- End of Page Navbar -->
<!-- header section -->
<header id="home" class="header">
<div class="overlay"></div>
<div class="header-content container">
<h1 class="header-title">
<span class="up">HI!</span>
<span class="down">I am Salman Ahmad</span>
</h1>
<p class="header-subtitle">Programmer • Asp.Net Developer</p>
<!-- Scroll Down Icon -->
<div class="scroll-down">
<ion-icon name="arrow-down-circle-outline" id="scrollDownIcon"></ion-icon>
</div>
</div>
</header><!-- end of page header -->
<!-- about section -->
<section class="section pt-0" id="about">
<div class="container text-center">
<div class="about">
<div class="about-img-holder">
<img src="./public_html/assets/imgs/man.jpg" class="about-img" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="about-caption">
<p class="section-subtitle">Who Am I?</p>
<h2 class="section-title mb-3">About Me</h2>
<p>
As a highly motivated and ambitious computer science student, my skill set includes C#, JavaScript, Asp.Net Core, MVC, HTML 5, CSS 3, Bootstrap, Web APIs, SQL Server, Azure, Jira.
</p>
<a href="./public_html/assets/resume/Salman Ahmad Resume.pdf" download class="btn-rounded btn btn-outline-primary mt-4">Download Resume</a>
</div>
</div><!-- end of about wrapper -->
</div><!-- end of container -->
</section> <!-- end of about section -->
<!-- service section -->
<section class="section" id="service">
<div class="container text-center">
<p class="section-subtitle">What I Do ?</p>
<h6 class="section-title mb-6">Service</h6>
<!-- row -->
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="./public_html/assets/imgs/dotnet-svgrepo-com.svg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page" class="icon">
<h6 class="title">Asp.Net Core</h6>
<p class="subtitle">Working on Asp.Net Core to build web applications with JavaScript, BootStrap, CSS, HTML, and C#.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="./public_html/assets/imgs/visual-studio-svgrepo-com.svg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page" class="icon">
<h6 class="title">Tool</h6>
<p class="subtitle">Developing such web applications on Visual Studio 2022 IDE with new long term suppots.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="./public_html/assets/imgs/microsoft-sql-server-logo-svgrepo-com.svg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page" class="icon">
<h6 class="title">MSSQL</h6>
<p class="subtitle">MSSQL Studio used to configuring, managing, and administering all components within Microsoft SQL Server and DataBase.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="./public_html/assets/imgs/microsoftazure-svgrepo-com.svg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page" class="icon">
<h6 class="title">Azure</h6>
<p class="subtitle">Deploye and host the web application with Azure services.</p>
</div>
</div>
</div>
</div><!-- end of row -->
</div>
</section><!-- end of service section -->
<!-- portfolio section -->
<section class="section" id="portfolio">
<div class="container text-center">
<p class="section-subtitle">What I Did ?</p>
<h6 class="section-title mb-6">Portfolio</h6>
<!-- row -->
<div class="row">
<div class="col-md-4">
<a href="#" class="portfolio-card">
<img src="./public_html/assets/imgs/foli-1.png" class="portfolio-card-img" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Web Designing</h5>
<p class="font-weight-normal">Category: Web Templates</p>
</span>
</span>
</a>
</div>
<div class="col-md-4">
<a href="#" class="portfolio-card">
<img class="portfolio-card-img" src="./public_html/assets/imgs/folio-2.png" class="img-responsive rounded" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Web Designing</h5>
<p class="font-weight-normal">Category: Web Templates</p>
</span>
</span>
</a>
</div>
<div class="col-md-4">
<a href="#" class="portfolio-card">
<img class="portfolio-card-img" src="./public_html/assets/imgs/folio3.png" class="img-responsive rounded" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Web Designing</h5>
<p class="font-weight-normal">Category: Web Templates</p>
</span>
</span>
</a>
</div>
<div class="col-md-4">
<a href="#" class="portfolio-card">
<img class="portfolio-card-img" src="./public_html/assets/imgs/folio-5.jpg" class="img-responsive rounded" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Web Designing</h5>
<p class="font-weight-normal">Category: Web Templates</p>
</span>
</span>
</a>
</div>
<div class="col-md-4">
<a href="#" class="portfolio-card">
<img class="portfolio-card-img" src="./public_html/assets/imgs/folio-6.png" class="img-responsive rounded" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Web Designing</h5>
<p class="font-weight-normal">Category: Web Templates</p>
</span>
</span>
</a>
</div>
<div class="col-md-4">
<a href="#" class="portfolio-card">
<img class="portfolio-card-img" src="./public_html/assets/imgs/folio-3.png" class="img-responsive rounded" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Web Designing</h5>
<p class="font-weight-normal">Category: Web Templates</p>
</span>
</span>
</a>
</div>
</div><!-- end of row -->
</div><!-- end of container -->
</section> <!-- end of portfolio section -->
<!-- pricing section -->
<section class="section" id="pricing">
<div class="container text-center">
<p class="section-subtitle">How Much I Charge ?</p>
<h6 class="section-title mb-6">My Pricing</h6>
<!-- row -->
<div class="pricing-wrapper">
<div class="pricing-card">
<div class="pricing-card-header">
<img class="pricing-card-icon" src="./public_html/assets/imgs/scooter.svg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="pricing-card-body">
<h6 class="pricing-card-title">Free</h6>
<div class="pricing-card-list">
<p>Article evident arrived express highest men did boy. Mistress sensible entirely am so. Quick can manor smart money hopes worth too. Comfort produce husband boy her had hearing. </p>
<p><i class="ti-close"></i></p>
<p><i class="ti-close"></i></p>
</div>
</div>
<div class="pricing-card-footer">
<span>$</span>
<span>0.00/Month</span>
</div>
<a href="#" class="btn btn-primary mt-3 pricing-card-btn">Subscribe</a>
</div>
<div class="pricing-card">
<div class="pricing-card-header">
<img class="pricing-card-icon" src="./public_html/assets/imgs/shipped.svg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="pricing-card-body">
<h6 class="pricing-card-title">Basic</h6>
<div class="pricing-card-list">
<p>Article evident arrived express highest men did boy. Mistress sensible entirely am so. Quick can manor smart money hopes worth too. Comfort produce husband boy her had hearing. </p>
<p><i class="ti-close"></i></p>
</div>
</div>
<div class="pricing-card-footer">
<span>$</span>
<span>9.99/Month</span>
</div>
<a href="#" class="btn btn-primary mt-3 pricing-card-btn">Subscribe</a>
</div>
<div class="pricing-card">
<div class="pricing-card-header">
<img class="pricing-card-icon" src="./public_html/assets/imgs/startup.svg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="pricing-card-body">
<h6 class="pricing-card-title">Premium</h6>
<div class="pricing-card-list">
<p>Article evident arrived express highest men did boy. Mistress sensible entirely am so. Quick can manor smart money hopes worth too. Comfort produce husband boy her had hearing. </p>
</div>
</div>
<div class="pricing-card-footer">
<span>$</span>
<span>99.9/Month</span>
</div>
<a href="#" class="btn btn-primary mt-3 pricing-card-btn">Subscribe</a>
</div>
</div><!-- end of pricing wrapper -->
</div> <!-- end of container -->
</section><!-- end of pricing section -->
<!-- section -->
<section class="section-sm bg-primary">
<!-- container -->
<div class="container text-center text-sm-left">
<!-- row -->
<div class="row align-items-center">
<div class="col-sm offset-md-1 mb-4 mb-md-0">
<h6 class="title text-light">Want to work with me?</h6>
<p class="m-0 text-light">Always feel Free to Contact & Hire me</p>
</div>
<div class="col-sm offset-sm-2 offset-md-3">
<button class="btn btn-lg my-font btn-light rounded">Hire Me</button>
</div>
</div> <!-- end of row -->
</div> <!-- end of container -->
</section> <!-- end of section -->
<!-- testimonial section -->
<section class="section" id="testmonial">
<div class="container text-center">
<p class="section-subtitle">What Think Client About Me ?</p>
<h6 class="section-title mb-6">Testmonial</h6>
<!-- row -->
<div class="row">
<div class="col-md-6">
<div class="testimonial-card">
<div class="testimonial-card-img-holder">
<img src="./public_html/assets/imgs/avatar2.jpg" class="testimonial-card-img" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="testimonial-card-body">
<p class="testimonial-card-subtitle">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eaque doloribus autem aperiam earum nostrum omnis blanditiis corporis perspiciatis adipisci nihil.</p>
<h6 class="testimonial-card-title">Emily Reb</h6>
</div>
</div>
</div>
<div class="col-md-6">
<div class="testimonial-card">
<div class="testimonial-card-img-holder">
<img src="./public_html/assets/imgs/avatar3.jpg" class="testimonial-card-img" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="testimonial-card-body">
<p class="testimonial-card-subtitle">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eaque doloribus autem aperiam earum nostrum omnis blanditiis corporis perspiciatis adipisci nihil.</p>
<h6 class="testimonial-card-title">Emily Reb</h6>
</div>
</div>
</div>
</div>
</div> <!-- end of container -->
</section> <!-- end of testimonial section -->
<!-- blog section -->
<section class="section" id="blog">
<!-- container -->
<div class="container text-center">
<p class="section-subtitle">Recent Posts?</p>
<h6 class="section-title mb-6">Blog</h6>
<!-- blog-wrapper -->
<div class="blog-card">
<div class="blog-card-header">
<img src="./public_html/assets/imgs/img-1.jpg" class="blog-card-img" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="blog-card-body">
<h5 class="blog-card-title">Consectetur adipisicing elit</h6>
<p class="blog-card-caption">
<a href="#">By: Admin</a>
<a href="#"><i class="ti-heart text-danger"></i> 234</a>
<a href="#"><i class="ti-comment"></i> 123</a>
</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet nesciunt qui sit velit delectus voluptates, repellat ipsum culpa id deleniti. Rerum debitis facilis accusantium neque numquam mollitia modi quasi distinctio.</p>
<p><b>Necessitatibus nihil impedit! Ex nisi eveniet, dolor aliquid consequuntur repudiandae.</b></p>
<p>Magnam in repellat enim harum omnis aperiam! Explicabo illo, commodi, dolor blanditiis cupiditate harum nisi vero accusamus laudantium voluptatibus dolores quae obcaecati.</p>
<a href="#" class="blog-card-link">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div><!-- end of blog wrapper -->
<!-- blog-wrapper -->
<div class="blog-card">
<div class="blog-card-header">
<img src="./public_html/assets/imgs/img-2.jpg" class="blog-card-img" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="blog-card-body">
<h5 class="blog-card-title">Explicabo illo</h6>
<p class="blog-card-caption">
<a href="#">By: Admin</a>
<a href="#"><i class="ti-heart text-danger"></i> 456</a>
<a href="#"><i class="ti-comment"></i> 264</a>
</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit excepturi laborum enim, vitae ipsam atque eum, ad iusto consequuntur voluptas, esse doloribus. Perferendis porro quisquam vitae exercitationem aliquid, minus eos laborum repudiandae, cumque debitis iusto omnis praesentium? Laborum placeat sit adipisci illum tempore maxime, esse qui quae? Molestias excepturi corporis similique doloribus. Esse vitae earum architecto nulla non dolores illum at perspiciatis quod, et deleniti cupiditate reiciendis harum facere, delectus eum commodi soluta distinctio sit repudiandae possimus sunt. Ipsum, rem.</p>
<a href="#" class="blog-card-link">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div><!-- end of blog wrapper -->
</div><!-- end of container -->
</section><!-- end of blog section -->
<!-- contact section -->
<section class="section" id="contact">
<div class="container text-center">
<p class="section-subtitle">How can you communicate?</p>
<h6 class="section-title mb-5">Contact Me</h6>
<!-- contact form -->
<form action="" class="contact-form col-md-10 col-lg-8 m-auto">
<div class="form-row">
<div class="form-group col-sm-6">
<input type="text" size="50" class="form-control" placeholder="Your Name" required>
</div>
<div class="form-group col-sm-6">
<input type="email" class="form-control" placeholder="Enter Email"requried>
</div>
<div class="form-group col-sm-12">
<textarea name="comment" id="comment" rows="6" class="form-control" placeholder="Write Something"></textarea>
</div>
<div class="form-group col-sm-12 mt-3">
<input type="submit" value="Send Message" class="btn btn-outline-primary rounded">
</div>
</div>
</form><!-- end of contact form -->
<div id="scrollUpBtn">
<ion-icon name="arrow-up-circle-outline"></ion-icon>
</div>
</div><!-- end of container -->
</section><!-- end of contact section -->
<!-- footer -->
<div class="container">
<footer class="footer">
<p class="mb-0">Copyright <script>document.write(new Date().getFullYear())</script> © <a href="http://www.devcrud.com">Salman Ahmad</a></p>
<div class="social-links text-right m-auto ml-sm-auto">
<a href="https://www.linkedin.com/in/salman-ahmad-867b15236/" class="link"><ion-icon name="logo-linkedin"></ion-icon></a>
<a href="https://github.com/salmanqaiser821" class="link"><ion-icon name="logo-twitter"></ion-icon></a>
<a href="javascript:void(0)" class="link"><ion-icon name="logo-google"></ion-icon></a>
<a href="javascript:void(0)" class="link"><ion-icon name="logo-github"></ion-icon></a>
<a href="javascript:void(0)" class="link"><ion-icon name="logo-instagram"></ion-icon></a>
<a href="javascript:void(0)" class="link"><ion-icon name="logo-stackoverflow"></ion-icon></a>
</div>
</footer>
</div> <!-- end of page footer -->
<!-- core -->
<script src="./public_html/assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="./public_html/assets/vendors/bootstrap/bootstrap.bundle.js"></script>
<!-- bootstrap 3 affix -->
<script src="./public_html/assets/vendors/bootstrap/bootstrap.affix.js"></script>
<!-- Meyawo js -->
<script src="./public_html/assets/js/meyawo.js"></script>
<!--icons libaray-->
<script src="https://unpkg.com/ionicons@5.0.0/dist/ionicons.js"></script>
</body>
</html>