-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (35 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project Overview</title>
</head>
<body>
<div>
<h1>Education Qualification</h1>
<img src="https://i.pinimg.com/736x/93/a8/87/93a8872fe3195c0dfe105a6f334341eb.jpg" height="70">
<div id="qualification">
<h2>My qualifications are:</h2>
<ol>
<li><big>Passed 10th in 2021 with <b>86%.</b></big></li>
<li><big>Passed 12th in 2023 with <b>83%.</b></big></li>
<li><big>Appeared for <b><i>SRMJEEE</i></b> in 2024 and secured <b>520</b> rank, earning a <u><b>75%</b></u> scholarship at SRM University.</big></li>
<li><big>Completed B.Tech degree in 2028 with <b>9.6</b> CGPA.</big></li>
</ol>
</div>
<h2>Work Experience</h2>
<p><a href="work_experience.html" target="_blank"><b>Click here</b></a> to see more details.</p>
<!-- <h2>Project 3</h2>
<p><a href="project_3.html" target="_blank"><b>View Project 3</b></a></p> -->
<!-- <h2>Practice HTML</h2>
<p><a href="practice.html" target="_blank"><b>Practice HTML Form</b></a></p>
-->
<!-- <h2>Style Test</h2>
<p><a href="style_test.html" target="_blank"><b>View CSS Arrows Test</b></a></p> -->
<!-- <h2>Additional Project</h2>
<p><a href="project_html_01.html" target="_blank"><b>View Educational Profile</b></a></p> -->
</div>
</body>
</html>