-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathedu.html
59 lines (49 loc) · 1.81 KB
/
edu.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
<!DOCTYPE html>
<html>
<head>
<title>education</title>
<link rel="stylesheet" type="text/css" href="css/edu.css">
<script type="text/javascript" src="js/index.js"></script>
</head>
<body>
<header>
<span id="spane" style="font-size:30px;cursor:pointer" onclick="openNav()">☰ </span>
</header>
<nav id="mySidenav">
<a id="line" href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html"><div id="home"><b>HOME</b></div></a>
<a href="edu.html"><div id="education"><b>EDUCATION</b></div></a>
<a href="train.html"><div id="trainings"><b>TRAININGS</b></div></a>
<a href="project.html"><div id="projects"><b>PROJECTS</b></div></a>
<a href="profile.html"><div id="profile"><b>Profile</b></div></a>
</nav>
<section>
<h1 align="center">EDUCATION</h1>
<div class="colg">
<h2>Bachelor of Technology (B.Tech), <br>Information Technology (2014 -
2018)<br>From Maharaja Surajmal Institute Of<br> Technology</h2><br>
</div>
<div id="mid"></div>
<div class="schl">
<h2>XII (Senior Secondary), Science
Year<br> of Completion:2014 CBSE Board (ST.MARKS'S SEN. <br>SEC. PUBLIC SCHOOL)
Percentage : 92.7%</h2><br>
<H2>X (Secondary) Year of Completion: <br>2012 CBSE Board (ST.MARKS'S SEN. SEC. PUBLIC <br>SCHOOL)<br>
CGPA : 9.4/10</H2><br>
</div>
<div id="mid"></div>
</section>
<footer class="endmenu">
<a href="index.html"><br><b>Home</b></a>
<div class="h-divider"></div>
<a href="edu.html"><br><b>Education</b>
</a><div class="h-divider"></div>
<a href="train.html"><br><b>Trainings</b></a>
<div class="h-divider"></div>
<a href="project.html"><br><b>Project</b></a>
<div class="h-divider"></div>
<a href="profile.html"><br><b>Profile</b></a>
<div class="h-divider"></div>
</footer>
</body>
</html>