-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
140 lines (121 loc) · 4.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Student CV</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="resp.css">
</head>
<body>
<!-- <div id="header">
<p id="name">SHREYAS YADUVANSHI</p>
<a href="mailto:[email protected]" target="_blank">
<p id="email">[email protected]</p>
</a>
</div> -->
<div class="container">
<div class="header">
<h1>Shreyas Yaduvanshi</h1>
<h4><strong>Email:</strong> [email protected]</h4>
<H4><strong>Phone:</strong> +91 9967417894</H4>
<hr> <hr>
</div>
<div class="main-content">
<div class="section personal-info">
<h3>CV Highlights </h3>
<ul>
<li><strong>Currently :</strong> Pursuing MCA from NIT T [Pre-final yr]</li>
<li><strong>Major Learnings :</strong> FrontEnd, ML, DL, Python, SQL, Linux, OS, CN, DBMS, DSA </li>
<li><strong>About me:</strong> A dedicated, efficient person, having good communication skills & great team worker </li>
</ul>
</div>
<hr>
<div class="section education">
<!-- <h2>Education</h2> -->
<h3>Educational Qualifications </h3>
<br>
<table>
<tr id="heading">
<td><strong>Qualification</strong></td>
<td><strong>Board</strong></td>
<td><strong>Percentage / Grades</strong></td>
<td><strong>Year</strong></td>
</tr>
<!-- <tr>
<td>S.S.C</td>
<td>Sunbeam School</td>
<td>75%</td>
<td>2004</td>
</tr>
<tr>
<td>H.S.C (Science Stream)</td>
<td>Sunbeam School</td>
<td>68%</td>
<td>2006</td>
</tr> -->
<tr>
<td>MCA *</td>
<td>NIT TRICHY</td>
<td>72%</td>
<td>2022 - 2025</td>
</tr>
<tr>
<td>JAIIB - Jr. Certi. in Banking </td>
<td>IIBF </td>
<td>First Class</td>
<td>2015</td>
</tr>
<tr>
<td>BTech in EE Engg.</td>
<td>JSSATEN, Noida</td>
<td>68%</td>
<td>2012</td>
</tr>
</table>
<!-- <ul>
<li><strong>Degree:</strong> Masters in Computer Application</li>
<li><strong>Institution:</strong> NIT T</li>
<li><strong>Year of Graduation:</strong> 2025</li>
</ul> -->
</div>
<hr>
<div class="section experience">
<h3>Experience</h3>
<ul>
<li><strong>ECGC Ltd.:</strong> Worked as EO in BUD Dept (2014-2018)</li>
<li><strong>ML Internship:</strong> Virtual Internship at Edunet Foundation (Feb - Mar 2024)</li>
<li><strong>Web Internship:</strong> Virtual Internship at HDLC TECH. (Summer 2023)</li>
</ul>
</div>
<hr>
<div class="section skills">
<h3>Skills</h3>
<ul>
<li><strong>Programming Languages:</strong> Java, Python, C++</li>
<li><strong>Web Development:</strong> HTML, CSS, JavaScript</li>
<li><strong>Database Management:</strong> SQL</li>
</ul>
</div>
<hr>
<div class="section project">
<h3>Project</h3>
<ul>
<li><strong>Web Development Project:</strong> Developed a Weather web-based application</li>
<li><strong>ML Project:</strong> Credit Card default prediction using various models</li>
</ul>
</div>
<hr>
<div class="section extra curricular activities">
<h3>Extra Curricular Activities</h3>
<ul>
<li><strong>ByteHoc DecodeIt:</strong> Participated in Coding Contest in Pragyan 2024 </li>
<li><strong>ML Hackathons:</strong> Participated in AI Lang, SynthAI, Optima Hackathon </li>
</ul>
</div>
<hr>
<br> <br> <br>
</div>
</div>
</body>
</html>