-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAcademics.html
32 lines (30 loc) · 993 Bytes
/
Academics.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Academics</title>
<link rel="stylesheet" type="text/css" href="CSS/main.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Academics.html">Academics</a></li>
<li><a href="Interests.html">Interests</a></li>
<li><a href="Contacts.html">Contacts</a></li>
</ul>
</nav>
</header>
<div class="container">
<article>
<img src="Images/me.jpg" width="180px" height="220px" style="align-self: auto">
<h1><center>Academics</center></h1>
<p style="align-content: center">Currently only academic record I have is 10 CGPA in Class 10 and 95% in Class 12.Hope in building better Academic record in future.</p>
</article>
</div>
<footer>
© copyright Subhadeep Paul 2020
</footer>
</body>
</html>