-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
177 lines (165 loc) · 8.78 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
<!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">
<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=Dongle&family=Signika:wght@300&family=Tilt+Prism&display=swap"
rel="stylesheet">
<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=Neucha&display=swap" rel="stylesheet">
<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=Ysabeau:wght@500&display=swap" rel="stylesheet">
<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=Darumadrop+One&display=swap" rel="stylesheet">
<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=Dancing+Script:wght@500&display=swap" rel="stylesheet">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/solid.min.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
</head>
<body>
<div class="body">
<div class="Home" id="home">
<div class="first">
<nav>
<a href="#Home">Home</a>
<a href="#about">About</a>
<a href="#education">Education</a>
<a href="#exp">Experience</a>
<a href="#skill">Skills</a>
<a href="#project">Projects</a>
<a href="#contact">Contact</a>
<a href="#" class="mode" id="mode"><i class="fa-solid fa-moon"></i></a>
</nav>
</div>
<div class="second">
<a href="https://github.com/PriyanshiAgr" class="git"><i class="fa-brands fa-github"></i></a><br><br>
<a href="https://www.linkedin.com/in/priyanshi-agrawal-a428aa201/" class="linkedin"><i
class="fa-brands fa-linkedin"></i></a><br><br>
<a href="#" class="twitter"><i class="fa-brands fa-twitter"></i></a><br><br>
<a href="https://www.instagram.com/i_priyanshi_02/" class="insta"><i
class="fa-brands fa-instagram"></i></a><br><br>
</div>
<div class="third">
<span class="hiThere">Hi There</span><br>
<span class="Im">I'm</span>
<span class="name">Priyanshi Agrawal</span>
<span class="name">. . . </span>
<br><br>
<span class="des">Software Engineering Student</span><br><br>
<p class="aboutMe">A Web Developer and Graphic Designer </p>
<a href="https://drive.google.com/file/d/1zQBqUGOFAKJsb5C28r4hPlCRHyR5tQ31/view?usp=sharing"><button class="resume">My Resume</button></a>
</div>
<img src="images/hello.png" alt="">
</div>
<div class="about" id="about">
<img class="aboutImg" src="images/about.png" width="480px">
<h2 class="abt">Read About Me</h2><br>
<p class="myself">I am a Computer Science and Engineering student. Keep learning and positive affirmation is the key to success according to me. I love to give craetive solutions to the problem. </p><br>
<a href="#contact"> <button class="contact">Contact</button></a>
</div>
<div class="education" id="education">
<h2 class="edu">Education <i class="fa-solid fa-graduation-cap fa-bounce"></i></h2>
<div class="college">
<img src="images/campus.jpeg" width="500px" height="300px" alt="clg">
<br><br>
<p class="clg"> Pursuing B.tech (AI-DS) from GL Bajaj Institue of Technology & Management</p>
</div>
<div class="school">
<img src="images/school.jpg" width="500px" height="300px" alt="schl">
<br><br>
<p class="schl">Completed 10th (93%) and 12th (91%) from K.D.B Public School</p>
</div>
</div>
<div class="experience" id="exp">
<h2 class="exp">Experience <i class="fa-solid fa-briefcase fa-bounce"></i></h2>
<div class="shrinik">
<img src="images/shrinik.png" width="380px" alt="shrinik">
<p class="shrinik">Core Team Member and Director of Design and Media Team (2023-2024)</p>
</div>
<div class="BI">
<img src="images/bharatIntern.png" width="400px" alt="schl">
<p class="bi">Internship as a Web Developer<br>(April 2023 - May 2023)</p>
</div>
</div>
<div class="skills" id="skill">
<h2 class="skill">Skills <i class="fa-solid fa-code fa-bounce"></i></h2>
<div class="lang">
<img src="images/html.png" alt="html" width="200px">
<img src="images/css.png" alt="css" width="200px">
<img src="images/js.png" alt="js" width="200px"><br><br><br>
<img src="images/c.png" alt="c" width="200px">
<img src="images/java.png" alt="java" width="200px">
<img src="images/python.png" alt="python" width="200px">
</div>
</div>
<div class="projects" id="project">
<h2 class="project">Projects <i class="fa-solid fa-laptop-file fa-bounce"></i></h2>
<div class="allProjects">
<div class="netflix">
<a href="https://priyanshiagr.github.io/Netflix_Homepage_clone/">
<img src="images/netflix.png" width="180px" alt="">
<br><br>
<p class="netflixClone">Netflix Clone Page</p>
</a>
</div>
<div class="temp">
<a href="https://priyanshiagr.github.io/Temperature-Converter/">
<img src="images/temp.png" width="180px" alt="">
<br><br>
<p class="temperature">Temperature Convertor</p>
</a>
</div>
<div class="pdf">
<a href="">
<img src="images/pdf.png" width="180px" alt="">
<br><br>
<p class="pdfToWord">PDF to Word Convertor</p>
</a>
</div>
<div class="face">
<a href="">
<img src="images/face.png" width="180px" alt="">
<br><br>
<p class="faceLogin">Face Login</p>
</a>
</div>
<div class="pet">
<a href="">
<img src="images/pet.png" width="180px" alt="">
<br><br>
<p class="petAdapt">Pet Adapt Portal</p>
</a>
</div>
<div class="tour">
<a href="">
<img src="images/tour.png" width="180px" alt="">
<br><br>
<p class="tourWeb">Tour Website</p>
</a>
</div>
</div>
</div>
<div class="contactMe" id="contact">
<h2 class="contactme">Contact <i class="fa-solid fa-address-card fa-bounce"></i></h2>
<form action="">
<input type="text" placeholder="Your Name"></Input><br><br>
<input type="email" placeholder="Your Email"></Input><br><br>
<input type="tel" placeholder="Your Phone Number"></Input><br><br>
<textarea placeholder="Write Message Here ..." class="msg"></textarea><br>
<button class="submit">SUBMIT</button>
</form>
</div>
</div>
<script src="script.js"></script>
</body>
</html>