forked from Vraj2811/vraj2811.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Skills.html
102 lines (87 loc) · 2.57 KB
/
Skills.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
<!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">
<title>CV</title>
<link rel="stylesheet" href="Portfolio/2.css">
<link rel="icon" type="image/x-icon" href="Portfolio\captivate.png">
</head>
<body>
<div class="bg-image"></div>
<div class="top">Educational Details and Skills</div>
<div class="top1">
<div>ACADEMIC DETAILS</div>
</div>
<div class="container">
<table>
<thead>
<tr>
<th>Degree</th>
<th>Specialization</th>
<th>Institute</th>
<th>Year</th>
<th>CPI/Rank/%</th>
</tr>
</thead>
<tbody>
<tr>
<td>B.Tech.</td>
<td>Computer Science and Engineering</td>
<td>IIT Gandhinagar</td>
<td>2022-Present</td>
<td>8.14(/10)</td>
</tr>
<tr>
<td>Jee</td>
<td>PCM</td>
<td>CSRL Super 30</td>
<td>2021-2022</td>
<td>3515</td>
</tr>
<tr>
<td>Class XII</td>
<td>Science Maths</td>
<td>GSSS Doli, Jodhpur</td>
<td>2020-2021</td>
<td>96.8</td>
</tr>
</tbody>
</table>
</div>
<div class="top2">
<div>RELEVENT COURSES</div>
</div>
<div class="container1">
<table>
<tbody>
<tr>
<td>Machine Learning (Ongoing)</td>
<td>Data-Centric-Computing</td>
<td>Probability, Statistics and Data Visualization</td>
</tr>
</tbody>
</table>
</div>
<div class="top3">
<div>SKILLS</div>
</div>
<div class="container1">
<table>
<tbody>
<tr>
<td>Python</td>
<td>MySQL</td>
<td>PHP</td>
</tr>
<tr>
<td>Autodesk Inventor</td>
<td>Marketting</td>
<td>Event Management</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>