-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
62 lines (61 loc) · 2.91 KB
/
education.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
<!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>Education Qualification</title>
</head>
<body>
<header>
<h1>EDUCATION</h1>
<a href="/MODERN WEB PROGRAMMING/task3/cisce.org-SSCER-207106982.jpeg">10<sup>th</sup> Report card</a> | <a href="/MODERN WEB PROGRAMMING/task3/in.gov.cbse-HSCER-136012512022.jpeg">12<sup>th</sup> Report Card</a> | BE Degree
</header>
<main>
<div>
<h4>SECONDARY EDUCATION</h4>
<img src="https://upload.wikimedia.org/wikipedia/commons/5/55/StStephensChd03.JPG" height="100">
<br>
<article>
I completed my class 10<sup>th</sup> from <a href="http://www.stephenschandigarh.com/"target="_main">St. Stephhen's School</a>, Sector 45-B, Chandigarh, a highly qualified educational institute upto class 10 integrated with Council For the Indian School Certificate Examinations(CISCE) and secured a great result in class 10.
<br>
<b>Class 10<sup>th</sup> result: 96.2% </b>
<br>
<a href="/MODERN WEB PROGRAMMING/task3/cisce.org-SSCER-207106982.jpeg">Report card</a>
</article>
</div>
<hr>
<div>
<h4>HIGHER EDUCATION</h4>
<img src="https://content3.jdmagicbox.com/comp/chandigarh/42/0172p172std11142/catalogue/shishu-niketan-model-senior-secondary-school-chandigarh-sector-22d-chandigarh-schools-28pewem.jpg?clr=666600"height="100">
<br>
<article>
I completed my class 12<sup>th</sup> from <a href="https://www.shishuniketanschool.com/"target="_main">Shishu Niketan</a> Model Senior Secondary School, Sector 22-D, Chandigarh, a highly qualified educational institute for Higher Secondary Education integrated with Council Board of Secondary Education(CBSE) and secured a great result in class 12.
<br>
<b>Class 12<sup>th</sup> result: 95.8% </b>
<br>
<a href="/MODERN WEB PROGRAMMING/task3/in.gov.cbse-HSCER-136012512022.jpeg">Report card</a>
</article>
</div>
<hr>
<div>
<h4>SPECIALISED DEGREE</h4>
<img src="https://images.shiksha.com/mediadata/images/1607000135php5P1CAG.jpeg"height="100">
<br>
<article>
I acquired my B.E. degree from <a href="https://www.chitkara.edu.in/"target="_main">Chitkara University</a>, Rajpura, Chandigarh completing my 4<sup>th</sup> year in 2026, in the course of COMPUTER SCIENCE ENGINEERING(CSE) with specialsation in ARTIFICIAL INTELLIGENCE(AI).
<br>
<b>4<sup>th</sup> year GPA: 8.5</b>
<p>BE Degree</p>
</article>
</div>
</main>
<br>
<br>
<footer>
<p>
<a href="/MODERN WEB PROGRAMMING/task3/contact.html">Contact</a> or CONTACT AT:- email:<b>[email protected]</b> | mobile:<b>9876868147</b>
</p>
</footer>
</body>
</html>