-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
345 lines (292 loc) · 13.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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<!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" />
<meta name="robots" content="index, follow" />
<!-- Read and update content attributes accordingly -->
<meta name="description" content="Welcome to my portfolio website.
I am a full stack web developer and I specialize in creating user-friendly,
responsive and accessible websites.
Explore my projects, open-source work and contact me for any inquiries or collaborations." />
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Ragul's Portfolio">
<meta itemprop="description" content="Welcome to my portfolio website.
I am a full stack web developer and I specialize in creating user-friendly,
responsive and accessible websites. Explore my projects,
open-source work and contact me for any inquiries or collaborations.">
<!-- Reference screenshot of updated site's header in place of content -->
<meta itemprop="image" content="assets/images/sharing-card.png">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://ragul1697.github.io/portfolio/">
<meta property="og:type" content="website">
<meta property="og:title" content="Ragul's Portfolio">
<meta property="og:description"
content="Welcome to my portfolio website. I am a full stack web developer and I specialize in creating user-friendly, responsive and accessible websites. Explore my projects, open-source work and contact me for any inquiries or collaborations.">
<!-- Reference screenshot of updated site's header in content -->
<meta property="og:image" content="assets/images/sharing-card.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Ragul's Portfolio">
<meta name="twitter:description"
content="Welcome to my portfolio website. I am a full stack web developer and I specialize in creating user-friendly, responsive and accessible websites. Explore my projects, open-source work and contact me for any inquiries or collaborations.">
<!-- Reference screenshot of updated site's header in content -->
<meta name="twitter:image" content="assets/images/sharing-card.png">
<!-- Update favicon href attribute with image of yourself -->
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/png" />
<!-- Preloading fonts for better performance -->
<link rel="preload" href="assets/fonts/Mona-Sans.woff2" as="font" type="font/woff2" crossorigin />
<link rel="stylesheet" href="style.css" />
<script src="script.js" defer></script>
<!-- Your name here -->
<title>Ragul's Portfolio</title>
</head>
<body>
<script>
const theme = localStorage.getItem("theme") || "dark";
document.body.classList.add(theme);
</script>
<header class="header">
<!-- Header Menu -->
<div class="menu-btn-container">
<div class="container">
<button type="button" class="menu-btn">menu</button>
<!-- <button type="button" class="menu-btn">Resume</button> -->
</div>
</div>
<!-- Nav Menu -->
<nav class="nav hidden">
<ol class="nav-items">
<li class="nav-item"><a href="#">Home</a></li>
<li class="nav-item"><a href="#experience">Experience</a></li>
<li class="nav-item"><a href="#work">Work</a></li>
<li class="nav-item"><a href="#skills">Skills</a></li>
<li class="nav-item">
<a href="#contact" data-focused="last-focused">Contact</a>
</li>
</ol>
</nav>
<!-- Short Intro -->
<div class="container">
<div class="header-textbox">
<h1 class="h1">
<span>Hi, I'm Ragul</span>
<span>Full Stack Web Developer</span>
</h1>
<p class="header-text">
A full stack web developer and interface designer who builds UX
rich accessible and performant websites.
</p>
<div class="header-btns">
<!-- <a href="#contact" class="btn btn-cta">Hire me</a> -->
<a class="btn btn-cta" href="./assets/docs/resume.pdf" target="_blank" rel="noopener noreferrer">Resume</a>
<a href="#work" class="btn btn-secondary">See my work</a>
</div>
</div>
</div>
</header>
<main>
<section class="article">
<div class="container">
<h2 class="h2" id="experience">Work Experience</h2>
<div class="article-boxes">
<article class="article-box featured-article">
<div class="article-textbox">
<div>
<h3 class="h3">
Full Stack Developer <span class="company-title">@ KGiSL Technologies</span>
</h3>
<h6 class="h6" style="margin: 5px 0px 0px 0px;">
Feb 2022 - Present
</h6>
</div>
<ul class="company-work-activities">
<li>
<p class="article-text">
Developed and led a project to migrate a legacy insurance product system from Oracle Forms to a
modern, robust platform using Angular and Spring Boot. This migration aimed to enhance system
performance, improve user experience, and ensure long-term maintainability and scalability.
</p>
</li>
<li>
<p class="article-text">
Developed custom reusable components to enable fellow developers for faster development of the
project.
</p>
</li>
<li>
<p class="article-text">
Collaborated with the Sales team to develop a Dynamic Charts Application, enabling clients to create
their own reports. This application became both a core component of the main project and a
standalone product.
</p>
</li>
<li>
<p class="article-text">
Conducted regular testing, debugging, and optimization to improve the overall performance and user
experience of applications.
</p>
</li>
</ul>
</div>
</article>
</div>
</div>
</section>
<section class="work">
<div class="container">
<h2 class="h2" id="work">Selected Work</h2>
<div class="work-boxes">
<div class="work-box">
<div class="work-textbox">
<h3 class="h3">audiophile ecommerce</h3>
<p class="work-text">
An ecommerce website page for audio related products.
</p>
<ol class="work-technologies">
<li>Angular</li>
<li>Tailwind CSS</li>
<li>Typescript</li>
<li>RxJs</li>
</ol>
<div class="work-links">
<a href="https://audiophile-webstore.netlify.app/" target="_blank" rel="noopener" class="link">
Explore this project
</a>
<a href="https://github.com/ragul1697/audiophile-store" target="_blank" rel="noopener"
title="Source code">
<img src="assets/images/social-links/github.svg" alt="GitHub" loading="lazy" />
</a>
</div>
</div>
<picture class="work-img">
<img loading="lazy" src="assets/images/work/audiophile-store.avif" alt="audiophile-store" />
</picture>
</div>
<div class="work-box">
<div class="work-textbox">
<h3 class="h3">huddle landing app</h3>
<p class="work-text">Landing page for community builder website called Huddle.</p>
<ol class="work-technologies">
<li>Angular</li>
<li>SCSS</li>
<li>Tailwind CSS</li>
<li>Typescript</li>
</ol>
<div class="work-links">
<a href="https://huddle-landing-app.netlify.app/" target="_blank" rel="noopener" class="link">Explore
this project</a>
<a href="https://github.com/ragul1697/huddle-landing-page" target="_blank" rel="noopener"
title="Source code">
<img src="assets/images/social-links/github.svg" alt="GitHub" loading="lazy" />
</a>
</div>
</div>
<picture class="work-img">
<img loading="lazy" src="assets/images/work/huddle-landing-app.png" alt="huddle landing" />
</picture>
</div>
<div class="work-box">
<div class="work-textbox">
<h3 class="h3">advice-a-day</h3>
<p class="work-text">
Free Advice Generator App build using Third party API.
</p>
<ol class="work-technologies">
<li>Angular</li>
<li>SCSS</li>
<li>Typescript</li>
<li>RxJs</li>
</ol>
<div class="work-links">
<a href="https://advice-a-day.netlify.app/" target="_blank" rel="noopener" class="link">
Explore this project
</a>
<a href="https://github.com/ragul1697/advice-generator-app" target="_blank" rel="noopener"
title="Source code">
<img src="assets/images/social-links/github.svg" alt="GitHub" loading="lazy" />
</a>
</div>
</div>
<picture class="work-img">
<img loading="lazy" src="assets/images/work/advice-generator.jpg" alt="advice generator" />
</picture>
</div>
</div>
</div>
</section>
<section class="skills">
<div class="container">
<h2 class="h2" id="skills">My Toolkit</h2>
<div class="skills-imgs">
<img src="assets/images/skills/html.png" alt="HTML" class="skills-img" loading="lazy" title="HTML">
<img src="assets/images/skills/css.webp" alt="CSS" class="skills-img" loading="lazy" title="CSS">
<img src="assets/images/skills/js.webp" alt="JavaScript" class="skills-img" loading="lazy" title="JavaScript">
<img src="assets/images/skills/typescript.webp" alt="Typescript" class="skills-img" loading="lazy"
title="Typescript">
<img src="assets/images/skills/angular.png" alt="Angular" class="skills-img" loading="lazy" title="Angular">
<img src="assets/images/skills/spring-boot.png" alt="Spring Boot" class="skills-img" loading="lazy"
title="Spring Boot">
<img src="assets/images/skills/git.webp" alt="Git" class="skills-img" loading="lazy" title="Git">
<img src="assets/images/skills/a11y.webp" alt="Accessibility" class="skills-img" loading="lazy"
title="Web Accessibility">
</figure>
</div>
</div>
</section>
<section class="contact">
<div class="container">
<h2 class="h2" id="contact">A little about me</h2>
<div class="contact-content">
<div class="contact-textbox">
<strong href="#" class="hire-alert">
<span class="indicator"></span>
Available for hire
</strong>
<p class="contact-text">
As a software engineer, I construct web interfaces and design
systems with a special love for accessibility and the
performance. I tend to code things from scratch and enjoy
bringing ideas to life.
<br>
I'm also an open-source developer, and in my spare time, I
learn about new things in technology and make projects related to Astronomy.
Also, I enjoy taking pictures of nature in all its glory.
</p>
<button type="submit" class="btn btn-cta" onclick="onSendEmailClick()">
Say Hello
</button>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-content">
<nav>
<ol class="footer-links">
<li class="footer-link">
<a title="GitHub" href="https://github.com/ragul1697" target="_blank" rel="noopener"><img loading="lazy"
src="assets/images/social-links/github.svg" alt="GitHub" /></a>
</li>
<li class="footer-link">
<a title="Linkedin" href="https://www.linkedin.com/in/ragul-u/" target="_blank" rel="noopener"><img
loading="lazy" src="assets/images/social-links/linkedin.svg" alt="Linkedin" /></a>
</li>
</ol>
</nav>
<p class="footer-text">
© <span>2024</span> - Designed & Developed by <a target="_blank" rel="noopener"
href="https://github.com/ragul1697">Ragul.</a>
</p>
<label class="theme-switch" for="theme-switch">
<span>Dark Theme</span>
<input type="checkbox" id="theme-switch" role="switch" />
</label>
</div>
</div>
</footer>
</body>
</html>