-
Notifications
You must be signed in to change notification settings - Fork 0
/
education.html
104 lines (93 loc) · 4.8 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html>
<head>
<title>Piyush Sharma</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<style type="text/css">
#skill a
{
margin-left: 1em;
}
#skill a:hover
{
background-color: #81b71a;
}
</style>
</head>
<body style="background-color:#2980b9;">
<nav class="navbar navbar-default navbar-fixed-top" style="background-color:#339e42;">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<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 class="navbar-brand" style="font-size:2em;color:#fff;" href="#">Piyush Sharma </a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li ><a href="index.html" style="color:#fff;">Home <span class="sr-only"></span></a></li>
<li class="active"><a href="education.html" >My Education</a></li>
<li><a href="skills.html" style="color:#fff;">Skills</a></li>
<li ><a href="experience.html" style="color:#fff;">Experience</a></li>
<li><a href="projects.html" style="color:#fff;">Projects</a></li>
<li ><a href="hireme.html" style="color:#fff;">Hire Me !</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<br><br>
<section id="aboutme" style="position:relative;top:3em;">
<ul id="skill" class="col-md-2 nav nav-pills nav-stacked">
<li><a href="#p1" data-toggle="pill" style="color:#fff;">Certification</a></li>
<li><a href="#p2" data-toggle="pill" style="color:#fff;">Professional</a></li>
<li><a href="#p3" data-toggle="pill" style="color:#fff;">Primary</a></li>
</ul>
<div class="col-md-6 tab-content">
<div class="tab-pane fade" id="p1" style="color:#fff;">
<div class="panel panel-primary" style="color:#808080;">
<div class="panel-heading" style="background-color:#f0f0f0;color:#808080;"><h4>Design and Analysis of Algorithms <span class="badge">2016</span></h4></div>
<div class="panel-body"><p><b>Intro :</b>This is a 2 months online course in design and analysis of algorithms where I learn all the fundamental algorithms which are helpful in program optimization and solve programming problems<br><b>Percentage :</b> 61%<br><b>Duration : </b>2 Months<br><b> Certified By : </b>Chennai Mathematical Institute, Madras<br><b>Powered By : </b><a href="http://onlinecourses.nptel.ac.in/">NPTEL</a></p></div>
</div>
</div>
<div class="tab-pane fade" id="p2" style="color:#fff;">
<div class="panel panel-primary" style="color:#808080;">
<div class="panel-heading" style="background-color:#f0f0f0;color:#808080;"><h4>Diploma in Computer Engineering <span class="badge">2011 - 2014</span></h4></div>
<div class="panel-body"><p><b>Intro. :</b>This is a 3 years diploma program in which student learn all the aspect of computer engineering like coding , system engineering , system maintenance and many more<br><b>Percentage :</b>73%<br><b>College :</b><a href="http://www.ambp.in/"> Ambedkar Polytechnic</a><br><b>Board : </b>Board of technical Education, Delhi </p></div>
</div>
</div>
<div class="tab-pane fade" id="p3" style="color:#fff;">
<div class="panel panel-primary" style="color:#808080;">
<div class="panel-heading" style="background-color:#f0f0f0;color:#808080;"><h4>Intermediate <span class="badge"
>year 2009</span></h4></div>
<div class="panel-body">
<p><b>Subjects :<b> Physics Chemisty Math Computer-science English<br>
<b>Percentage :</b> 68%<br>
<b>School :</b>Jain Sec. Sr. School Daryaganj Delhi<br>
<b>Board :</b>CBSE
<b>State :</b>Delhi
</p>
</div>
</div>
<div class="panel panel-primary" style="color:#808080;">
<div class="panel-heading" style="background-color:#f0f0f0;color:#808080;"><h4>Metric <span class="badge">year 2007</span></h4></div>
<div class="panel-body"><p><b>Subjects :<b> Hindi English Math Science Social-Studies Sanskrit<br>
<b>Percentage :</b> 64%<br>
<b>School :</b>Jain Sec. Sr. School Daryaganj Delhi<br>
<b>Board :</b>CBSE
<b>State :</b>Delhi
</p></div>
</div>
</div>
</div>
<div class="col-md-4"> <img class="img-responsive" style="width:90%;" src="img/grad.png"></div>
</div>
</section>
</body>
</html>