forked from opencodeiiita/Opencode-Collaborative-20
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
296 lines (257 loc) · 12.2 KB
/
index.html
File metadata and controls
296 lines (257 loc) · 12.2 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
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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Opencode'20</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<!-- <link href="img/favicon.png" rel="icon"> -->
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,600,700,700i|Montserrat:300,400,500,600,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!--==========================
Header
============================-->
<header id="header">
<div id="topbar">
<div class="container">
</div>
</div>
<div class="container">
<div class="logo float-left">
<h1 class="text-light"><a href="#intro" class="scrollto"><span>OPENCODE'20</span></a></h1>
<!-- <a href="#header" class="scrollto"><img src="img/logo.png" alt="" class="img-fluid"></a> -->
</div>
<nav class="main-nav float-right d-none d-lg-block">
<ul>
<li class="active"><a href="#intro">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#team">Team</a></li>
<li class="drop-down"><a href="">Drop Down</a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="drop-down"><a href="#">Drop Down 2</a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
<li><a href="#">Drop Down 5</a></li>
</ul>
</li>
<li><a href="#footer">Contact Us</a></li>
<li>
<a href="https://www.facebook.com/opencodeiiita/"><img alt="Opencode-Collaborative-20" src="img\\fb.png"
width="25" height="25"></a></li>
<li>
<a href="https://twitter.com/teamOpencode/"><img alt="Opencode-Collaborative-20" src="img\\twitter.png"
width="25" height="25"></a>
</li>
</ul>
</nav><!-- .main-nav -->
</div>
</header><!-- #header -->
<!--==========================
Landing Section
============================-->
<section id="landing">
</section>
<!--==========================
Intro Section
============================-->
<section id="intro" class="clearfix">
<div class="container d-flex h-100">
<div class="row justify-content-center align-self-center">
<div class="col-md-6 intro-info order-md-first order-last">
<h2>Get started with your<br>Opensource Business!</span></h2>
<div>
<a href="#about" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
<div class="col-md-6 intro-img order-md-last order-first">
<img src="img/intro-img.svg" alt="" class="img-fluid">
</div>
</div>
</div>
</section><!-- #intro -->
<main id="main">
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6">
<div class="about-img">
<img src="img/about-img.jpg" alt="">
</div>
</div>
<div class="col-lg-7 col-md-6">
<div class="about-content">
<h2>About Opencode</h2>
<p>OpenCode is a month of opensource where programmers, designers and innovators code, design, learn and build solutions that tackle real-world problems.</p>
<ul>
</ul>
</div>
</div>
</div>
</div>
</section><!-- #about -->
</main>
<!--==========================
Projects Section
============================-->
<main id="main">
<div class = "container">
<h2 id = "projects">Open Code Projects</h2>
<div class="row ch">
<div class="col-lg-4 col-sm-6 probox">
<span class="proj_name">Movie-Search <img src = "icon/movie.png" width = "50px" height = "50px"></span>
<div class = "displa">
<p class="proj">A React based application for searching movies.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/MoviesSearch';"><span>Project Repository</span></button>
</div>
</div>
<div class="col-lg-4 col-sm-6 probox" >
<span class="proj_name">NEWS-Bucket <img src = "icon/news.png" width = "50px" height = "50px"></span>
<div class = "displa">
<p class = "proj">A Kotlin Application that fetches latest news on the go.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/NEWS-Bucket';" style="margin-top: 0.1px;"><span>Project Repository</span></button>
</div>
</div>
<div class="col-lg-4 col-sm-6 probox" >
<span class="proj_name">Interactive Map <img src = "icon/map.png" width = "45px" height = "40px"></span>
<div class = "displa">
<p class = "proj">An interactive mapping web application written in HTML, CSS, JS and jQuery.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/interactive-map';" style="margin-top: 0.1px;"><span>Project Repository</span></button>
</div>
</div>
<div class="col-lg-4 col-sm-6 probox" >
<span class="proj_name">Li Book <img src = "icon/library.png" width = "50px" height = "50px"></span>
<div class = "displa">
<p class = "proj">A Personal digital library application written in HTML.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/libook';" style="margin-top: 75px;"><span>Project Repository</span></button>
</div>
</div>
<div class="col-lg-4 col-sm-6 probox" ><span class="proj_name">OpenCode'20</span>
<span class="proj_name">Website <img src = "icon/web.png" width = "40px" height = "40px"></span>
<div class="displa">
<p class = "proj">OpenCode'20 Webite developed collaborativly by participants.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/Opencode-Collaborative-20';" style="margin-top: 0.1px;"><span>Project Repository</span></button>
</div>
</div>
<div class="col-lg-4 col-sm-6 probox" ><span class="proj_name">OpenCode'20</span>
<span class="proj_name">App <img src = "icon/app.jpeg" width = "40px" height = "40px"></span>
<div class = "displa">
<p class = "proj">OpenCode'20 App developed collaborativly by participants.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/Opencode20-Collaborative-TheApp';" style="margin-top: 0.1px;"><span>Project Repository</span></button>
</div>
</div>
</div>
</div>
</main>
=======
</main>
<!--==========================
Projects Section
============================-->
<main id="main">
<div class = "container">
<h2 id = "projects">Open Code Projects</h2>
<div class="row">
<div class="col-lg-4 col-sm-6">
<span class="proj_name">Movie-Search <img src = "icon/movie.png" width = "50px" height = "50px"></span>
<br>
<p class="proj">A React based application for searching movies.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/MoviesSearch';"><span>Project Repository</span></button>
</div>
<div class="col-lg-4 col-sm-6" >
<span class="proj_name">NEWS-Bucket <img src = "icon/news.png" width = "50px" height = "50px"></span>
<p class = "proj">A Kotlin Application that fetches latest news on the go.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/NEWS-Bucket';" style="margin-top: 0.1px;"><span>Project Repository</span></button>
</div>
<div class="col-lg-4 col-sm-6" >
<span class="proj_name">Interactive Map <img src = "icon/map.png" width = "45px" height = "40px"></span>
<p class = "proj">An interactive mapping web application written in HTML, CSS, JS and jQuery.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/interactive-map';" style="margin-top: 0.1px;"><span>Project Repository</span></button>
</div>
<div class="col-lg-4 col-sm-6" >
<span class="proj_name">Li Book <img src = "icon/library.png" width = "50px" height = "50px"></span>
<p class = "proj">A Personal digital library application written in HTML.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/libook';" style="margin-top: 75px;"><span>Project Repository</span></button>
</div>
<div class="col-lg-4 col-sm-6" ><span class="proj_name">OpenCode'20</span>
<span class="proj_name">Website <img src = "icon/web.png" width = "40px" height = "40px"></span>
<p class = "proj">OpenCode'20 Webite developed collaborativly by participants.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/Opencode-Collaborative-20';" style="margin-top: 0.1px;"><span>Project Repository</span></button>
</div>
<div class="col-lg-4 col-sm-6" ><span class="proj_name">OpenCode'20</span>
<span class="proj_name">App <img src = "icon/app.jpeg" width = "40px" height = "40px"></span>
<p class = "proj">OpenCode'20 App developed collaborativly by participants.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/Opencode20-Collaborative-TheApp';" style="margin-top: 0.1px;"><span>Project Repository</span></button>
</div>
</div>
</div>
</main>
<!--==========================
Footer
============================-->
<div class="footer">
<footer id="footer" class="section-bg">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-6">
<a id="back2Top" title="Move to Top" href="#">➤</a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>OC</strong>. All Rights Reserved
</div>
</div>
</footer><!-- #footer -->
</div>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/mobile-nav/mobile-nav.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>