forked from the-utkarshjain/IEEE-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 4
/
upcomingEvents.html
executable file
·132 lines (113 loc) · 5.41 KB
/
upcomingEvents.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
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<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>
<!-- <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<!-- <meta http-equiv="X-UA-Compatible" content="ie=edge"> -->
<title>Upcoming Events | IEEE IIT Mandi</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="index.html#contact_us">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- NAVBAR ENDS -->
<br><br>
<div class="jumbotron"><h1 style="color: black; text-align: center;">Upcoming Events</h1></div>
<div class="container">
<div class="container tm-container-2">
<div class="row tm-section-mb">
<div class="col-lg-12">
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/workshop.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Himalayan Startup Track 2020 HST</b></h3>
<p> Student Branch is collaborating with <a href = "https://www.iitmandicatalyst.in/">IIT Mandi Catalyst </a>in organising Himalayan Startup Trek 2020. We invite all entrepreneurs and startup seekers in this event . This event will scale-up your ideas and will give wings to them. Mentors from all over world are coming together and giving insight of thier journey.<br>
Details - <br>
Date - 11 to 13 dec 2020<br>
Please refer to the following link to get details of invite link, schedule of three days, talk details, opportunities and more - <a href = "https://www.iitmandicatalyst.in/hst/">www.iitmandicatalyst.in/hst/</a><br>
Please write to this mail id for any query -<br>[email protected]<br>
</p>
</div><br>
<br>
<img src="img/HST_2020_poster.jpeg" alt="HST_2020" height=95% width=95%>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<script src="js/jquery.min.js"></script>
<script src="js/templatemo-script.js"></script>
</body>
</html>