forked from HimanS1708/Assignment_2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathedu.html
More file actions
84 lines (78 loc) · 4.03 KB
/
edu.html
File metadata and controls
84 lines (78 loc) · 4.03 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Education</title>
<link rel="icon" type="image/png" href="educ.jpeg">
<style>
body {
background-color: rgba(127, 187, 255, 0.525);
}
.images {
display: flex;
}
.images img{
border: 3px solid rgb(65, 103, 112);
margin: 4px;
}
</style>
</head>
<body>
<p>
<h3 style="font-style: oblique; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; color: rgb(30, 36, 67); font-size: 50px;">
Stage 1: Play school
</h3><br>
<h4 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; color: rgb(21, 91, 124); font-size: 30px;">
I started my school journey with Udgam Play school in New Delhi at the age of 3. <br>I also was felicitated by the title of Miss Udgam which stands for the overall all-rounder of the school at the end of the year.
</h4>
<div class="images">
<img src="udg1.webp" width="19%" height="200px"><br>
<img src="udg2.jpeg" width="19%" height="200px"><br>
<img src="udg3.jpeg" width="19%" height="200px"><br>
<img src="ud5.jpg" width="19%" height="180px"> <br>
<img src="ud.jpg" width="19%" height="280px"> <br>
</div>
<h3 style="font-style: oblique; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; color: rgb(30, 36, 67); font-size: 50px;">
Stage 2: Preparatory School
</h3>
<div class="images">
<img src="pr1.jpeg" width="48%" height="300px"><br>
<img src="pr2.jpeg" width="48%" height="300px"><br>
</div>
<h4 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; color:rgb(21, 91, 124); font-size: 30px;">
I then was admitted to Tagore International School, East of Kailash, New Delhi at the age of 4 in the preparatory section. There I finished the course in 2 years.
</h4>
<h3 style="font-style: oblique; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; color: rgb(30, 36, 67); font-size: 50px;">
Stage 3: Elementary School
</h3>
<h4 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; color: rgb(21, 91, 124); font-size: 30px;">
I continued in Tagore International school till class 3. <br>
<div class="images">
<img src="tg1.jpeg" width="48%" height="300px"><br>
<img src="tg2.jpeg" width="48%" height="300px"><br>
</div>
Then transferred to Daman, Gujarat to continue my schooling in St. xavier's High School.
<div class="images">
<img src="st1.jpeg" width="48%" height="300px"><br>
<img src="st2.jpeg" width="48%" height="300px"><br>
</div>
<br>Then I finished my High School through Apeejay School, Nerul.
<div class="images">
<img src="ap1.jpeg" width="32%" height="300px"><br>
<img src="ap2.jpeg" width="32%" height="350px"><br>
<img src="ap3.jpg" width="32%" height="300px"><br>
</div>
<div class="images">
<img src="ap4.jpg" width="48%" height="350px"><br>
<img src="ap5.jpg" width="48%" height="350px"><br>
</div>
<br>Then I prepared for JEE Advanced through FIITJEE Seawoods as my coaching centre and got seleted in IIT Kanpur.
<div class="images">
<img src="ap6.jpg" width="48%" height="350px"><br>
<img src="ap7.jpg" width="48%" height="350px"><br>
</div>
</h4>
</p>
</body>
</html>