-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
259 lines (240 loc) · 10.7 KB
/
index.html
File metadata and controls
259 lines (240 loc) · 10.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Yashika Sorani - Resume</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet" />
<style>
body {
font-family: 'Muli', sans-serif;
padding-left: 250px;
}
#sideNav {
width: 250px;
position: fixed;
height: 100%;
background-color: #007bff;
color: white;
}
.resume-section {
padding: 60px 20px;
}
.social-icon {
font-size: 1.5rem;
margin-right: 10px;
color: #007bff;
}
.btn-outline-primary {
border-color: #007bff;
color: #007bff;
}
.btn-outline-primary:hover {
background-color: #007bff;
color: white;
}
</style>
</head>
<body id="page-top">
<!-- Sidebar Navigation -->
<nav class="navbar navbar-dark bg-primary fixed-top" id="sideNav">
<h3 class="text-white text-center mt-4">Yashika Sorani</h3>
<ul class="navbar-nav flex-column mt-4">
<li class="nav-item"><a class="nav-link text-white" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link text-white" href="#experience">Projects</a></li>
<li class="nav-item"><a class="nav-link text-white" href="#education">Education</a></li>
<li class="nav-item"><a class="nav-link text-white" href="#skills">Skills</a></li>
<li class="nav-item"><a class="nav-link text-white" href="#awards">Certifications</a></li>
<li class="nav-item"><a class="nav-link text-white" href="#contact">Contact</a></li>
</ul>
</nav>
<!-- About Section -->
<section class="resume-section" id="about">
<div class="resume-section-content">
<h1 class="mb-0">Yashika <span class="text-primary">Sorani</span></h1>
<div class="subheading mb-3">
University of Kota · Kota, Rajasthan ·
<a href="mailto:yashikasorani06@gmail.com">yashikasorani06@gmail.com</a>
</div>
<p class="lead mb-4">
Aspiring MCA scholar and BCA student with a passion for software development, automation tools, and creative design. Skilled in Python, Java, SQL, and Django REST. Known for blending technical depth with visual storytelling—from building scalable APIs to designing digital art.
</p>
<div class="mb-3">
<a class="social-icon" href="https://www.linkedin.com/in/yashika-sorani-aa2925351"><i class="fab fa-linkedin-in"></i></a>
<a class="social-icon" href="https://github.com/yashika-BCA"><i class="fab fa-github"></i></a>
<!-- LinkedIn Profile Badge -->
<div class="badge-base LI-profile-badge"
data-locale="en_US"
data-size="medium"
data-theme="dark"
data-type="VERTICAL"
data-vanity="yashika-sorani-aa2925351"
data-version="v1">
<a class="badge-base__link LI-simple-link"
href="https://in.linkedin.com/in/yashika-sorani-aa2925351?trk=profile-badge">
Yashika Sorani
</a>
</div>
</div>
<a class="btn btn-outline-primary" href="yashika_latex_resume_2.pdf" download>
<i class="fas fa-file-download"></i> Download Resume (PDF)
</a>
</div>
</section>
<!-- LinkedIn Badge Script -->
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
</body>
</html>
<!-- Projects Section -->
<section class="resume-section" id="experience">
<div class="resume-section-content">
<h2 class="mb-5">Tech Projects</h2>
<div class="resume-item mb-4">
<h3 class="mb-0">
<a href="https://github.com/yashika-BCA/yashika-BCA-Python-project" target="_blank">Quiz Application</a>
</h3>
<div class="subheading mb-2">Python, Tkinter, MySQL</div>
<p>GUI-based quiz app with dynamic question loading and score tracking using SQL.</p>
</div>
<div class="resume-item mb-4">
<h3 class="mb-0">Yashify Tech CPS</h3>
<div class="subheading mb-2">Python Core</div>
<p>Command-line tool for categorizing and processing system-level tasks with modular code.</p>
</div>
<div class="resume-item mb-4">
<h3 class="mb-0">Visual OS Model</h3>
<div class="subheading mb-2">Python, Tkinter</div>
<p>Conceptual simulation of OS functions like process scheduling and memory segmentation.</p>
</div>
<div class="resume-item mb-4">
<h3 class="mb-0">Virtual Withdrawal System</h3>
<div class="subheading mb-2">Python, Tkinter</div>
<p>Mock banking interface with PIN-based login, withdrawal logic, and error handling.</p>
</div>
<div class="resume-item mb-4">
<h3 class="mb-0">
<a href="https://github.com/yashika-BCA/SQL-project" target="_blank">Social Media Platform</a>
</h3>
<div class="subheading mb-2">MySQL</div>
<p>Relational database design with ER diagrams, normalized tables, and sample queries.</p>
</div>
<div class="resume-item mb-4">
<h3 class="mb-0">Age Categorizer</h3>
<div class="subheading mb-2">Python</div>
<p>Simple tool that takes user input and categorizes age group using conditional logic.</p>
</div>
<div class="resume-item mb-4">
<h3 class="mb-0">
<a href="https://github.com/yashika-BCA/restaurant_management_project" target="_blank">Restaurant Management System</a>
</h3>
<div class="subheading mb-2">Django, HTML, CSS</div>
<p>Ongoing internship project at Perpex. A full-stack restaurant management system with dynamic menus, order tracking, and admin dashboard.</p>
</div>
</div>
</section>
<!-- Education Section -->
<section class="resume-section" id="education">
<div class="resume-section-content">
<h2 class="mb-5">Education</h2>
<div class="resume-item mb-4">
<h3 class="mb-0">University of Kota</h3>
<div class="subheading mb-2">Bachelor of Computer Applications (BCA)</div>
<p>Expected Graduation: 2026</p>
</div>
<div class="resume-item mb-4">
<h3 class="mb-0">Future Goal</h3>
<div class="subheading mb-2">Master of Computer Applications (MCA)</div>
<p>Aiming for 100% scholarship at a top Jaipur college with structured entrance prep.</p>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="resume-section" id="skills">
<div class="resume-section-content">
<h2 class="mb-5">Skills</h2>
<div class="subheading mb-3">Programming Languages & Tools</div>
<ul class="list-inline dev-icons">
<li class="list-inline-item"><i class="fab fa-python"></i></li>
<li class="list-inline-item"><i class="fab fa-java"></i></li>
<li class="list-inline-item"><i class="fas fa-database"></i></li>
<li class="list-inline-item"><i class="fab fa-html5"></i></li>
<li class="list-inline-item"><i class="fab fa-css3-alt"></i></li>
</ul>
<div class="subheading mb-3">Core Subjects</div>
<ul class="fa-ul mb-0">
<li><span class="fa-li"><i class="fas fa-check"></i></span>Python (Tkinter, automation tools)</li>
<li><span class="fa-li"><i class="fas fa-check"></i></span>Java (OOP, multithreading)</li>
<li><span class="fa-li"><i class="fas fa-check"></i></span>SQL (queries, joins, normalization)</li>
<li><span class="fa-li"><i class="fas fa-check"></i></span>Linux OS (shell scripting, file systems)</li>
<li><span class="fa-li"><i class="fas fa-check"></i></span>MS Office Suite (Word, Excel, PowerPoint)</li>
</ul>
</div>
</section>
<!-- Certifications Section -->
<section class="resume-section" id="awards">
<div class="resume-section-content">
<h2 class="mb-5">Certifications & Achievements</h2>
<ul class="fa-ul mb-0">
<li>
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
<a href="https://qualitypointtech.com/certificate.php?file=Yashika_Sorani.png" target="_blank">
Artificial Intelligence – QualityPoint Technologies (QPT), May 2025
</a>
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
<a href="https://www.linkedin.com/in/yashika-sorani-aa2925351/details/certifications/1746822238899/single-media-viewer/?profileId=ACoAAFfhRdoBv2VCq2AW3TWg2p7pjjRbVx_LmtA" target="_blank">
C Programming – Dot Code Edification, Nov 2024
</a>
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
<a href="https://www.linkedin.com/in/yashika-sorani-aa2925351/details/certifications/1746822567220/single-media-viewer/?profileId=ACoAAFfhRdoBv2VCq2AW3TWg2p7pjjRbVx_LmtA" target="_blank">
Hardware and Networking – Dot Code Edification, Nov 2024
</a>
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
<a href="https://www.linkedin.com/in/yashika-sorani-aa2925351/details/certifications/1746822950063/single-media-viewer/?profileId=ACoAAFfhRdoBv2VCq2AW3TWg2p7pjjRbVx_LmtA" target="_blank">
Python Programming – Dot Code Edification, Nov 2024
</a>
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
<a href="https://www.linkedin.com/in/yashika-sorani-aa2925351/details/certifications/1746821735890/single-media-viewer/?profileId=ACoAAFfhRdoBv2VCq2AW3TWg2p7pjjRbVx_LmtA" target="_blank">
RS-CIT – VMOU & RKCL, Nov 2024
</a>
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
School Awards: Speech, Debate, Extempore
</li>
</ul>
</div>
</section>
<!-- Contact Section -->
<section class="resume-section" id="contact">
<div class="resume-section-content">
<h2 class="mb-5">Contact Me</h2>
<form action="mailto:yashikasorani06@gmail.com" method="post" enctype="text/plain">
<div class="mb-3">
<label for="name" class="form-label">Your Name</label>
<input type="text" class="form-control" id="name" name="name" required />
</div>
<div class="mb-3">
<label for="email" class="form-label">Your Email</label>
<input type="email" class="form-control" id="email" name="email" required />
</div>
<div class="mb-3">
<label for="message" class="form-label">Message</label>
<textarea class="form-control" id="message" name="message" rows="4" required></textarea>
</div>
<button type="submit" class="btn btn-primary">Send</button>
</form>
</div>
</section>
</body>
</html>