-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
148 lines (135 loc) · 7.6 KB
/
index.html
File metadata and controls
148 lines (135 loc) · 7.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <meta http-equiv="refresh" content="0; URL='https://muhammadnaeemtahir.vercel.app/'" /> -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="author" content="Muhammad Naeem Tahir" />
<title>Muhammad Naeem Tahir</title>
<link rel="shortcut icon" href="/assets/favicon.ico" type="image/x-icon">
<!-- Bootstrap Icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Fontawesome Icons-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic"
rel="stylesheet" type="text/css" />
<!-- SimpleLightbox plugin CSS-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.css" rel="stylesheet" />
<script src="https://platform.linkedin.com/badges/js/profile.js" async defer type="text/javascript"></script>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3" id="mainNav">
<div class="container px-4 px-lg-5">
<a class="navbar-brand d-md-none d-block" href="#page-top">M. Naeem Tahir</a>
<button class="navbar-toggler navbar-toggler-right border-0" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto my-2 my-lg-0">
<li class="nav-item"><a class="nav-link" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="./portfolio.html">Portfolio</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="/moocs.html">MOOCs</a></li>
<li class="nav-item"><a class="nav-link" href="/internships.html">Internships & Certificates</a>
<li class="nav-item"><a class="nav-link" href="./blog/blog.html">Blog</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead" id="home">
<div class="container px-4 px-lg-5 h-100">
<div class="row gx-4 gx-lg-5 h-100 align-items-center justify-content-center text-center">
<div class="col-lg-8 align-self-end">
<h1 class="text-white font-weight-bold d-md-block d-none">Muhammad Naeem Tahir</h1>
<hr class="divider d-md-block d-none" />
</div>
<div class="col-lg-8 align-self-baseline">
<p class="text-white mb-5">Frontend Developer | React, Tailwind, CMS</p>
<div class="text-center">
<a href="https://www.linkedin.com/in/muhammadnaeemtahir/" target="_blank"
class="text-light mx-1 text-decoration-none">
<i class=" bi bi-linkedin fs-3"></i>
</a>
<a href="https://github.com/muhammadnaeemtahir" target="_blank"
class="text-light mx-1 text-decoration-none">
<i class=" bi bi-github fs-3"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- About-->
<section class="page-section bg-primary" id="about">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-lg-8 text-center">
<h2 class="text-white mt-0">About Me</h2>
<hr class="divider divider-light" />
<p class="text-white mb-4">A committed individual, who loves computing, philosphy and more. A
preptual Student of computer science and by profession I am a web developer skilled in frontend
and backend development both. I also design in my free time.</p>
<a class="btn btn-light btn-xl" href="https://www.linkedin.com/in/muhammadnaeemtahir/"
target="_blank">Know more</a>
</div>
</div>
</div>
</section>
<!-- Call to action-->
<section class="py-md-5 py-3 bg-dark text-white" id="contact">
<div class="container px-4 px-lg-5">
<div class="text-center">
<h2 class="mb-4">Let's Get In Touch!</h2>
<p>Ready to start your next project? Reach me via given below options.</p>
</div>
<div class="text-center mb-3">
<a href="mailto:m.naeemtahir@hotmail.com" target="_blank" class="text-light mx-1 text-decoration-none">
<i class=" fa-regular fa-envelope fs-3"></i>
</a>
<a href="https://wa.me/923184133228?text=Hello%2C%20I%20have%20a%20question%20about%20your%20service.%20Can%20you%20please%20help%20me%3F"
target="_blank" class="text-light mx-1 text-decoration-none">
<i class=" fa-brands fa-whatsapp fs-3"></i>
</a>
</div>
</div>
</section>
<!-- Footer-->
<footer class="bg-light py-5">
<div class="container px-4 px-lg-5">
<div class="small text-center text-muted">Made with ❤️ by Muhammad Naeem Tahir | No copyrights reserved.
</div>
</div>
</footer>
<!-- redirect to another domain -->
<script>
document.onload(() => {
window.location.href = "https://muhammadnaeemtahir.vercel.app/";
})
</script>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- SimpleLightbox plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
<!-- cdn bodymovin -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.9.6/lottie.min.js"
integrity="sha512-yAr4fN9WZH6hESbOwoFZGtSgOP+LSZbs/JeoDr02pOX4yUFfI++qC9YwIQXIGffhnzliykJtdWTV/v3PxSz8aw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</body>
</html>