-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheducation.html
More file actions
62 lines (61 loc) · 2.59 KB
/
education.html
File metadata and controls
62 lines (61 loc) · 2.59 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Education</title>
<link rel="stylesheet" type="text/css" href="bootstrap.css">
<link rel="stylesheet" type="text/css" href="portfolio.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<style type="text/css">
.jumbotron{
background:#fadfae;
}
.time{
color:black;
}
</style>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="myportfolio.html" class="navbar-brand">SG</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a class="special " href="About.html">About</a></li>
<li><a class="special" href="projects.html">My Projects</a></li>
</ul>
<ul class="nav navbar-nav navbar-right" id="right">
<li><a class="special" href="education.html">Education</a></li>
<li><a class="special" href="achievements.html">Achievements</a></li>
</ul>
</div>
</div>
<!-- <div class="main">
<h2>This is the main div that will load all sections</h2>
</div> -->
</nav>
<div class="jumbotron">
<h2><strong>College-</strong> <a href="http://www.nitk.ac.in/">National Institute of Technology,Surathkal,Karnataka</a></h2>
<p class="time">August 2017-Present</p>
</div>
<div class="jumbotron">
<h2><strong>Class XI & XII-</strong> <a href="http://www.cmseducation.org/">City Montessori School,Rajendra Nagar-1,Lucknow</a></h2>
<p class="time">August 2015-February 2017</p>
</div>
<div class="jumbotron">
<h2><strong>Class X-</strong> <a href="http://www.cmseducation.org/">City Montessori School,Rajendra Nagar-1,Lucknow</a></h2>
<p class="time">August 2015-February 2017</p>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
<script type="text/javascript" src="bootstrap.js"></script>
<script type="text/javascript" src="portfolio.js"></script>
</body>
</html>