forked from the-utkarshjain/IEEE-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 4
/
history.html
executable file
·126 lines (113 loc) · 4.39 KB
/
history.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<html>
<style>
header {
background-color: #404040;
padding: 20px;
text-align: center;
font-size: 35px;
color: white;
}
.navbar {
font-family: montserrat;
border-radius: 0;
opacity: 1;
background-color: black !important;
}
.navbar li a {
color: #d5d5d5 !important;
font-size: 17px;
padding: 18px !important;
transition: .3s;
}
.navbar-nav li a:hover {
color: white !important;
}
.navbar-nav li.active a {
color: #fff !important;
background-color: #29292c !important;
}
p {
color: black;
}
</style>
<head>
<title>History</title>
<link rel="icon" href="img/Blog_Pic.jpg" type="image">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,500|Open+Sans" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/templatemo-style.css">
</head>
<body style="background-color: white">
<!-- NAVBAR STARTS-->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="img/ieee_logo.png" alt="Logo" style="height: 44px; transform: translate(0px,-10px);"
id="logo">
</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#resource">Resources</a></li>
<li><a href="index.html#events">Events</a></li>
<li><a href="awards.html">Awards</a></li>
<li><a href="index.html#membershere">Executive Council</a></li>
<li><a href="index.html#gallery">Gallery</a></li>
<li><a href="history.html">History</a></li>
<li><a href="index.html#contact_us">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- NAVBAR ENDS -->
<div style="width:60%; margin-left:auto; margin-right:auto; margin-top:7%">
<div id="band" class="text-center" >
<br><br>
<font color="black">
<h1><strong>IEEE IIT MANDI HISTORY</strong></h1>
<hr style="width: 7%;"><br>
</font>
</div >
<div style="height:300px">
<div id = "IEEE_2018" style="margin-left:20%;">
<font color="blue">
<h3><b> IEEE 2018 :</b></h3> <br>
</font>
<font color="black">
<ul>
<li><b>Core Members:</b></li>
<ul>
<li>Piyush Anand, Chairperson, Student Branch</li>
<li>Suryavanshi Virendrasingh, Chairperson RAS Student Branch</li>
<li>Munish, Vice Chairperson, Student Branch</li>
<li>Kushagra Singhal, Vice Chairperson</li>
<li>Sachin Chauhan, Vice Chairperson, IAS Student Branch</li>
<li>Pankaj Upadhyay, Secretary, Student Branch</li>
<li>Atyant Yadav, Secretary, RAS Student Branch</li>
<li>Deepal Gupta, Secretary, IAS Student Branch</li>
<li>Ravi Teja, Treasurer, RAS Student Branch, Web Developer</li>
<li>Aditi Mann, Finance Head Student Branch</li>
<li>Jhalak Choudhary, Web Developer</li>
<li>Utkarsh Jain, Web Developer</li>
</ul>
</ul>
</font>
</div>
</div>
</div>
<br>
</body>
</html>