-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·224 lines (204 loc) · 7.66 KB
/
index.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap CSS -->
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
crossorigin="anonymous">
<!--custom stylesheet-->
<link rel="stylesheet"
href="public/css/style.css">
<link rel="stylesheet"
href="public/css/home.css">
<title>IIC - Frcrce</title>
<link rel="icon" href="public/images//iic_logo.jpg">
</head>
<body>
<!--navbar-->
<div class="navigation-wrap bg-light start-header">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="navbar navbar-expand-md navbar-light">
<a href="index.html">
<img src="public/images/iic_logo.jpg" alt="iic" width="80" height="80">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto py-4 py-md-0">
<li class="nav-item pl-4 pl-md-0 ml-0 ml-md-4 active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item pl-4 pl-md-0 ml-0 ml-md-4">
<a class="nav-link" href="events.html">Events</a>
</li>
<li class="nav-item pl-4 pl-md-0 ml-0 ml-md-4">
<a class="nav-link" href="innovations.html">Innovation</a>
</li>
<li class="nav-item pl-4 pl-md-0 ml-0 ml-md-4">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item pl-4 pl-md-0 ml-0 ml-md-4">
<a class="nav-link" href="team.html">Our Team</a>
</li>
<li class="nav-item pl-4 pl-md-0 ml-0 ml-md-4">
<a class="nav-link" href="innovtool.html">Innovation tool-kit</a>
</li>
<li class="nav-item pl-4 pl-md-0 ml-0 ml-md-4">
<a class="nav-link" href="nisp.html">NISP</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
<!--Upcoming Events slider-->
<div class="container slider-container">
<h5> IIC -
<span style="color: red;">
Upcoming Events
</span>
</h5>
<div id="carousel-example-1z" class="carousel slide carousel-fade" data-ride="carousel">
<!--Indicators-->
<ol class="carousel-indicators">
<li data-target="#carousel-example-1z" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-1z" data-slide-to="1"></li>
<li data-target="#carousel-example-1z" data-slide-to="2"></li>
<li data-target="#carousel-example-1z" data-slide-to="3"></li>
</ol>
<!--Slides-->
<div class="carousel-inner" role="listbox">
<!--First slide-->
<div class="carousel-item active">
<img class="d-block w-100" src="public/images/mvp.jpeg"
alt=" ">
</div>
<!--Second slide-->
<div class="carousel-item">
<img class="d-block w-100" src="public/images/startup ecosys.jpeg"
alt=" ">
</div>
<!--Third slide-->
<div class="carousel-item">
<img class="d-block w-100" src="public/images/perfect pitch.jpeg"
alt=" ">
</div>
<!--Fourth slide-->
<div class="carousel-item">
<img class="d-block w-100" src="public/images/IIC FRCRCE CODELABS.png"
alt=" ">
</div>
</div>
<!--Controls-->
<a class="carousel-control-prev" href="#carousel-example-1z" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel-example-1z" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!--Info-->
<div class="container info-container">
<h5>WHAT DO WE DO?</h5>
<div class="row mt-5">
<div class="col-md-4 mb-4 text-center">
<i class="fa fa-cog fa-3x mb-2 info-icon" style="color: brown;"></i>
<p>
Conduct various innovation and entrepreneurship-related activities prescribed by Central MIC in time bound fashion.
</p>
</div>
<div class="col-md-4 mb-4 text-center">
<i class="fa fa-money fa-3x mb-2 info-icon" style="color: green;"></i>
<p>
Identify and reward innovations and share success stories.
</p>
</div>
<div class="col-md-4 mb-4 text-center">
<i class="fa fa-bar-chart-o fa-3x mb-2 info-icon" style="color: orange;"></i>
<p>
Organize periodic workshops/ seminars/ interactions with entrepreneurs, investors, professionals and create a mentor pool for student innovators.
</p>
</div>
<div class="col-md-4 mb-4 text-center">
<i class="fa fa-users fa-3x mb-2 info-icon" style="color: blueviolet;"></i>
<p>
Network with peers and national entrepreneurship development organizations.
</p>
</div>
<div class="col-md-4 mb-4 text-center">
<i class="fa fa-wifi fa-3x mb-2 info-icon" style="color: gray;"></i>
<p>
Create an Institution’s Innovation portal to highlight innovative projects carried out by institution’s faculty and students.
</p>
</div>
<div class="col-md-4 mb-4 text-center">
<i class="fa fa-calendar fa-3x mb-2 info-icon"></i>
<p>
Organize Hackathons, idea competition, mini-challenges etc. with the involvement of industries. <br>
<a href="events.html" class="btn btn-primary">
VISIT
</a>
</p>
</div>
</div>
</div>
<!--footer-->
<footer>
<div class="container">
<div class="row mb-3">
<div class="col-md">
<h5>
“ Moulding Engineers Who Can Build The Nation. ” ~ Our Vision
</h5>
</div>
</div>
<div class="row mb-3">
<div class="col-md">
<div class="mb-4">
<div class="mb-3">
<a href="https://www.instagram.com/agnelcrcebandra/"
target="_blank" class="footer-icon">
<i class="fa fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/company/iic-frcrce/"
target="_blank" class="footer-icon">
<i class="fa fa-linkedin"></i>
</a>
<a href="https://www.facebook.com/iicfrcrce"
target="_blank" class="footer-icon">
<i class="fa fa-facebook"></i>
</a>
<a href="https://crceiic.github.io/IIC-2.0/" target="_blank" class="footer-icon">
IIC 2.0
</a>
</div>
</div>
</div>
</div>
<div class="footer-copyright">
<p>Copyright © FR.CRCE IIC</p>
</div>
</div>
</footer>
<!--bootstrap js cdns-->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
</body>
</html>