-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
213 lines (202 loc) · 8.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/7bad2979bc.js" crossorigin="anonymous"></script>
<link href="index.css" rel="stylesheet">
<title>mZee Dev</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div class="myCode">
<div class="navbar">
<div class="logo" id="home">
<h2><span>@</span>mZee <span>Dev</span></h2>
</div>
<div class="links_2">
<ul class="nav_links" id="links">
<li><a href="#home">Home</a></li>
<li> <a href="#about">About me</a></li>
<li><a href="#projects">Projects</a></li>
<li> <a href="#contact">Contact me</a></li>
</ul>
</div>
<div class="space"></div>
<div class="menu-icn" id="menubtn"><i class="fa-solid fa-bars"></i></div>
<div class="close-icn" id="closebtn"><i class="fa-regular fa-circle-xmark"></i></div>
</div>
<div class="sections">
<div class="intro_section">
<div class="introduction">
<div class="style1"></div>
<div class="subintro">
<div class="style2"></div>
<div class="intro">
<h2>Hamza <span>Shaukat</span></h2>
<h5>Full Stack Web Developer</h5>
<h6>HTML | CSS | JavaScript | C++</h6>
<p>I believe in Learning, Thinking and Implementation</p>
</div>
<div class="btn"><button><a href="#contact">Hire me</a></button></div>
</div>
</div>
<div class="pic">
<div class="picture">
</div>
</div>
<div class="space"></div>
</div>
<div class="about_me">
<div class="abt">
<div class="heading" id="about">
<h3>About Me / میرے بارے میں </h3>
</div>
<p>
Hello, I'm Hamza, a passionate Full Stack Web Developer with a strong love for JavaScript!. I love to attend Hackathons and collab with best hackers. I participated in a lot of hackathons mostly
hosted by MLH (Major League Hacking). I'm undergradute Computer Science Student at International Islamic University
Islamabad. <br>
I embarked on my journey into the world of web development in 2021, and since then, I've been continuously honing my skills and exploring the fascinating realm of modern web technologies. My primary focus is on building engaging and
interactive user experiences using React.js. The way React's component-based architecture empowers me to create efficient and dynamic web applications is truly inspiring.
Currently I'm working as a Mentor for MLH.
</p>
</div>
<div class="style3"></div>
<div class="style4"></div>
<div class="style5"></div>
<div class="style6"></div>
</div>
</div>
<div class="projects">
<div class="pro">
<div class="heading1" id="projects">
<h1>پروجیکٹ / Projects</h1>
</div>
</div>
<div class="cards">
<div class="project1">
<div class="img1">
<img src="mechanics.jpg" alt="mechanics">
</div>
<div class="phead1">
<h3>Mechanic Website</h3>
</div>
<div class="para">
-Available on Github.<br>
-Little Bit use of Javascript.<br>
-Made in November 2022.<br>
-Days spend 7.<br>
-No Review taken<br>
</div>
<div class="btn1"><a href="https://test-sessions.github.io/Mechanic/"><button>Review</button></a>
</div>
</div>
<div class="project2">
<div class="img2">
<img src="phtographer.jpg" alt="photographer">
</div>
<div class="phead1">
<h3>Photographer Website</h3>
</div>
<div class="para">
-Available on Github.<br>
-Little Bit use of Javascript.<br>
-Made in November 2022.<br>
-Days spend 11.<br>
-Review taken<br>
</div>
<div class="btn1"><a
href="https://mzeedevv.github.io/Photographer-Website/"><button>Review</button></a></div>
</div>
<div class="project3">
<div class="img3">
<img src="gym.jpg" alt="photographer">
</div>
<div class="phead1">
<h3>Gym Website</h3>
</div>
<div class="para">
-Available on Github.<br>
-Use of Javascript.<br>
-Made in November 2022.<br>
-Days spend 2.<br>
-Review taken<br>
</div>
<div class="btn1"><a href="https://mzeedevv.github.io/GYMWEBSITE/"><button>Review</button></a></div>
</div>
</div>
</div>
</div>
<div class="projects">
<div class="JS_PROJECTS">
<div class="project2">
<div class="img2">
<img src="multiplication.png" alt="multiplication">
</div>
<div class="phead1">
<h3>Javascript - Multiplication App</h3>
</div>
<div class="para">
-Available on Github.<br>
-JavaScript based project.<br>
-Made in Febuary 2023.<br>
-Days spend 02.<br>
</div>
<div class="btn1"><a href="https://mzeedevv.github.io/Multiplication-app/"><button>Review</button></a>
</div>
</div>
<div class="project2">
<div class="img2">
<img src="Joke.jpg" alt="photographer">
</div>
<div class="phead1">
<h3>Javascript - Joke Generator</h3>
</div>
<div class="para">
-Available on Github.<br>
-JavaScript based prokect<br>
-Made in Febuary 2023.<br>
-Days spend 05.<br>
</div>
<div class="btn1"><a href="https://mzeedevv.github.io/Joke_Generator/"><button>Review</button></a></div>
</div>
</div>
</div>
<div class="contact_section" id="contact">
<div class="heading2">
<h2>رابطہ کریں / Contact Me</h2>
</div>
<div class="inputs">
<form onsubmit="message()">
<label for="Email">Email Address</label>
<input type="email" placeholder="Email...." id="Email">
<label for="name">Name</label>
<input id="name" type="text" placeholder="Name....">
<label for="country">Country</label>
<input id="name" type="text" placeholder="Country">
<label>Message</label>
<textarea rows="6" placeholder="Message..."></textarea>
<div class="btn3">
<button>Send Message</button>
</div>
</div>
</form>
</div>
<div class="footer">
<h3>Made by <span>@mZee Dev</span></h3>
</div>
<div class="media">
<a href="https://www.facebook.com/profile.php?id=100032332901297"><i class="fa-brands fa-facebook"></i></a>
<a href="https://www.instagram.com/mzeedev/"><i class="fa-brands fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/hamza-shaukat-b5551925a/"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/mZeeDevv"><i class="fa-brands fa-github"></i></a>
<a href="https://twitter.com/mZeeDev"><i class="fa-brands fa-twitter"></i></a>
</div>
</div>
<script src="index.js"></script>
</body>
</html>