forked from shaurya35/Portfolio-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
272 lines (261 loc) · 11.3 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
<!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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon" href="icon.svg" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header" id="header">
<div class="name">
Shaurya Jha
</div>
</div>
<ul class="outer-tags" id="outer-tags">
<li class="list1"><a href="#" class="a1">Home</a></li>
<li class="list1"><a href="#skills" class="a1">Skills</a></li>
<li class="list1"><a href="#headingprojects" class="a1">Projects</a></li>
<li class="list1"><a href="#contacts" class="a1">Contact</a></li>
<a href="#" class="mode-changer list1 a1">
<div class="outer-button">
Light Mode
</div>
</a>
<div class="menu-bar-outer">
<i class="fa-solid fa-bars fa-xl menu-bar" style="color: #f5deb3;"></i>
</div>
</ul>
<div class="sidebar">
<div class="sidebar-content">
<div class="list-heading">
Portfolio
</div>
<div class="list-profile">
<img src="profile.jpg" alt="Image" class="list-profile-inner">
</div>
<div class="list-header">
ShauryaCreativefolio
</div>
<ul class="lists">
<li class="list list-home"><a href="#" class="list-link home1 a1">Home</a></li>
<li class="list"><a href="#skills" class="list-link skills1 a1">skills</a></li>
<li class="list"><a href="#headingprojects" class="list-link projects1 a1">Projects</a></li>
<li class="list"><a href="#contacts" class="list-link contacts1 a1">Contact</a></li>
<li class="list"><a href="#" class="list-link light1 a1">Light Mode</a></li>
</ul>
<div class="list-icon menu-bar-rev">
<i class="fa-solid fa-angles-right fa-xl menu-bar-rev" style="color: #f5deb3;"></i>
</div>
</div>
</div>
</header>
<section class="overlay"></section>
<main class="main">
<div class="left">
<div class="left-hello">
Hello!
</div>
I'm Shaurya, a
<div class="left-inner">
Web Developer
</div>
<div class="buttons">
<a class="btn" href="Resume.pdf" download="Shaurya Jha"><span class="btnspan">Download Resume</span></a>
</div>
</div>
<div class="right">
<img src="profile.jpg" alt="Image Not available" class="profile-image">
</div>
</main>
<div class="quote">
<q class="q1">The Magic you're looking for is in the work you're avoiding.</q>
<p class="p1">By Chris Williamson </p>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<hr class="hr1">
<section>
<div class="skills" id="skills">
Skills
</div>
</section>
<div class="logos">
<div class="images">
<div class="special-size">
<img src="/icons/html.png" alt="image not available" class="img">
</div>
<div>
<img src="/icons/css.png" alt="image not available" class="img">
</div>
<div>
<img src="/icons/javascript.png" alt="image not available" class="img">
</div>
<div>
<img src="/icons/reactjs.png" alt="image not available" class="img">
</div>
<div>
<img src="/icons/nodejs.png" alt="image not available" class="img">
</div>
<div>
<img src="icons/expressjs.png" alt="image not available" class="img">
</div>
<div class="special-size">
<img src="/icons/tailwind.png" alt="image not available" class="img">
</div>
<div>
<img src="/icons/java.png" alt="image not available" class="img">
</div>
<div>
<img src="/icons/git.png" alt="image not available" class="img">
</div>
<div>
<img src="/icons/github.png" alt="image not available" class="img">
</div>
<div>
<img src="/icons/bootstrap.png" alt="image not available" class="img">
</div>
<!-- <div class="special-size">
<img src="/icons/cpp.png" alt="image not available" class="img">
</div> -->
<div>
<img src="/icons/django.png" alt="image not available" class="img">
</div>
<div>
<img src="/icons/mongo.png" alt="image not available" class="img">
</div>
<!-- <div>
<img src="/icons/python.png" alt="image not available" class="img">
</div> -->
<!-- <div class="special-size">
<img src="/icons/redux.png" alt="image not available" class="img">
</div> -->
<!-- <div class="special-size">
<img src="/icons/sql.png" alt="image not available" class="img">
</div> -->
<!-- <div>
<img src="/icons/terminal.png" alt="image not available" class="img">
</div> -->
<!-- <div>
<img src="/icons/typescript.png" alt="image not available" class="img">
</div> -->
<!-- <div>
<img src="/icons/vite.jpeg" alt="image not available" class="img">
</div> -->
</div>
</div>
<section class="section-projects">
<div class="headingProjects" id="headingprojects">
Projects
</div>
<div class="outer-projects">
<div class="projects">
<div class="card">
<div class="picture">
<img src="/projects/stonepaperscissor.png" alt="image Not Available" class="picture-inside">
</div>
<div class="description">
<div class="title">
Stone Paper Scissor
</div>
<div class="content">
A project made using JavaScript which increases points based upon who wins
</div>
<div class="link">
<a href="https://github.com/shaurya35/JavaScript-Projects/tree/main/StonePaperScissor" style="color: blue;">github</a>
<i class="fa-solid fa-up-right-from-square" style="color:blue;"></i>
</div>
</div>
</div>
</div>
<div class="projects">
<div class="card">
<div class="picture">
<img src="/projects/ldr.jpeg" alt="image Not Available" class="picture-inside">
</div>
<div class="description">
<div class="title">
Mode Convertor
</div>
<div class="content">
A simple mode convertor which converts your screen from light to dark and then dark to light upon toggle.
</div>
<div class="link">
<a href="https://github.com/shaurya35/JavaScript-Projects/tree/main/dark-light" style="color: blue;">github</a>
<i class="fa-solid fa-up-right-from-square" style="color:blue;"></i>
</div>
</div>
</div>
</div>
<div class="projects">
<div class="card">
<div class="picture">
<img src="/projects/tictactoe.png" alt="image Not Available" class="picture-inside">
</div>
<div class="description">
<div class="title">
Tic Tac Toe
</div>
<div class="content">
The general tic-tac-toe game has now an online version. Its a multiplayer game.
</div>
<div class="link">
<a href="https://github.com/shaurya35/JavaScript-Projects/tree/main/tictacktoe" style="color: blue;">github</a>
<i class="fa-solid fa-up-right-from-square" style="color:blue;"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<br>
<br>
<footer class="footer">
<div class="contacts" id="contacts">
<div class="contact-heading">
Contact Me
</div>
<div class="links">
<div class="links-inner">
<div class="block gmail">
<img src="/social/gmail.png" alt="image Not Available" class="in-image">
<div class="in-text">
</div>
</div>
<div class="block linkedin">
<img src="/social/linkedin.png" alt="image Not Available" class="in-image">
<a href="https://www.linkedin.com/in/shaurya-jha-30648824a/" target="_blank" class="in-link a1">here</a>
<div class="element">
<i class="fa-solid fa-up-right-from-square fa-sm" style="color: #f5deb3;"></i>
</div>
</div>
<div class="block instagram">
<img src="/social/instagram.jpeg" alt="image Not Available" class="in-image">
<div class="in-text">
_shaurya35
</div>
</div>
<div class="block twitter">
<img src="/social/twitter.png" alt="Image Not Available" class="in-image">
<a href="https://twitter.com/Shaurya08308392" target="_blank" class="in-link a1">here</a>
<div class="element">
<i class="fa-solid fa-up-right-from-square fa-sm" style="color: #f5deb3;"></i>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="app.js"></script>
</body>
</html>