-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
314 lines (302 loc) · 9.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
<!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" />
<title>Portfolio</title>
<link rel="stylesheet" href="style.css" />
<!-- Poppins Google Fonts -->
<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=Poppins:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<div class="logo-container"><a class="logo" href="#">My Logo</a></div>
<nav class="navbar">
<img
class="menu-icon"
onclick="mytoggleMenu()"
src="images/icons/Union.svg"
alt=""
/>
<div id="overlay" class="mobile-overlay">
<img
class="menu-icon"
onclick="mytoggleMenu()"
src="images/icons/Cancel.svg"
alt=""
/>
<ul id="main-menu" class="nav-menu flex">
<li id="nav-item" class="nav-item">
<a class="nav-link" onclick="mytoggleMenu()" href="#portfolio"
>Portfolio</a
>
</li>
<li class="nav-item">
<a class="nav-link" onclick="mytoggleMenu()" href="#about"
>About</a
>
</li>
<li class="nav-item">
<a class="nav-link" onclick="mytoggleMenu()" href="#contact"
>Contact</a
>
</li>
</ul>
</div>
<div id="desktop-menu">
<ul class="flex list">
<li>Portfolio</li>
<li>About</li>
<li>contact</li>
</ul>
</div>
</nav>
</header>
<section class="hero">
<div class="hero-container">
<h2>I’m Nelofar Zabi<br />Glad to see you!</h2>
<p class="hero-paragraph">
I’m a software developer! I can help you build a product , feature or
website Look through some of my work and experience! If you like what
you see and have a project you need coded, don’t hestiate to contact
me.
</p>
<span class="hero-subheading">LETS CONNECT</span>
<div class="socialmedia_icons">
<ul class="media_icons">
<li>
<a href="#">
<img src="images/icons/twitter.svg" alt="Twitter Icon" />
</a>
</li>
<li>
<a href="#">
<img src="images/icons/linkedin.png" alt="LinkedIn Icon" />
</a>
</li>
<li>
<a href="#">
<img src="images/icons/m.svg" alt="Media Icon" />
</a>
</li>
<li>
<a href="#">
<img src="images/icons/cat.svg" alt="Github Icon" />
</a>
</li>
<li>
<a href="#">
<img src="images/icons/fingers.svg" alt="Victory Icon" />
</a>
</li>
</ul>
</div>
</div>
</section>
<!--Works Section-->
<div id="portfolio" class="card-container"></div>
<!--About Section Starts Here-->
<section id="about" class="about-section">
<div class="about">
<h1 class="about-myself-title">About Myself</h1>
<p class="about-myself-desc">
Hello I’m a software developer! I can help you build a product ,
feature or website Look through some of my work and experience! If you
like what you see and have a project you need coded, don’t hestiate to
contact me.
</p>
<div class="about-media-icons">
<h4 class="about-subheading">LET'S CONNECT</h4>
<ul class="ul-content flex">
<li class="about-social-icons">
<a href="#">
<img
class="social-media-icons"
src="images/icons/cat.svg"
alt="Github Icon"
/>
</a>
</li>
<li class="about-social-icons">
<a href="#">
<img
class="social-media-icons"
src="images/icons/linkedin.png"
alt="LinkedIn Icon"
/>
</a>
</li>
<li class="about-social-icons">
<a href="#">
<img
class="social-media-icons"
src="images/icons/fingers.svg"
alt="Victory Icon"
/>
</a>
</li>
<li class="about-social-icons">
<a href="#">
<img
class="social-media-icons"
src="images/icons/twitter.svg"
alt="Twitter Icon"
/>
</a>
</li>
<li class="about-social-icons">
<a href="#">
<img
class="social-media-icons"
src="images/icons/m.svg"
alt="Media Icon"
/>
</a>
</li>
</ul>
<div class="btn-container">
<button type="submit" class="btn gmr-btn">Get my resume</button>
</div>
</div>
</div>
<div class="tech-list-container">
<div class="tech-container">
<div class="tech-title flex">
<h3>Languages</h3>
<img
class="svg-icon"
src="images/icons/expanded.png"
alt="expanded chevron"
/>
</div>
<span class="separator"></span>
<div class="tech-content">
<ul class="tech-name">
<li class="tech-images flex">
<img src="images/icons/js.png" alt="Javascript Icon" />
<p>JavaScript</p>
</li>
<li class="tech-images flex">
<img src="images/icons/html5.png" alt="HTML5 Icon" />
<p>HTML</p>
</li>
<li class="tech-images flex">
<img src="images/icons/css3.png" alt="CSS3 Icon" />
<p>CSS</p>
</li>
</ul>
</div>
</div>
<div class="tech-container">
<div class="tech-title flex">
<h3>Frameworks</h3>
<img src="images/icons/collapsed.png" alt="collapsed chevron" />
</div>
<span class="separator"></span>
</div>
<div class="tech-container">
<div class="tech-title flex">
<h3>Skills</h3>
<img src="images/icons/collapsed.png" alt="collapsed chevron" />
</div>
<span class="separator"></span>
</div>
</div>
</section>
<!--About Section ends Here-->
<!--Contact Section Starts Here-->
<section id="contact" class="contact-form-sec">
<div class="contact-me-container">
<h1 class="contact-me">Contact me</h1>
<p class="contact-paragraph">
If you have an application you are interested in developing, a feature
that you need built or a project that needs coding. I’d love to help
with it
</p>
<form
class="form"
action="https://formspree.io/f/mlezyvyo"
method="post"
id="form"
>
<input
type="text"
class="field"
required
maxlength="30"
placeholder="Your Name"
id="contact-name"
/>
<input
type="email"
id="email"
class="field"
required
placeholder="Your Email"
/>
<textarea
class="text-area"
rows="5"
maxlength="500"
required
placeholder="Write your message here"
cols="40"
name="message"
id="message"
></textarea>
<p id="error-message">error</p>
<button class="btn-submit" type="submit">Get In Touch</button>
</form>
</div>
</section>
<!--Modal Starts Here-->
<div class="popup-window" id="popup">
<section class="popup">
<div class="popup-header">
<h2 class="popup-project-title" id="popup-project-title"></h2>
<span class="close">×</span>
</div>
<div class="popup-project-info" id="project-info"></div>
<div id="project-image-holder">
<img
src="#"
alt="Tonic project screenshot"
class="popup-project-image"
id="popup-project-image"
/>
</div>
<div class="popup-project-details">
<div class="column-left">
<p class="popup-project-description" id="project-description"></p>
</div>
<div class="column-right">
<div class="popup-project-stack" id="popup-project-stack"></div>
<div class="popup-project-buttons">
<button type="button" id="see-live-btn" onclick="">
See Live
</button>
<button type="button" id="see-source-btn" onclick="">
See Source
</button>
</div>
</div>
</div>
</section>
</div>
<script
type="module"
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"
></script>
<script src="script.js"></script>
</body>
</html>