-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.html
184 lines (144 loc) Β· 5.26 KB
/
1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shani Soni - Resume</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
margin: 20px;
}
header {
text-align: center;
background-color: #3498db;
padding: 20px;
}
header img {
border-radius: 50%;
max-width: 150px;
height: auto;
border: 4px solid #fff;
}
h1 {
color: #fff;
}
section {
margin: 20px 0;
transition: box-shadow 0.3s ease, transform 0.3s ease;
}
h2 {
color: #333;
border-bottom: 1px solid #3498db;
padding-bottom: 5px;
}
ul.info-list {
list-style: none;
padding: 0;
}
ul.info-list li {
margin-bottom: 10px;
}
.skills {
display: flex;
flex-wrap: wrap;
}
.skills div {
flex: 1;
margin: 5px;
padding: 10px;
border: 1px solid #3498db;
border-radius: 5px;
}
.social-icons {
margin-top: 10px;
display: flex;
justify-content: center;
}
.social-icons a {
margin: 0 10px;
color: #3498db;
text-decoration: none;
font-size: 20px;
transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.social-icons a:hover {
color: #ff7f50;
transform: scale(1.2);
box-shadow: 0 0 10px rgba(255, 127, 80, 0.3);
}
/* Hover effect for work experience sections */
section:hover {
box-shadow: 0 0 10px rgba(52, 152, 219, 0.3);
transform: scale(1.02);
}
/* Hover effect for certifications sections */
.certifications div:hover {
background-color: #2980b9;
color: #fff;
cursor: pointer;
transition: background-color 0.3s ease;
box-shadow: 0 0 10px rgba(41, 128, 185, 0.3);
}
</style>
</head>
<body>
<header>
<img src="pic.jpg" alt="Shani Soni">
<h1>Shani Soni</h1>
</header>
<!-- Contact Information Section -->
<section>
<h2>Contact Information</h2>
<ul class="info-list">
<li><strong>Email:</strong> <span id="email">shanisoni7084@gmail.com</span></li>
<li><strong>Phone:</strong> <span id="phone">+91-XXXXXXXXXX</span></li>
<li><strong>LinkedIn:</strong> <a href="https://www.linkedin.com/in/shani-soni-b45850184" target="_blank" rel="noopener noreferrer"><i class="fab fa-linkedin"></i></a></li>
<li><strong>LeetCode:</strong> <a href="https://leetcode.com/Shani_Soni/" target="_blank" rel="noopener noreferrer"><i class="fab fa-leetcode"></i></a></li>
</ul>
</section>
<!-- Education Section -->
<section>
<h2>Education</h2>
<div>
<p><strong><b>Graduation (Lateral Entry)</b></strong></p>
<p><h5>Ajay Kumar Garg Engineering College, Ghaziabad</h5></p>
<p><h5>Bachelor of Technology - CSE (Data Science)- 2022- 2025
(expected)</h5></p>
</div>
<div>
<p><strong><b>Graduation</b></strong></p>
<p><h5>Shri Vishwanath P.G College, Kalan Sultanpur, UP</h5></p>
<p><h5>Bachelor of Science (Math), Aggregate: 63.72 </h5></p>
<p ><h5> 2018- 2021</h5></p>
</div>
<div>
<p><strong><b>Intermediate</b></strong></p>
<p ><h5>JBVK Inter College, Jham Baba Surjupur, Ambedkar Nagar, UP</h5></p>
<p ><h5>UP Board (Class XII), Aggregate: 63.80</h5></p>
</div>
<div>
<p><strong><b>High School</b></strong></p>
<p ><h5>Sitaram S.G Inter College, Shahpur, Ambedkar Nagar, UP</h5></p>
<p ><h5>UP Board (Class X), Aggregate: 77.17</h5></p>
</div>
</section>
<!-- Skills Section -->
<section>
<h2>Skills</h2>
<div class="skills">
<div style="background-color: #3fecec;"><b>Languages:</b> <br/>C++, C, Python, HTML5, CSS3, JavaScript, MySQL</div>
<div style="background-color: #3fecec;"><b>Libraries / Framework:</b><br/> ReactJS</div>
<div style="background-color: #3fecec;"><b>Tools/Platforms:</b> <br/>GitHub, GIT, MySQL, VS Code</div>
<div style="background-color: #3fecec;"><b>Database:</b><br/> SQL, MongoDB</div>
<div style="background-color: #3fecec;"><b>Soft Skills</b> <br/>Proficient in Communication Skill</div>
</div>
</section>
<!-- Work Experience Section -->
<section>
<h2>Work Experience</h2>
<h3> <p ><i class="fas fa-star"></i> <a href="https://drive.google.com/file/d/1VmQ6p0pZd5pSDdC0ce