-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyachievements.html
More file actions
37 lines (36 loc) · 1.31 KB
/
myachievements.html
File metadata and controls
37 lines (36 loc) · 1.31 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pragya</title>
<link rel="stylesheet" href="pragya.css">
</head>
<body>
<div class="content">
<h1> My Achievements </h1>
<h2> Scholastic Achievements :</h2>
<h4>
<ul type="disk">
<li> Scored 97.6% in Class 12th CBSE boards and held Rank 1 in School, Rank 4 in Gurgaon City.</li>
<li> Secured All India Rank 1141 in JEE Mains.</li>
<li> Cleared First level of KVPY (Kishore Vaigyanik Protsahan Yojana) </li>
<li> Cleared both levels of SMTE (Science Maths Talent Examination) with All DPS Rank 51.</li>
<li> Won numerous Gold and Silver medals in annual IMO(International Maths Olympiad) and NSO(National Science Olympiad) examinations.</li><br>
<br>
</ul>
</h4>
<h2> Extra-Curricular Achievements :</h2>
<h4>
<ul type="disk">
<li> Member of Rang (the art club of IIITD) and Audiobytes (the music club of IIITD)</li>
<li> Participation in various interschool solo and group singing competitions.</li>
<li> Participation in art and painting competitions</li>
<li> Won 3rd prize in poem writing competition </li>
</ul></h4>
<br>
<h3><a href="mysite.html">Back to Home Page</a></h3>
</div>
</body>
</html>