-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (90 loc) · 4.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="portfolio icon.svg">
</head>
<body>
<header>
<nav>
<div class="left"><span>Shaina's </span>Portfolio</div>
<div class="right">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="./projects.html">PROJECTS</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
</nav>
</header>
<main>
<section class="firstsec">
<div class="leftsec">
<h1>Front-end<span> Web Developer</span></h1>
<div> Hi, I'm Shaina.</div>
<div> A passionate Front-end Web Developer based in Noida, Uttarpradesh.</div>
<a href="https://www.linkedin.com/in/shaina-nawaz-385409240?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img src="linkedin-brands-solid.svg" alt=""></a>
<a href="https://github.com/shaina123786"><img src="github-brands-solid.svg" alt=""></a>
</div>
<div class="rightsec">
<img src="pic2-removebg-preview.png">
</div>
</section>
<br>
<br>
<!-- Home -->
<div class="home">
<div class="name">
Hey, I'm</div>
<h1>Shaina Nawaz</h1>
<br>
<p>I'm a software engineer based in Noida,Uttarpradesh. I enjoy creating things that live on the internet, whether that be websites, applications, or anything in between. Motivated B.Tech student at Dronacharya Group Of Institution with a strong passion for coding, data structures, algorithms and web Development. Actively engaged in DSA practice on platforms like Hackerrank, GeeksforGeeks, and Codechef.</p>
</div>
<br>
<br>
<div class="each">
<h1>Each project is a unique piece of development.</h1></div><br>
<div class="projects">
<div class="first-project">
<a href="https://shaina123786.github.io/Flikart-clone/"><img src="flipkart clone img.jpg"></a></div>
<div class="first">
<h2>FlipZone</h2>
<div class="simple">
Built with Simplicity </div><br><br>
<p>
This Flipkart clone, crafted entirely with HTML and CSS, offers a familiar and streamlined shopping experience.
Search millions of products or explore curated categories like electronics and fashion.
EasyShop leverages the power of these core web technologies to bring you a fast,
convenient way to find what you need.</p>
<div class="button">
<div class="code">
<a href="https://github.com/shaina123786/Flikart-clone.git">
<!-- <img src="code.svg"> -->
<button class="text-code">Code</button></a>
</div>
<div class="code">
<a href="https://shaina123786.github.io/Flikart-clone/">
<!-- <img src="live demo.png" alt=""> -->
<button class="text-live">Live Demo</button></a>
</div>
</div>
</div>
<!-- <a href=""><img src="" alt=""></a> -->
<!-- <a href=""><img src="" alt=""></a> -->
</div>
<div class="thanks">
Thankyou!
</div><br>
<div class="for">
for taking the time to explore my portfolio. I hope you enjoyed learning about my work as much as I enjoyed creating it. Looking forward to connecting with you!
</div>
</main>
<footer>
Designed by Shaina
</footer>
</body>
</html>