-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
204 lines (189 loc) · 8.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./Portfolio Photos/smilyIcon.png">
<title>MY PORTFOLIO</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<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=Sometype+Mono&display=swap" rel="stylesheet">
</head>
<body>
<!--Nav Bar Start-->
<section>
<div class="main-nav">
<nav class="navbar navbar-expand bg-body-tertiary bg-dark fixed-top" id="sticky-nav" data-bs-theme="dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="./Portfolio Photos/icon.png" alt="Icon" width="30" height="24">
</a>
<a class="navbar-brand cursor" href="#Main"><span class="name">S</span>haik <span class="name">H</span>afiza</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<div id="nav-right">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 ">
<li class="nav-item gap-right">
<a class="nav-link" aria-current="page" href="#Main" id="hover1">Home</a>
</li>
<li class="nav-item gap">
<a class="nav-link" href="#projects" id="hover2">Projects</a>
</li>
<li class="nav-item gap">
<a class="nav-link" href="#about" id="hover3">About</a>
</li>
<li class="nav-item gap">
<a class="nav-link" href="#contact" id="hover4">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</div>
</section>
<!--Nav Bar End-->
<!--Home Page-->
<section id="Main">
<div class="container-2">
<img src="./Portfolio Photos/background2.jpg">
</div>
<div class="main container">
<h1 class="text text-1" style="font-size: 4rem"><b>Hello,</b><span class="rev1"></span></h1>
<br>
<h1 class="text text-2" id="span-width" style="font-size: 4rem;"><b>I am </b><span class="rev2"></span></h1>
<br>
<h1 class="text text-3" style="font-size: 4rem"><b>Hafiza. </b><span class="rev3"></span></h1>
</div>
</section>
<!--Nav Bar End-->
<!--Projects Code Start-->
<section id="projects">
<div id="project-container">
<div class="project-title">
<h1>My Fronted Projects </h1>
</div>
<div class="all-projects">
<div class="project-item">
<div class="project-info">
<h1>Project 1</h1>
<h2>Simon Game</h2>
<p>Simon is an memory game that tests players' recall abilities by challenging them to repeat a growing sequence of lights and sounds. As the game advances, the sequences become more complex, providing an engaging and entertaining way to enhance memory and concentration skills.</p>
</div>
<div class="project-img">
<img src="./Portfolio Photos/Simon Game.png" alt="">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 2</h1>
<h2>Spotify Clone</h2>
<p>Spotify is a popular music streaming service that allows users to access a vast library of songs, playlists, and podcasts. It provides personalized recommendations and features both free and premium subscription options. Here i tried to design spotify home page using basic html and css.</p>
</div>
<div class="project-img">
<img src="./Portfolio Photos/SpotifyClone.png" alt="">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 3</h1>
<h2>Photographer Home-page</h2>
<p>It is a web homepage for Photographers, which i can futher extend and add more features which helps a Photographers to display their best albums and pictures inorder to gain new clients. Currently i designed it only with an ui by using html and css. </p>
</div>
<div class="project-img">
<img src="./Portfolio Photos/MiniProject.png" alt="">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 4</h1>
<h2>Portfolio Website</h2>
<p>My portfolio is a presentation of all that I've learned and accomplished.I Designed this website by with front-end technologies such as Html,Css and Bootstrap</p>
</div>
<div class="project-img">
<img src="./Portfolio Photos/Portfolio.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!--Projects Code End-->
<!--About Code Start-->
<section id="about">
<div class="about">
<div class="col-left">
<div class="about-img">
<img src="./Portfolio Photos/Hafiza3.jpg" alt="">
</div>
</div>
<div class="col-right">
<div class="about-info ">
<h1>About Me</h1>
<br>
<h2>Web developer</h2>
<br>
<p>My name is Hafiza,and my portfolio is a presentation of all that i've learned and accomplished as a student till now. Currently i am pursuing computers bachelors degree at Andhra University College of Engineering</p>
<br>
<div>
<button type="button" class="btn btn-outline-dark btn-lg"><a href="./Hafiza's Resume.pdf" target="_blank" style="text-decoration: none; color: #0d0e0d;">Download Resume</a></button>
</div>
</div>
</div>
</div>
</section>
<!--About Code End-->
<!--Contact Code Start-->
<section id="contact">
<div class="contact-head">
<h1>Contact <span>Info</span></h1>
</div>
<br>
<div class="contact-items">
<div class="contact-item" style="padding-left: 10px;">
<div class="contact-icon"><img src="./Portfolio Photos/phoneImg.jpg" alt=""></div>
<div class="contact-info">
<h1>Phone</h1>
<h2>+91 7989035472</h2>
</div>
</div>
<div class="contact-item" style="padding-left: 10px;">
<div class="contact-icon"><img src="./Portfolio Photos/emailImg.png" alt=""></div>
<a href="mailto:varmasagi101@gmail.com" style="text-decoration: none; color: #3D322C;">
<div class="contact-info">
<h1>Email</h1>
<h2>hafizashaik107@gmail.com</h2>
</div>
</a>
</div>
<div class="contact-item" style="padding-left: 10px;">
<div class="contact-icon"><img src="./Portfolio Photos/locationImg.png" alt=""></div>
<div class="contact-info">
<h1>Address</h1>
<h2>Yerusu Vari Street,Rama Krishna Rao Peta, Kakinada.</h2>
</div>
</div>
</div>
</section>
<!--Contact code End-->
<!--Footer Code Start-->
<section id="footer">
<div class="footer">
<p>
Thank you for visiting my portfolio. Feel free to reach out!
<br>
<a href="mailto:hafizashaik107@gmail.com"><i class="far fa-envelope"></i> Email</a> |
<a href="https://github.com/ShaikHafiza" target="_blank"><i class="fab fa-github"></i> GitHub</a> |
<a href="https://www.linkedin.com/in/hafiza-shaik-761636288?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app" target="_blank"><i class="fab fa-linkedin"></i> LinkedIn</a>
<br>
Copyright © 2023 Hafiza. All rights reserved
</p>
</div>
</section>
<!--Footer Code End-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>