-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
358 lines (347 loc) · 13.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="shortcut icon" href="./assets/png/ava.png" type="image/x-icon">
<link rel="icon" href="./assets/png/ava.png" type="image/x-icon">
<title>SMA | smxhmxd | Portfolio</title>
<meta name="description" content="Personal Portfolio" />
<link rel="stylesheet" href="css/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header class="header">
<div class="header__content">
<div class="header__logo-container">
<div class="header__logo-img-cont">
<img
src="./assets/png/img_bg.png"
alt="My Image"
class="header__logo-img"
/>
</div>
<span class="header__logo-sub">Saiyed Mohd Ahmad</span>
</div>
<div class="header__main">
<ul class="header__links">
<li class="header__link-wrapper">
<a href="./index.html" class="header__link"> Home </a>
</li>
<li class="header__link-wrapper">
<a href="./index.html#about" class="header__link">About </a>
</li>
<li class="header__link-wrapper">
<a href="./index.html#projects" class="header__link">
Projects
</a>
</li>
<li class="header__link-wrapper">
<a href="./index.html#contact" class="header__link"> Contact </a>
</li>
</ul>
<div class="header__main-ham-menu-cont">
<img
src="./assets/svg/ham-menu.svg"
alt="hamburger menu"
class="header__main-ham-menu"
/>
<img
src="./assets/svg/ham-menu-close.svg"
alt="hamburger menu close"
class="header__main-ham-menu-close d-none"
/>
</div>
</div>
</div>
<div class="header__sm-menu">
<div class="header__sm-menu-content">
<ul class="header__sm-menu-links">
<li class="header__sm-menu-link">
<a href="./index.html"> Home </a>
</li>
<li class="header__sm-menu-link">
<a href="./index.html#about"> About </a>
</li>
<li class="header__sm-menu-link">
<a href="./index.html#projects"> Projects </a>
</li>
<li class="header__sm-menu-link">
<a href="./index.html#contact"> Contact </a>
</li>
</ul>
</div>
</div>
</header>
<section class="home-hero">
<div class="home-hero__content">
<h1 class="heading-primary">Hey, My name is Saiyed Mohd Ahmad</h1>
<div class="home-hero__info">
<p class="text-primary">
A Fullstack Web Developer with interest in Problem Solving using Data Structures & Algorithms
</p>
</div>
<div class="home-hero__cta">
<a href="./#projects" class="btn btn--bg">Projects</a>
</div>
</div>
<div class="home-hero__socials">
<div class="home-hero__social">
<a href="https://www.linkedin.com/in/saiyed-mohd-ahmad-93b583203/" class="home-hero__social-icon-link">
<img
src="./assets/png/link.svg"
alt="icon"
class="home-hero__social-icon"
/>
</a>
</div>
<div class="home-hero__social">
<a href="https://github.com/smxhmxd" class="home-hero__social-icon-link">
<img
src="./assets/png/github.svg"
alt="icon"
class="home-hero__social-icon"
/>
</a>
</div>
<div class="home-hero__social">
<a href="https://x.com" class="home-hero__social-icon-link">
<img
src="./assets/png/twitter.svg"
alt="icon"
class="home-hero__social-icon"
/>
</a>
</div>
<div class="home-hero__social">
<a href="https://leetcode.com/sma280201/" class="home-hero__social-icon-link">
<img
src="./assets/png/lc.png"
alt="icon"
class="home-hero__social-icon"
/>
</a>
</div>
<div class="home-hero__social">
<a href="https://youtube.com/@smxhmxd" class="home-hero__social-icon-link">
<img
src="./assets/png/yt.svg"
alt="icon"
class="home-hero__social-icon"
/>
</a>
</div>
</div>
<div class="home-hero__mouse-scroll-cont">
<div class="mouse"></div>
</div>
</section>
<section id="about" class="about sec-pad">
<div class="main-container">
<h2 class="heading heading-sec heading-sec__mb-med">
<span class="heading-sec__main">About Me</span>
<span class="heading-sec__sub">
Here you will find more information about me, what I do, and my current skills mostly in terms of programming and technology
</span>
</h2>
<div class="about__content">
<div class="about__content-main">
<h3 class="about__content-title">Get to know me!</h3>
<div class="about__content-details">
<p class="about__content-details-para">
Hey! It's
<strong>Saiyed Mohd Ahmad</strong>
I'm a Fullstack Web Developer. Check out some of my work in the Projects section.
I also like solving problems using using Data Structures & Algorithms. Feel free to Connect or Follow me on my Linkedin.
</p>
<p class="about__content-details-para">
I'm open to Job opportunities where I can contribute, learn and grow. If you have a good opportunity that matches my skills and experience then don't hesitate to <strong>contact</strong> me.
</p>
</div>
<a href="./#contact" class="btn btn--med btn--theme dynamicBgClr"
>Contact</a
>
</div>
<div class="about__content-skills">
<h3 class="about__content-title">My Skills</h3>
<div class="skills">
<div class="skills__skill">HTML</div>
<div class="skills__skill">CSS</div>
<div class="skills__skill">JavaScript</div>
<div class="skills__skill">C/C++</div>
<div class="skills__skill">PHP</div>
<div class="skills__skill">MySQL</div>
<div class="skills__skill">GIT</div>
</div>
</div>
</div>
</div>
</section>
<section id="projects" class="projects sec-pad">
<div class="main-container">
<h2 class="heading heading-sec heading-sec__mb-bg">
<span class="heading-sec__main">Projects</span>
<span class="heading-sec__sub">
Here you will find some of my personal projects that I created with each project containing its own case study
</span>
</h2>
<div class="projects__content">
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/jpeg/bgimg.png"
alt="Software Screenshot"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">UDMS</h3>
<p class="projects__row-content-desc">
This project was made to manage and organize the publications and research paper published by the students and faculty of the institution.
It also takes a graphical approach on the presentation of data which makes it easy to summarize the data.
</p>
<a
href="./project-1.html"
class="btn btn--med btn--theme dynamicBgClr"
>Case Study</a
>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/jpeg/bgimg2.png"
alt="Software Screenshot"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Graphical User Authentication</h3>
<p class="projects__row-content-desc">
This project provides the user with a two step Authentication approach first being the regular text password and the second is a graphical password which is a combination of five images that make the authentication process more secure.
</p>
<a
href="./project-2.html"
class="btn btn--med btn--theme dynamicBgClr"
>Case Study</a
>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/jpeg/bgimg3.png"
alt="Software Screenshot"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Social Media Network</h3>
<p class="projects__row-content-desc">
This is the project that I am currently working on and will be available as soon as it is made.
</p>
<a
href="#"
class="btn btn--med btn--theme dynamicBgClr"
>Case Study</a
>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact sec-pad dynamicBg">
<div class="main-container">
<h2 class="heading heading-sec heading-sec__mb-med">
<span class="heading-sec__main heading-sec__main--lt">Contact</span>
<span class="heading-sec__sub heading-sec__sub--lt">
Feel free to Contact me by clicking the button below and I will get back to you as soon as possible
</span>
</h2>
<div class="btn btn--theme contact__btn">
<a href="https://mail.google.com/mail/?view=cm&fs=1&to=sma280201@gmail.com&su=QUERY&body=Hello Ahmad!!!"
target="_blank"
rel="noopener noreferrer" >
SEND EMAIL
</a></div>
</div>
</section>
<footer class="main-footer">
<div class="main-container">
<div class="main-footer__upper">
<div class="main-footer__row-1">
<h1 class="heading heading-sm text-lt">Saiyed Mohd Ahmad</h1>
</div>
<div class="main-footer__row-1">
<h2 class="heading heading-sm main-footer__heading-sm">
<span>Social</span>
</h2>
<div class="main-footer__social-cont">
<a target="_blank" rel="noreferrer" href="https://www.linkedin.com/in/saiyed-mohd-ahmad-93b583203/">
<img
class="main-footer__icon"
src="./assets/png/linkedin-ico.png"
alt="icon"
/>
</a>
<a target="_blank" rel="noreferrer" href="https://github.com/smxhmxd">
<img
class="main-footer__icon"
src="./assets/png/github-ico.png"
alt="icon"
/>
</a>
<a target="_blank" rel="noreferrer" href="https://leetcode.com/sma280201">
<img
class="main-footer__icon"
src="./assets/png/lcb.png"
alt="icon"
/>
</a>
<a target="_blank" rel="noreferrer" href="https://youtube.com/@smxhmxd">
<img
class="main-footer__icon"
src="./assets/png/yt-ico.png"
alt="icon"
/>
</a>
</div>
</div>
<div class= "main-footer">
<ul>
<li>
<a href="./index.html" class="footer__link" color: white;> Home </a>
</li>
<li>
<a href="./index.html#about" class="footer__link">About </a>
</li>
</div>
<div class= "main-footer">
<ul>
<li>
<a href="./index.html#projects" class="footer__link">
Projects
</a>
</li>
<li>
<a href="./index.html#contact" class="footer__link"> Contact </a>
</li>
</ul>
</div>
</div>
</div>
<!-- If you give me some credit or shoutout here by linking to my website, then it will be a big thing for me and will help me a lot :) -->
</div>
</footer>
<script src="./index.js"></script>
</body>
</html>