-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
193 lines (181 loc) · 8.2 KB
/
index.html
File metadata and controls
193 lines (181 loc) · 8.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Web Developer, UI/UX, Portfolio, Rahul Arya">
<title>Personal Portfolio - Rahul Arya</title>
<link rel="stylesheet" href="style.css">
<!-- External JS libraries -->
<script src="https://kit.fontawesome.com/cb612fbe0d.js" crossorigin="anonymous" defer></script>
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js" defer></script>
</head>
<body>
<div id="particles-js"></div>
<header id="header">
<div class="container">
<nav>
<!-- Open/Close buttons removed -->
<ul id="sidemenu">
<li><a href="#header"><span>H</span>ome</a></li>
<li><a href="#about"><span>A</span>bout</a></li>
<li><a href="#services"><span>S</span>ervices</a></li>
<li><a href="#portfolio"><span>P</span>ortfolio</a></li>
<li><a href="#contact"><span>C</span>ontact</a></li>
</ul>
</nav>
<div class="header-text">
<h1>Hi, It's <span>Rahul Arya</span></h1>
<h2 class="text-animation">I'm a <span></span></h2>
</div>
<a href="resume.pdf" class="download-cv-btn" download>Download CV</a>
</div>
</header>
<section id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="assets/header-dp.png" alt="Rahul Arya Professional Photo">
</div>
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
<p>I am a creative designer and developer, who aims to work with small businesses and marginalized communities to bring their passions to life. I offer both design and development services for web applications and websites.</p>
<div class="tab-titles">
<button class="tab-links active-link" data-tab="skills"><span>S</span>kills</button>
<button class="tab-links" data-tab="experience"><span>E</span>xperience</button>
<button class="tab-links" data-tab="education"><span>E</span>ducation</button>
<button class="tab-links" data-tab="certification"><span>C</span>ertification</button>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<li><span>Languages</span><br>HTML, CSS, Tailwind CSS, Python, SQL, PHP</li>
<li><span>Frameworks</span><br>React JS, Bootstrap</li>
<li><span>Platforms</span><br>Visual Studio Code, Jupyter Notebook, Sublime</li>
<li><span>Tools</span><br>GitHub, Apache, Excel, MySQL, Photoshop, Google Sheets, Google Forms</li>
<li><span>Soft Skills</span><br>Stakeholder Management, Excellent Communication, Troubleshooting</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li><span>February 2024 - August 2024</span><br>Data Analyst - Sri Balaji Medical Institute</li>
<li><span>March 2021 - January 2024</span><br>Quality Analyst - Lion Services Ltd.</li>
<li><span>February 2018 - February 2021</span><br>Process Expert - Provana India Pvt. Ltd.</li>
<li><span>September 2015 - January 2017</span><br>Associate - Suntec Web Service Pvt. Ltd.</li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li><span>2014</span><br>Bachelor of Computer Applications</li>
<li><span>2009</span><br>Senior Secondary School (C.B.S.E)</li>
<li><span>2007</span><br>Secondary School (C.B.S.E)</li>
</ul>
</div>
<div class="tab-contents" id="certification">
<ul>
<li><span>May 2014</span><br>Web Development Certification</li>
<li><span>July 2024</span><br>Career Essentials in Data Analysis by Microsoft and LinkedIn</li>
<li><span>August 2024</span><br>Tata Group Data Visualization Job Simulation</li>
<li><span>September 2024</span><br>JPMorgan Chase & Co. Excel Skills Job Simulation</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="services">
<div class="container">
<h1 class="sub-title">My Services</h1>
<div class="services-list">
<div>
<i class="fa-solid fa-code"></i>
<h2><span>Web</span> Designing</h2>
<p>Custom website design with responsive layouts, optimized for user experience and SEO.</p>
<a href="#">Learn More</a>
</div>
<div>
<i class="fa-solid fa-crop"></i>
<h2><span>UI / UX</span> Designing</h2>
<p>Custom UI / UX design with responsive layouts, optimized for user experience.</p>
<a href="#">Learn More</a>
</div>
<div>
<i class="fa-brands fa-app-store-ios"></i>
<h2><span>Web</span> Development</h2>
<p>Social media app built with React and Firebase, featuring real-time chat and post sharing.</p>
<a href="#">Learn More</a>
</div>
</div>
</div>
</section>
<section id="portfolio">
<div class="container">
<h1 class="sub-title">My Work</h1>
<div class="work-list">
<article class="work">
<img src="assets/project1.png" alt="Social Media App">
<div class="layer">
<h3>Social Media App</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore, excepturi.</p>
<a href="#"><i class="fa-solid fa-link"></i></a>
</div>
</article>
<article class="work">
<img src="assets/project2.png" alt="Music App">
<div class="layer">
<h3>Music App</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore, excepturi.</p>
<a href="#"><i class="fa-solid fa-link"></i></a>
</div>
</article>
<article class="work">
<img src="assets/project3.png" alt="Online Shopping App">
<div class="layer">
<h3>Online Shopping App</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore, excepturi.</p>
<a href="#"><i class="fa-solid fa-link"></i></a>
</div>
</article>
</div>
</div>
</section>
<section id="contact">
<div class="container contact-container">
<h1 class="sub-title">Contact Me</h1>
<div class="contact-content">
<div class="contact-info">
<p><i class="fa-regular fa-paper-plane"></i> rahularya5533@gmail.com</p>
<p><i class="fa-solid fa-square-phone"></i> +91 0123456789</p>
<div class="social-icons">
<a href="#"><i class="fa-brands fa-square-facebook"></i></a>
<a href="#"><i class="fa-brands fa-square-github"></i></a>
<a href="#"><i class="fa-brands fa-square-x-twitter"></i></a>
<a href="#"><i class="fa-brands fa-square-instagram"></i></a>
</div>
</div>
<div class="contact-form">
<form name="submit-to-google-sheet" novalidate>
<div class="form-group">
<label for="name"></label>
<input type="text" id="name" name="Name" placeholder="Your Name" required>
</div>
<div class="form-group">
<label for="email"></label>
<input type="email" id="email" name="Email" placeholder="Your E-mail" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$" required>
</div>
<div class="form-group">
<label for="message"></label>
<textarea id="message" name="Message" rows="6" placeholder="Your Message"></textarea>
</div>
<button type="submit" class="submit-btn">Submit</button>
<span id="msg"></span>
</form>
</div>
</div>
</div>
</section>
<footer class="copyright">
<p>Copyright © 2013 - 2025 | Made by Rahul Arya | All Rights Reserved</p>
</footer>
<script src="script.js" defer></script>
</body>
</html>