forked from opencodeiiita/Opencode-Collaborative-20
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
281 lines (247 loc) · 15.2 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
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
<!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">
<div class="col-lg-4 col-sm-6">
<span class="proj_name">Movie-Search <img src = "icon/movie.png" width = "50px" height = "50px"></span>
<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 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 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 class="col-lg-4 col-sm-6" >
<span class="proj_name">Sassy CSS Reborn <img src = "https://cdn3.iconfinder.com/data/icons/streamline-icon-set-free-pack/48/Streamline-26-512.png" width = "45px" height = "45px"></span>
<p class = "proj">A repository for implementing beautiful designs in CSS.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/sassy-css-reborn';" style="margin-top: 0.1px;"><span>Project Repository</span></button>
</div>
<div class="col-lg-4 col-sm-6" >
<span class="proj_name">Portal <img src = "https://cdn4.iconfinder.com/data/icons/help-and-support-5/64/info-service-resource-detail-data-512.png" width = "45px" height = "45px"></span>
<p class = "proj">A resource sharing platform.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/Portal';" style="margin-top: 0.1px;"><span>Project Repository</span></button>
</div>
<div class="col-lg-4 col-sm-6" >
<span class="proj_name">Destination Portal <img src = "https://cdn1.iconfinder.com/data/icons/popular-vol-1-11/32/popular_75-512.png" width = "45px" height = "45px"></span>
<p class = "proj">A portal for your dream destinations.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/opencode20-destination-portal';" style="margin-top: 0.1px;"><span>Project Repository</span></button>
</div>
<div class="col-lg-4 col-sm-6" >
<span class="proj_name">Opencode20 Leaderboard Frontend <img src = "https://cdn0.iconfinder.com/data/icons/forgen-seo-1/64/keywords-rankings-512.png" width = "45px" height = "45px"></span>
<p class = "proj">A portal for your dream destinations.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/Opencode-20-Leaderboard-Frontend';" style="margin-top: 0.1px;"><span>Project Repository</span></button>
</div>
<div class="col-lg-4 col-sm-6" >
<span class="proj_name">SilverBook <svg height="45" viewBox="0 0 64 64" width="45" xmlns="http://www.w3.org/2000/svg"><g id="Certificate-5" data-name="Certificate"><g fill="#9bc9ff"><path d="m49 40-8 8-8-8a11.993 11.993 0 0 0 -12 12v4h40v-4a12 12 0 0 0 -12-12z"/><path d="m57 35h4l-2-8z"/><path d="m27 21.97a14.909 14.909 0 0 0 2 .98 32.456 32.456 0 0 0 12 2.05 32.456 32.456 0 0 0 12-2.05 14.909 14.909 0 0 0 2-.98v-8.22l-14 5.25-14-5.25z"/><path d="m11 45v-42h-4a4 4 0 0 0 -4 4v46a7.989 7.989 0 0 1 8-8z"/></g><path d="m49 39h-1.1a12.989 12.989 0 0 0 6.1-11v-4.4a15.643 15.643 0 0 0 1.51-.767 1 1 0 0 0 .49-.863v-7.527l1.182-.443h.818v8.184a2.986 2.986 0 0 0 -.215 5.553l-1.755 7.02a1 1 0 0 0 .97 1.243h4a1 1 0 0 0 .97-1.243l-1.755-7.02a2.986 2.986 0 0 0 -.215-5.553v-9.184a1 1 0 0 0 -1-1h-1.818l-9.182-3.443v-5.557a1 1 0 0 0 -1-1h-40a5.006 5.006 0 0 0 -5 5v46a9.011 9.011 0 0 0 9 9h36a1 1 0 0 0 1-1v-4h13a1 1 0 0 0 1-1v-4a13.015 13.015 0 0 0 -13-13zm-2.414 2-5.586 5.586-5.586-5.586zm-5.586-2a11.013 11.013 0 0 1 -11-11v-3.613a35.362 35.362 0 0 0 11 1.613 35.37 35.37 0 0 0 11-1.612v3.612a11.013 11.013 0 0 1 -11 11zm13-17.615a15.064 15.064 0 0 1 -1.382.641 31.421 31.421 0 0 1 -11.618 1.974 31.413 31.413 0 0 1 -11.624-1.977 14.776 14.776 0 0 1 -1.376-.638v-6.192l12.649 4.744a1.009 1.009 0 0 0 .7 0l12.651-4.744zm5 2.615a1 1 0 1 1 -1 1 1 1 0 0 1 1-1zm-.719 10 .719-2.877.719 2.877zm-6.8-20-10.481 3.932-13.152-4.932 13.152-4.932 10.485 3.932h-10.485v2zm-39.481-10h34v3.807l-4.649-1.744a1.009 1.009 0 0 0 -.7 0l-16 6a1 1 0 0 0 0 1.874l1.349.506v7.527a1 1 0 0 0 .49.861 15.423 15.423 0 0 0 1.51.769v4.4a12.989 12.989 0 0 0 6.1 11h-1.1a12.972 12.972 0 0 0 -10.226 5h-10.774zm-8 3a3 3 0 0 1 3-3h3v40.06a8.981 8.981 0 0 0 -5.37 2.575 9.308 9.308 0 0 0 -.63.707zm42 53h-35a7 7 0 1 1 0-14h10.479a12.9 12.9 0 0 0 -1.479 6v4a1 1 0 0 0 1 1h25zm14-5h-38v-3a11.005 11.005 0 0 1 10.606-10.98l5.98 5.98h-12.586v2h30v-2h-12.586l5.98-5.98a11.005 11.005 0 0 1 10.606 10.98z" fill="#57a4ff"/><path d="m8 52h9v2h-9z" fill="#57a4ff"/><path d="m16 40v-32h13v-2h-14a1 1 0 0 0 -1 1v34a1 1 0 0 0 1 1h6v-2z" fill="#57a4ff"/></g></svg></span>
<p class = "proj">An Everyday attendance management and GPA prediction app with over 500 users.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/SilverBook';" style="margin-top: 0.1px;"><span>Project Repository</span></button>
</div>
<div class="col-lg-4 col-sm-6" >
<span class="proj_name">Monty Python Class <img src = "https://cdn3.iconfinder.com/data/icons/logos-and-brands-adobe/512/267_Python-512.png" width = "45px" height = "45px"></span>
<p class = "proj">A repository aimed for python learners</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/Monty_Python_Class';" style="margin-top: 0.1px;"><span>Project Repository</span></button>
</div>
<div class="col-lg-4 col-sm-6" >
<span class="proj_name">CodeLines <img src = "https://cdn0.iconfinder.com/data/icons/icocentre-free-icons/152/f-code-cpp_128-512.png" width = "45px" height = "45px"></span>
<p class = "proj">A project aimed at encouraging competitive coding among students.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/CodeLines';" style="margin-top: 0.1px;"><span>Project Repository</span></button>
</div>
<div class="col-lg-4 col-sm-6" >
<span class="proj_name">Code Like a Girl <img src = "https://cdn0.iconfinder.com/data/icons/streamline-emoji-1/48/115-girl-2-512.png" width = "45px" height = "45px"></span>
<p class = "proj">Opencode's girls only repository.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/Code-like-a-Girl';" style="margin-top: 0.1px;"><span>Project Repository</span></button>
</div>
<div class="col-lg-4 col-sm-6" >
<span class="proj_name">INTEL-20 <img src = "https://cdn0.iconfinder.com/data/icons/streamline-emoji-1/48/094-robot-face-3-512.png" width = "45px" height = "45px"></span>
<p class = "proj">A machine learning repository.</p>
<button class = "links" onclick="window.location.href = 'https://github.com/opencodeiiita/INTEL-20';" 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>