-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
460 lines (423 loc) · 16.1 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
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tamzyn Portfolio Gradient Web Page | Responsive</title>
<!-- -------------------- Favicon ---------------- -->
<link
rel="shortcut icon"
href="/assets/images/hand-icon.png"
type="image/x-icon"
/>
<!-- ------ Custom CSS --------- -->
<link rel="stylesheet" href="style.css" />
<!-- ------- Boxicons Icon Cdn Link ---------- -->
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.css"
rel="stylesheet"
/>
<!------------- Google Font{Poppins,OutFit} Link ----- -->
<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=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<!-- ------------- NAVBAR --------------- -->
<nav class="navbar">
<a href="#" class="logo">
<h3>Tam<span>ZYN.</span></h3>
</a>
<ul class="nav__lists">
<li class="nav__links">
<a href="#home" id="active">Home</a>
</li>
<li class="nav__links"><a href="#about">About Me</a></li>
<li class="nav__links"><a href="#projects">Projects</a></li>
<li class="nav__links"><a href="about.html">Technologies</a></li>
<li class="nav__links"><a href="#contact">Contact</a></li>
</ul>
<div class="nav__socials-icons">
<i
class="ri-sun-fill"
id="toggle-mode"
title="Toggle dark or light"
></i>
<a href="javascript:void()" class="hide-mobile-screen"
><i class="ri-linkedin-box-fill"></i
></a>
<a href="javascript:void()" class="hide-mobile-screen"
><i class="ri-facebook-circle-fill"></i
></a>
<a href="javascript:void()" class="hide-mobile-screen"
><i class="ri-instagram-fill"></i
></a>
</div>
<button id="menu-btn">
<i class="ri-menu-line"></i>
</button>
</nav>
<!-- ------------ Hero Section ------------- -->
<section class="home" id="home">
<div class="container hero__container">
<div class="hero__row">
<div class="hero__col first">
<span class="small-card hero-small-card">Hey, your welcome!</span>
<h1 class="heading" id="hide-small-devices">
Hello, I'm Tamzyn Helfe,
</h1>
<h1 class="heading" id="show-small-device">
<span> Hello, I'm </span><br />
Tamzyn Helfe,
</h1>
<h1 class="sub-heading">frontend developer</h1>
<p class="hero__description">
Turning ideas into stylish, responsive web experiences with
expertise. Let’s create a standout digital presence that leaves a
lasting impression.
</p>
<div class="hero-btns">
<a
href="./assets/cvs/TamZyn CV.pdf"
class="btn btn-primary hero__btn"
download
>Download CV</a
>
<a href="#contact" class="secondary-btn">Hire Me</a>
</div>
</div>
<div class="hero__col second">
<div class="hero-right-image">
<img src="./assets/images/profile-hero.png" alt="" />
</div>
<div class="hero-ring"></div>
<div class="triangle"></div>
</div>
</div>
<a href="#about" class="scroll-down" title="Scroll down"></a>
</div>
</section>
<!-- ------------ About Section ------------- -->
<section class="about" id="about">
<div class="container about__container">
<div class="header-text about-header">
<div class="small-card">Introduction</div>
<h3 class="title">About Me</h3>
</div>
<div class="about__main-container">
<div class="about__row">
<div class="about-col left">
<div class="about-image">
<img src="./assets/images/about-img.png" alt="" />
</div>
</div>
<div class="about-col right">
<p>
I am an experienced Frontend Developer with over a decade of
professional expertise in the field. Throught my career , I have
had the privilege of collaborating with prestigious
organizations, contributting to their success and grouth.
</p>
<div class="about__cards">
<!-- Card 1 -->
<div class="about-card">
<img
src="./assets/images/code-icon-dark.png"
alt=""
class="dark-mode"
/>
<img
src="./assets/images/code-icon.png"
class="light-mode"
alt=""
/>
<h4>Languages</h4>
<p>HTML,CSS,JavaScript, React JS and Next JS</p>
</div>
<!-- Card 2 -->
<div class="about-card">
<img
src="./assets/images/edu-icon-dark.png"
alt=""
class="dark-mode"
/>
<img
src="./assets/images/edu-icon.png"
class="light-mode"
alt=""
/>
<h4>Education</h4>
<p>B.Tech in computer Science</p>
</div>
<!-- Card 3 -->
<div class="about-card">
<img
src="./assets/images/project-icon-dark.png"
alt=""
class="dark-mode"
/>
<img
src="./assets/images/project-icon.png"
class="light-mode"
alt=""
/>
<h4>Projects</h4>
<p>Build more that 100 projects</p>
</div>
</div>
<div class="most-use">
<h4>Tools I Use</h4>
<ul class="tools">
<li><img src="./assets/images/vscode.png" alt="" /></li>
<li><img src="./assets/images/firebase.png" alt="" /></li>
<li><img src="./assets/images/mongodb.png" alt="" /></li>
<li><img src="./assets/images/figma.png" alt="" /></li>
<li><img src="./assets/images/git.png" alt="" /></li>
<a href="about.html" class="more-about hide-mobile-screen"
>More about <i class="ri-arrow-right-s-fill"></i
></a>
</ul>
<a href="about.html" class="more-about show-mobile-screen"
>More about <i class="ri-arrow-right-s-fill"></i
></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ------------ Projects Section ------------- -->
<section class="projects" id="projects">
<div class="container projects__container">
<div class="header-text projects-header">
<div class="small-card">Some of my works</div>
<h3 class="title">Our Projects</h3>
</div>
<div class="projects__main-container">
<div class="projects__cards">
<!-- Card 1 -->
<div class="projects__card">
<div class="project-image">
<img src="./assets/images/project-1.png" alt="" />
</div>
<div class="card-header">
<h3>Crypto Portfolio Design</h3>
<i class="ri-more-2-fill"></i>
</div>
<p class="card-description">
A responsive and user-friendly crypto portfolio design with
features like real-time market data, portfolio tracking, and
more.
</p>
<div class="cards-btns">
<a href="javascript:void()"
>Preview
<img
src="./assets/images/paperclip-solid.svg"
width="18"
alt=""
/></a>
<a href="javascript:void()"
>github <i class="ri-github-fill"></i
></a>
</div>
</div>
<!-- Card 2 -->
<div class="projects__card">
<i class="ri-bookmark-3-fill"></i>
<div class="project-image">
<img src="./assets/images/project-2.jpg" alt="" />
</div>
<div class="card-header">
<h3>AI Telehealth & Telemedicine</h3>
<i class="ri-more-2-fill"></i>
</div>
<p class="card-description">
A platform that helps doctors and patients to connect with each
other, providing a seamless telehealth and telemedicine
experience.
</p>
<div class="cards-btns">
<a href="javascript:void()"
>Preview
<img
src="./assets/images/paperclip-solid.svg"
width="18"
alt=""
/></a>
<a href="javascript:void()"
>github <i class="ri-github-fill"></i
></a>
</div>
</div>
<!-- Card 3 -->
<div class="projects__card">
<div class="project-image">
<img src="./assets/images/project-3.png" alt="" />
</div>
<div class="card-header">
<h3>FlowFunds a Mobile app</h3>
<i class="ri-more-2-fill"></i>
</div>
<p class="card-description">
A mobile app that helps users find and book flow funds, ensuring
they receive the funds they need when they need them.
</p>
<div class="cards-btns">
<a href="javascript:void()"
>Preview
<img
src="./assets/images/paperclip-solid.svg"
width="18"
alt=""
/></a>
<a href="javascript:void()"
>github <i class="ri-github-fill"></i
></a>
</div>
</div>
</div>
<div class="show-more">
<a href="projects.html" class="card-btn"
>Show More <i class="ri-arrow-right-double-fill"></i
></a>
</div>
</div>
</div>
</section>
<!-- ------------------ Contact US --------------- -->
<section class="contact" id="contact">
<div class="container contact__container">
<div class="header-text contact-header">
<div class="small-card">Get in taouch</div>
<h3 class="title">Contact Us</h3>
</div>
<div class="contact__main-container">
<div class="contact__row">
<div class="contact__col left">
<form action="#" class="form" autocomplete="off">
<div class="input-box">
<label for="name" class="text-label">Name*</label>
<input type="text" id="name" required />
</div>
<div class="input-box">
<label for="email" class="text-label">Email*</label>
<input type="email" id="email" required />
</div>
<div class="input-box">
<label for="message" class="text-label">Message*</label>
<textarea name="message" id="message" cols="30"></textarea>
</div>
<button type="submit" class="contact-btn">Submit Now</button>
</form>
</div>
<div class="contact__col right">
<div class="contact-image">
<img src="./assets/images/contact-img.png" alt="" />
</div>
</div>
</div>
</div>
<div class="container">
<div class="contact__cards">
<div class="contact__card">
<i class="ri-phone-fill"></i>
<h4>Phone Or Landline</h4>
<p>+525 782 7377 716</p>
<p>+525 782 2272 292</p>
</div>
<div class="contact__card">
<i class="ri-mail-fill"></i>
<h4>Mail Or Query</h4>
<p>info@tamzyn.com</p>
<p>support@tamzyn.com</p>
</div>
<div class="contact__card">
<i class="ri-map-pin-2-fill"></i>
<h4>Located Or Nearby</h4>
<p>Calle 123, Colonia, Delegación, Ciudad, CP 12345</p>
<p>USA</p>
</div>
</div>
</div>
</div>
</section>
<!-- ------------------ Freelancing --------------- -->
<section class="freelancing">
<div class="container freelancing__container">
<div class="freelancing__row">
<div class="freelancing__col left">
<h2>We'are <span>availablbe</span> for freelancing</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ipsa
maiores corrupti quam, consectetur impedit assumenda?
</p>
<!-- <a href="#" class="btn-primary hire-btn">Hire me</a> -->
<a href="#" class="btn-primary hire-btn">Contact Us</a>
</div>
<div class="freelancing__col right">
<div class="freelancing-image">
<img src="./assets/images/freelance.png" alt="" />
</div>
</div>
</div>
</div>
</section>
<!-- ------------------ Footer ---------------- -->
<footer class="footer">
<div class="container footer__container">
<div class="footer__main-container">
<div class="foot-logo">
<div class="img">
<img src="./assets/images/profile-hero.png" alt="" />
</div>
<a href="#" class="logo footlogo">
<h3>Tam<span>ZYN.</span></h3>
</a>
</div>
<ul class="nav__lists footer__lists">
<li class="nav__links">
<a href="#home" id="active">Home</a>
</li>
<li class="nav__links"><a href="#about">About Me</a></li>
<li class="nav__links"><a href="#projects">Projects</a></li>
<li class="nav__links">
<a href="javascript:void()">Privacy Policy</a>
</li>
<li class="nav__links">
<a href="javascript:void()">Disclaimer</a>
</li>
</ul>
<div class="nav__socials-icons footer__social-icons">
<a href="#"><i class="ri-linkedin-box-fill"></i></a>
<i class="ri-behance-fill"></i>
<a href="#"><i class="ri-instagram-fill"></i></a>
<i class="ri-pinterest-fill"></i>
<a href="#"><i class="ri-github-fill"></i></a>
</div>
</div>
<div class="footer-text">
<p>© TamZYN. All rights reserved | <span id="year"></span></p>
</div>
</div>
</footer>
<!-- ----------- Custom JS -------------------- -->
<script src="./js/script.js"></script>
<!-- --------------------- FOR SMOOTH SCROLL ------------------ -->
<script src="https://unpkg.com/lenis@1.1.9/dist/lenis.min.js"></script>
<script>
const lenis = new Lenis();
lenis.on("scroll", (e) => {
// console.log(e);
});
function raf(time) {
lenis.raf(time);
requestAnimationFrame(raf);
}
requestAnimationFrame(raf);
</script>
</body>
</html>