-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (48 loc) · 1.91 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Chirag Jain</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="icons/favicon.ico">
</head>
<body>
<table cellspacing="30px">
<tr>
<td><img class="profile-pic" src="images/circle-cropped (2).png" alt="Chirag's profile-pic" width="250" height="250"></td>
<td><h1>Chirag Jain</h1>
<p>-Completed Class 10th and 12th from<a href="https://no2ambalacantt.kvs.ac.in"> K.V.No.2 Ambala Cantt</a></p>
<p>-In B.Tech first semester at<a href="https://www.chitkara.edu.in"> Chitkara University</a></p></td>
</tr>
</table>
<hr>
<h2>Achievements</h2>
<table cellspacing="30px">
<tr>
<th>Year</th>
<th>Achievement</th>
</tr>
<tr>
<td>2017</td>
<td>Attended National Jambooree Camp at Mysore</td>
</tr>
<tr>
<td>2018</td>
<td>Scored 91.2% in 10th board exams</td>
</tr>
<tr>
<td>2020</td>
<td>Scored 95% in 12th board exams</td>
</tr>
</table>
<div class="contact-me" style="text-align: center;">
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container" style="text-align: center;">
<a class="footer-link" href="https://www.facebook.com/profile.php?id=100014606834040">Facebook</a>
<a class="footer-link" href="https://www.instagram.com/plethora_of_cuteness_chirag/">Instagram</a>
<a class="footer-link" href="https://chiragjain123.github.io/Mysite">Website</a>
<p class="copyright">© 2020 Chirag Jain</p>
</div>
</html>