-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
253 lines (236 loc) · 11.8 KB
/
index.html
File metadata and controls
253 lines (236 loc) · 11.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Priya Rana Portfolio</title>
<meta charset="UTF-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" />
<link rel="stylesheet" href="./css/main.css" type="text/css">
<link rel="stylesheet" href="./css/header.css" type="text/css">
<link rel="stylesheet" href="./css/home.css" type="text/css">
<link rel="stylesheet" href="./css/projects.css" type="text/css">
<link rel="stylesheet" href="./css/footer.css" type="text/css">
</head>
<body >
<header class="header">
<nav class="nav">
<div class="toggle"><i class="fas fa-bars"></i></div>
<ul class="nav-menu">
<li class="nav-item"><a href="about.html">About</a></li>
<li class="nav-item"><a href="projects.html">Hobbies</a></li>
<li class="nav-item"><a href="photos.html">Photos</a></li>
</ul>
</nav>
</header>
<main class="main-container home-section">
<section id="home">
<div class="landing-page-details">
<h1 class="small-title">Hi,</h1>
<h2 class="big-title">I'm <span class="my-name pink">Priya Rana</span></h2>
</div>
<div class="art-me">
<img src="./img/me-icon.gif"
alt="Icon of me and Julie."
title="Hi, it's an icon of me and Julie.">
</div>
<div class="landing-page-socials">
<ul>
<li class="social-link">
<a href="https://www.linkedin.com/in/priya-rana-6535b2260/" aria-label="LinkedIn"
target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
<li class="social-link">
<a href="https://github.com/Priyaahere" aria-label="GitHub"
target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</li>
<li class="social-link">
<a href="#" aria-label="Twitter"
target="_blank">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li class="social-link">
<a href="#" aria-label="Instagram"
target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
</ul>
</div>
</section>
<section class="projects" id="select-projects">
<h2>Select Projects</h2>
<p class="section-description">
Here are some personal projects I have worked on.<br>
You can find more on <a class="hyperlink"
href="https://github.com/Priyaahere">GitHub</a>.
</p>
<div class="project-cards-container">
<div class="card">
<video width="100%" autoplay>
<source src="./img/netflixvideo.mp4" type="video/mp4">
</video>
<div class="card-info">
<div class="title-and-links">
<span class="project-title">
NetFlex
</span>
<div class="project-links">
<a href="https://priyaahere.github.io/netflex/">
<i class="fas fa-external-link-alt"></i>
</a>
<a href="https://github.com/Priyaahere/Netflex">
<i class="fa-brands fa-github"></i>
</a>
</div>
</div>
<div class="project-skills">
<span>HTML</span>
<span>CSS</span>
</div>
<p class="project-description">
This is a frontend clone of Netflix's website. It
is built with HTML and CSS.
</p>
</div>
</div>
<div class="card">
<img src="./img/Portfolio.jpg"
alt="Project Preview Screenshot" class="card-preview-img">
<div class="card-info">
<div class="title-and-links">
<span class="project-title">
Personal Website
</span>
<div class="project-links">
<a href="https://priyaahere.github.io">
<i class="fas fa-external-link-alt"></i>
</a>
<a
href="https://github.com/Priyaahere/priyaahere.github.io">
<i class="fa-brands fa-github"></i>
</a>
</div>
</div>
<div class="project-skills">
<span>HTML</span>
<span>CSS</span>
<span>Javascript</span>
</div>
<p class="project-description">
A personal interactive website . It is built using HTML, CSS, Javascript that showcases my skills, projects,
specialised talents, and interests.
</p>
</div>
</div>
<div class="card">
<video width="100%" controls autoplay>
<source src="./img/gmailvideo.mp4" type="video/mp4">
</video>
<div class="card-info">
<div class="title-and-links">
<span class="project-title">
Gmail 2.0
</span>
<div class="project-links">
<a href="https://github.com/Priyaahere/GmailClone">
<i class="fas fa-external-link-alt"></i>
</a>
<a href="https://github.com/Priyaahere/GmailClone">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<div class="project-skills">
<span>HTML</span>
<span>CSS</span>
</div>
<p class="project-description">
A redesigned Gmail clone.It
is built using HTML and CSS.
</p>
</div>
</div>
</div>
<div class="cta-container">
<a href="https://github.com/Priyaahere" class="cta">
<img src="./img/coding.svg" alt="Code Icon">
<span>Explore More<br></span>
</a>
</div>
</section>
<div class="coffee">
<section id="coffeee">
<div >
<h1 class="small-coffee">If you like my content and want to support me, you can </h1>
<h2 class="big-coffee">Buy me a <span class="my-name pink">coffee</span></h2>
</div>
<div class=" art-me">
<img class="smile" src="./img/me-icon.gif"
alt="Icon of me and Julie."
title="It makes me happy" height="30%">
<a href="https://www.buymeacoffee.com/priyarana"> <img class= "qr" src="./img/bmc_qr.png" width=90% alt="Buy me a coffee" title="Scan this qr or click this image to buy me a coffee."> </a>
</div>
</section>
</div>
</main>
<footer class="footer-container">
<div class="footer">
<div class="footer-column">
<a href="/" class="footer-logo">@PriyaRana</a>
<div class="socials">
<ul>
<li class="social-link">
<a href="https://www.linkedin.com/in/priya-rana-6535b2260/"
aria-label="LinkedIn" target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
<li class="social-link">
<a href="https://github.com/Priyaahere" aria-label="GitHub"
target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</li>
<li class="social-link">
<a href="" aria-label="Twitter"
target="_blank">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
</ul>
</div>
<span class="copyright"><i class="fa-regular fa-copyright"></i> Priya Rana 2021-2025</span>
</div>
<div class="footer-column">
<a href="/about.html" class="footer-button">
<img src="./img/smile.svg" alt="Smile Icon">
About
</a>
<a href="/projects.html" class="footer-button">
<img src="./img/coding.svg" alt="Code Icon">
Hobbies
</a>
</div>
<div class="footer-column">
<a href="/PriyaResumeWD.pdf" class="footer-button">
<img src="./img/resume.svg" alt="Resume Icon">
Resume
</a>
<a href="mailto:priyarana0203@gmail.com" class="footer-button">
<img src="./img/email.svg" alt="Email Icon">
Contact
</a>
</div>
</div>
</footer>
<script src="./js/main.js"></script>
</body>
</html>