-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
228 lines (193 loc) · 11.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<!--========Meta Tags SEO======-->
<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="A passionate 'Web Developer' | 'Python Developer' from Pakistan. This portfolio showcasing projects, skills, and experiences in web development, software engineering, and more. Discover my work, professional journey, and get in touch for collaborations.">
<meta name="keywords" content="Portfolio, Web Developer, Python Developer, Software Engineer, Python Full Stack Developer">
<!--=========Canonical Tag=======-->
<link rel="canonical" href="https://nstechbytes.github.io/Nasir-Shahbaz/">
<!--========Social Media Tag=========-->
<meta property="og:title" content="Nasir Shahbaz">
<meta property="og:description" content="A passionate 'Web Developer' | 'Python Developer' from Pakistan. This portfolio showcasing projects, skills, and experiences in web development, software engineering, and more. Discover my work, professional journey, and get in touch for collaborations.">
<meta property="og:image" content="https://github.com/NSTechBytes/Nasir-Shahbaz/blob/main/img/preview.png">
<meta property="og:url" content="https://nstechbytes.github.io/Nasir-Shahbaz/">
<meta property="og:type" content="website">
<!--========Title===== -->
<title>Nasir Shahbaz</title>
<!--========Site Icon===== -->
<link rel="shortcut icon" type="image/png" href="./img/avathar.png">
<!--========Stylesheet===== -->
<link rel="stylesheet" href='./files/style.css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik&display=swap">
<!--========BoxIcons===== -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!--========TailwindCSS===== -->
<script src="https://cdn.tailwindcss.com"></script>
<!--========TypedJS===== -->
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<!--========JSON Script======-->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Nasir Shahbaz",
"url": "https://nstechbytes.github.io/Nasir-Shahbaz/",
"image": "https://vsmidhun21.github.io/img/newabt.png",
"sameAs": [
"https://www.linkedin.com/in/midhun-v-s",
"https://instagram.com/midhun_021"
],
"jobTitle": "Web Developer",
"description": "Passionate web developer with experience in creating responsive and interactive websites.",
"alumniOf": {
"@type": "EducationalOrganization",
"name": "Ramco Institute of Technology"
}
}
</script>
</head>
<body>
<!-- =========================================NavBar========================================= -->
<header class="header" id="header">
<a class="logo" href="https://nstechbytes.github.io/Nasir-Shahbaz/">Nasir Shahbaz</a>
<input type="checkbox" id="menu-toggle" class="menu-toggle">
<label for="menu-toggle" class="menu-icon"><i class='bx bx-menu'></i></label>
<nav class="navbar" id="myLinks">
<a href="#Home" style="--i:1" class="active" >Home</a>
<a href="#About" style="--i:2">About</a>
<a href="#Skills" style="--i:3">Skills</a>
<a href="#Contact" style="--i:4">Contact</a>
</nav>
</header>
<!-- =========================================Home========================================= -->
<section class="home" id="Home">
<div class="home-content">
<h3>Hello, It's Me</h3>
<h1>Nasir Shahbaz</h1>
<h4 style="--i:6">I'm a Engineering graduate who is<br>
passionate in <span class="text"></span></h4>
<div class="img">
<img src="./img/avathar.png" class="responsive" alt="Name">
</div>
<div class="home-sci">
<a href="http://deviantart.com/nstechbytes"style="--i:7" target="_blank"><i class='bx bxl-deviantart'></i></a>
<a href="https://github.com/"style="--i:8" target="_blank"><i class='bx bxl-github'></i></a>
<a href="http://instagram.com/nstechbytes"style="--i:10" target="_blank"><i class='bx bxl-instagram'></i></a>
<a href="http://facebook.com/profile.php?id=61565975293842"style="--i:10" target="_blank"><i class='bx bxl-facebook'></i></a>
<a href="http://discord.gg/fZejMxtMhf"style="--i:10" target="_blank"><i class='bx bxl-discord'></i></a>
<a href="http://youtube.com/@nstechbytes?si=dbN-RAz9DIwdvDue"style="--i:10" target="_blank"><i class='bx bxl-youtube'></i></a>
</div>
<a href="https://github.com/NSTechBytes/Nasir-Shahbaz/blob/main/files/Sample%2011-03-2024%2005.21.pdf" style="--i:11" class="btn-box" target="_blank">Download Resume</a>
</div>
</section>
<!-- =========================================About========================================= -->
<section id="About">
<div class="about reveal">
<div class="custom-shape-divider-top-1720508545">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M600,112.77C268.63,112.77,0,65.52,0,7.23V120H1200V7.23C1200,65.52,931.37,112.77,600,112.77Z" class="shape-fill"></path>
</svg>
</div>
<div class="about-img">
<img src="./img/avathar.png" class="abt-res" alt="Name">
</div>
<div class="about-text reveal">
<h2>About <span>Me</span></h2>
<p>I'm a Smart working engineering graduate specialized in Electronics and Communication Engineering.
Along with my degree, I completed Python, Java, Cybersecurity courses and various technologies.
I learnt has helped me develop a project called "Drowsiness Detection & Alerting System".
It was during this project that I discovered that I am a team player.
I am currently seeking roles where I can utilize my experience and skill.<br>
<br>
<a href="http://youtube.com/@nstechbytes?si=dbN-RAz9DIwdvDue" style="--i:11" class="abtbtn-box">Subscribe on Youtube</a>
</p>
</div>
<div class="custom-shape-divider-bottom-1720509106">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M600,112.77C268.63,112.77,0,65.52,0,7.23V120H1200V7.23C1200,65.52,931.37,112.77,600,112.77Z" class="shape-fill"></path>
</svg>
</div>
</div>
</section>
<!-- =========================================Skills========================================= -->
<section id="Skills">
<h1 class="subtitle reveal">My <span>Skills</span></h1>
<div class="skills-container">
<!-- Skill 1 -->
<div class="skill-box reveal">
<img src="./img/logos/python.png" alt="Python">
<p>Python</p>
</div>
<!-- skill 2 -->
<div class="skill-box reveal">
<img src="./img/logos/cpro.png" alt="C Language">
<p>C Language</p>
</div>
<!-- skill 3 -->
<div class="skill-box reveal">
<img src="./img/logos/html-5.png" alt="HTML">
<p>HTML</p>
</div>
<div class="skill-box reveal">
<img src="./img/logos/css-3.png" alt="CSS">
<p>CSS</p>
</div>
<div class="skill-box reveal">
<img src="./img/logos/js.png" alt="JS">
<p>JavaScript</p>
</div>
<div class="skill-box reveal">
<img src="./img/logos/github.png" alt="GitHub">
<p>GitHub</p>
</div>
<div class="skill-box reveal">
<img src="./img/logos/vscode.png" alt="VSCode">
<p>VS Code</p>
</div>
<div class="skill-box reveal">
<img src="./img/logos/Canva.png" alt="Canva">
<p>Canva</p>
</div>
<div class="skill-box reveal">
<img src="./img/logos/Filmora.png" alt="Canva">
<p>Filmora</p>
</div>
<div class="skill-box reveal">
<img src="./img/logos/Powershell.png" alt="Canva">
<p>Ps1</p>
</div>
</div>
</section>
<!--====================== Contact =============================== -->
<section class="contacts" id="Contact">
<div class="contact-text reveal">
<h2>Contact <span>Me</span></h2>
<center><h4>Get in Touch</h4>
<div class="contact-list">
<li><i class="bx bxs-phone-call" ></i>03356853688</li>
<li><i class='bx bxl-gmail'></i>[email protected]</li>
<li><i class='bx bxs-location-plus' ></i>Hasilpur,Pakistan</li>
</div>
<div class="contact-icons">
<a href="http://deviantart.com/nstechbytes"style="--i:7" target="_blank"><i class='bx bxl-deviantart'></i></a>
<a href="https://github.com/"style="--i:8" target="_blank"><i class='bx bxl-github'></i></a>
<a href="http://instagram.com/nstechbytes"style="--i:10" target="_blank"><i class='bx bxl-instagram'></i></a>
<a href="http://facebook.com/profile.php?id=61565975293842"style="--i:10" target="_blank"><i class='bx bxl-facebook'></i></a>
<a href="http://discord.gg/fZejMxtMhf"style="--i:10" target="_blank"><i class='bx bxl-discord'></i></a>
<a href="http://youtube.com/@nstechbytes?si=dbN-RAz9DIwdvDue"style="--i:10" target="_blank"><i class='bx bxl-youtube'></i></a>
</div>
</center>
<div class="last-text">
<p>Developed by Nasir Shahbaz <i class='bx bx-copyright' style="color: white;"></i> 2024</p>
</div>
</div>
</section>
<!--====================== Go Top Icon =============================== -->
<a href="#Home" class="top"><i class='bx bx-up-arrow-alt' ></i> </a>
<!--========Scripts===== -->
<script src="./files/script.js"></script>
</body>
</html>