-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
287 lines (287 loc) · 17.2 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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rohan Singh</title>
<link rel="stylesheet" href="src/Styles/styles.css">
<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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="src/Styles/experience.css">
<link rel="stylesheet" href="src/Styles/about.css">
<link rel="stylesheet" href="src/Styles/projects.css">
<link rel="stylesheet" href="src/Styles/contact.css">
</head>
<body>
<div style="overflow: hidden;">
<div id="nav-container">
<div id="navdiv">
<div id="button-container">
<a href="#">
<div class="logo">R</div>
<div id="menu-items">
<a href="myprojects.html">Projects</a>
<a href="/#experience">Experience</a>
<a href="about.html">About Me</a>
<a href="/#contact">Contact</a>
</div>
</div>
<div id="social-container">
<a href="https://github.com/r0hansng" target="_blank">
<img class="social-logo" src="src/Styles/Pictures/github.png">
</a>
<a href="https://www.linkedin.com/in/rohansng/" target="_blank">
<img class="social-logo" src="src/Styles/Pictures/linkedin-app-white-icon.svg">
</a>
<a href="https://x.com/r0hansng" target="_blank">
<img class="social-logo" src="src/Styles/Pictures/x-social-media-white-icon.svg">
</a>
</div>
</div>
</div>
<div id="super-container">
<section id="hero-section">
<div class="main-heading">
<button class="available-button"style="">
<div class="available">
<div class="blinking-circle" style="background-color: rgb(0, 255, 0); width:8px; height: 8px; border-radius: 50%;"></div>
Available for work
</div>
</button>
<div>
Rohan Singh
</div>
<div>
MERN-Stack Developer
</div>
<p class="description">
I am passionate about crafting innovative MERN applications,
merging creativity and functionality to deliver exceptional user experiences.
</p>
<div class="two-buttons">
<a href="https://drive.google.com/file/d/1EbuubdYfPklnH8oUXLTvDtz4ecRLwbII/view?usp=drive_link" target="_blank">
<img src="src/Styles/Pictures/download.png" style="height:15px;">Download My Resume</a>
<a href="#contact">
<img src="src/Styles/Pictures/mail.png" style="height:15px;">
Contact Me</a>
</div>
</div>
</section>
<!-- About Section -->
<div id="about-container">
<div style="opacity: 1; transform: none;">
<div id="about-content-container">
<h1 id="about-homepage-header">
About Me
</h1>
<div class="about-card-container">
<div class="about-card-content-container">
<div class="about-card-content-separator-top">
<div style="padding: 0.5rem;">
<div style="display: flex; align-items: center; margin-top: 0.5rem; gap: 0.25rem;">
<img height="20px" src="src/Styles/Pictures/gps.png" alt="">
<h1 style="color:rgb(156 163 175); margin: 0; font-weight: inherit; font-size: 0.875rem; line-height: 1.25rem;">
Navigating the world of Tech
</h1>
</div>
<div style="overflow: hidden; margin-right: 0.75rem;">
<div id="globe-container">
<img style="width: 100%; height: 100%; display: block; max-height: 320px; max-width: 320px;" src="src/Styles/Pictures/Location_pin.png" alt="Globe Location" width="640" height="640">
</div>
</div>
</div>
</div>
</div>
<div class="about-card-content-container">
<div class="about-card-content-separator-top">
<div id="connect-links-container">
<div id="connect-header">
<img src="src/Styles/Pictures/link-512.png" alt="Link Icon" height="15px" width="15px">
<h1 style="color: rgb(156 163 175); font-size: 0.875rem; line-height: 1.25rem; margin:0; font-weight: inherit;">
Connect with me
</h1>
</div>
<div id="links-container">
<a class="link-content" href="https://github.com/r0hansng" target="_blank">
<img class="connect-logo" src="src/Styles/Pictures/github.png">
<h1 class="connect-site">
GitHub
</h1>
</a>
<a class="link-content" href="https://www.linkedin.com/in/rohansng/" target="_blank">
<img class="connect-logo" src="src/Styles/Pictures/linkedin-app-white-icon.svg">
<h1 class="connect-site">
LinkedIn
</h1>
</a>
<a class="link-content" href="https://x.com/r0hansng" target="_blank">
<img class="connect-logo" src="src/Styles/Pictures/x-social-media-white-icon.svg">
<h1 class="connect-site">
Twitter
</h1>
</a>
<a class="link-content" href="https://www.instagram.com/r0hansng/" target="_blank">
<img class="connect-logo" src="src/Styles/Pictures/instagram_logo.png" alt="Instagram">
<h1 class="connect-site">
Instagram
</h1>
</a>
<a class="link-content" href="mailto:[email protected]" target="_blank">
<img height="20px" src="src/Styles/Pictures/White Email Icon.png" alt="">
<h1 class="connect-site">
Mail
</h1>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="about-card-container">
<div class="about-card-content-container-bottom">
<div class="content-container-about-bottom">
<!-- Carousel -->
<div style="width: 100%; overflow: hidden; position: relative;">
<div style="display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; overflow: hidden; gap: 2.5rem; background-color: black;"></div>
</div>
</div>
</div>
<div class="about-card-content-container-bottom">
<div class="content-container-about-bottom">
<div id="seprator-learning">
<div style="display: flex; align-items: center; margin-bottom: 2.5rem; gap: 0.5rem;">
<p>
📖
</p>
<h1 style="color: rgb(156 163 175); margin: 0; font-weight: inherit; font-size:0.875rem; line-height: 1.25rem;">
Currently Learning
</h1>
</div>
<div style="display: flex; align-items: center; justify-content:center; width: 100%;">
<img loading="lazy" height="100" src="src/Styles/Pictures/icons8-python-500.png" alt="GoLang" style="margin:0;">
</div>
</div>
</div>
</div>
</div>
<a style="color: inherit; text-decoration: inherit;" href="about.html">
<button id="more-about">
More About Me
</button>
</a>
</div>
</div>
</div>
<!-- Projects Section -->
<div id="project-section-header">
<h1 id="my-projects">
My Projects
</h1>
<div id="project-card-container">
<div class="project-card">
<img class="project-thumbnail" src="src/Styles/Pictures/Dev Union.png" alt="Project Thumbnail" width="400" height="500">
<div class="project-description-container">
<div>
<h3>Dev Union</h3>
<p class="project-description">
Dev Union is a full-stack app enabling users to create chat rooms and collaborate on projects with real-time video calls and screen-sharing.
</p>
</div>
<div class="project-technology-container">
<div class="technology-header">
Technologies Used:
</div>
<div class="shield-container">
<div class="technology-name">React</div>
<div class="technology-name">Next.js</div>
<div class="technology-name">PostgresSQL</div>
<div class="technology-name">Tailwind</div>
<div class="technology-name">Prisma</div>
</div>
<div class="project-link-button">
<a class="project-github" target="_blank" href="https://github.com/MayankUghade/Dev-Union">
<img src="src/Styles/Pictures/GitHub Logo.png" alt="GitHub" height="20px">
GitHub
</a>
<a class="live-demo-button" target="_blank" href="https://dev-union.vercel.app/">
<img src="src/Styles/Pictures/Globe Vector Icon PNG.jpeg" alt="Live Icon" height="21px">
Live Demo
</a>
</div>
</div>
</div>
</div>
</div>
<a id="more-projects-button" href="/myprojects.html">
More Projects
</a>
</div>
<!-- Experience Section -->
<div class="experience-section" id="experience">
<h1 style="font-weight: 700; font-size:1.875rem; line-height:2.25rem; margin:0;">
My Experience
</h1>
<div>
<div class="experience-content-cards-section">
<div>
<section style="padding-top: 120px; padding-bottom: 120px; display: flex; gap: 2.rem; justify-content: center; align-items: center; flex-direction: column; scroll-margin-top: 7rem; width: 100%;">
<!-- Experience Cards -->
<div id="experience-card-container">
<div>
<div class="experience-card">
<h1 class="experience-header">
Computer Science Degree
</h1>
<p class="experience-location">
Delhi NCR, India
</p>
<p class="experience-institution">
Newton School of Technology
</p>
<p class="experience-description">
I have recently started my computer engineering degree, currently I am in my first year.
</p>
<p class="experience-duration">
2024 - present
</p>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
<div id="contact">
<div id="contact-me-section">
<h1 class="contact-me-heading">
Contact Me
</h1>
<p class="mail-line">
Feel free to fill out the form below to get in touch or just say hello at
<span style="text-decoration: underline;--tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity));">
<a style="color:inherit; text-decoration: inherit;"target="_blank" rel="noopener noreferrer" href="mailto:[email protected]">
</a>
</span>
</p>
<form style="gap:.75rem; flex-direction: column; display: flex;" onsubmit="handleSubmit(event)">
<input class="email" name="mail" required type="email" placeholder="Enter your email" onchange="userEmail = this.value">
<textarea class="message" name="message" required placeholder="Enter your message"
onchange="msgs = this.value"></textarea>
<button class="send-button" type="submit">
Submit
<img class="send-mail-icon" src="src/Styles/Pictures/send-svgrepo-com.svg" style="height:12px; width:12px;">
</button>
</form>
</div>
</div>
</div>
<footer class="foot">
<small class="mb-2 block text-xs">
© 2024 Rohan. All rights reserved.
</small>
</footer>
<script src="src/JS/script.js"></script>
</body>
</html>