-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
260 lines (256 loc) · 15.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Open Vidya</title>
<meta name="description" content="An Open Knowledge Initiative : Project KTU">
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<script src="https://use.fontawesome.com/releases/v5.15.1/js/all.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic" rel="stylesheet" type="text/css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
<link rel="stylesheet" href="css/home.css">
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3" id="mainNav">
<div class="container">
<span class="" > <a href="#page-top" class="navbar-brand js-scroll-trigger"> OV | Open Vidya</a><a href="#courses" class="navbar-brand js-scroll-trigger badge"></a></span>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto my-2 my-lg-0">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#under-dev">Streams</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#under-dev">Labs</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#contribute">Contribute</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#about">About</a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead">
<div class="container h-100">
<div class="row h-100 align-items-center justify-content-center text-center">
<div class="col-lg-10 align-self-end">
<h1 class="text-uppercase text-light font-weight-bold"><span class="d-none d-sm-inline small">The</span> Open Vidya <span class="d-none d-sm-inline small">Project</span></h1>
<h6 class="text-dark text-uppercase font-weight-bold">Codename:</h6><h4 class="text-dark text-uppercase font-weight-bold">Project KTU</h4>
<hr class="divider my-4" />
</div>
<div class="col-lg-8 align-self-baseline">
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">Dive In!</a>
</div>
</div>
</div>
</header>
<!-- About-->
<section class="page-section bg-primary" id="about">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<h2 class="text-white mt-0">Why Monetize Knowledge?</h2>
<hr class="divider light my-4" />
<p class="text-white-50 mb-4">Studying already incurs costs, why opt for further paid resources and material when you can access them for no cost here.</p>
<a class="btn btn-light btn-xl js-scroll-trigger" href="#services">Why Choose Us?</a>
</div>
</div>
</div>
</section>
<!-- Services-->
<section class="page-section" id="services">
<div class="container">
<h2 class="text-center mt-0">What's special?</h2>
<hr class="divider my-4" />
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="mt-5">
<i class="fas fa-4x fa-gem text-primary mb-4"></i>
<h3 class="h4 mb-2">Open Source</h3>
<p class="text-muted mb-0">Our notes are curated by our panel and open to contributions from anywhere!</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="mt-5">
<i class="fas fa-4x fa-laptop-code text-primary mb-4"></i>
<h3 class="h4 mb-2">Up to Date</h3>
<p class="text-muted mb-0">Notes shared are used by faculty and students, ensuring uniformity across the University.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="mt-5">
<i class="fas fa-4x fa-globe text-primary mb-4"></i>
<h3 class="h4 mb-2">Easy Access</h3>
<p class="text-muted mb-0">Say Goodbye to downloading individual Ad-filled PDFs instead read it Online!</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="mt-5">
<i class="fas fa-4x fa-heart text-primary mb-4"></i>
<h3 class="h4 mb-2">Made with Love</h3>
<p class="text-muted mb-0">This is an Open Source Initiative and much similar to <a href="https://wikipedia.org">Wikipedia</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio-->
<!-- <div id="portfolio">
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="assets/img/portfolio/fullsize/1.jpg">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/1.jpg" alt="" />
<div class="portfolio-box-caption">
<div class="project-category text-white-50">Category</div>
<div class="project-name">Project Name</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="assets/img/portfolio/fullsize/2.jpg">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/2.jpg" alt="" />
<div class="portfolio-box-caption">
<div class="project-category text-white-50">Category</div>
<div class="project-name">Project Name</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="assets/img/portfolio/fullsize/3.jpg">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/3.jpg" alt="" />
<div class="portfolio-box-caption">
<div class="project-category text-white-50">Category</div>
<div class="project-name">Project Name</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="assets/img/portfolio/fullsize/4.jpg">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/4.jpg" alt="" />
<div class="portfolio-box-caption">
<div class="project-category text-white-50">Category</div>
<div class="project-name">Project Name</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="assets/img/portfolio/fullsize/5.jpg">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/5.jpg" alt="" />
<div class="portfolio-box-caption">
<div class="project-category text-white-50">Category</div>
<div class="project-name">Project Name</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="assets/img/portfolio/fullsize/6.jpg">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/6.jpg" alt="" />
<div class="portfolio-box-caption p-3">
<div class="project-category text-white-50">Category</div>
<div class="project-name">Project Name</div>
</div>
</a>
</div>
</div>
</div>
</div> -->
<!-- Call to action-->
<section class="page-section bg-dark text-white" id="under-dev">
<div class="container text-center">
<h2 class="mb-4">The Site is currently under development</h2>
<h6>If you are interested in working on this open initiative, contact us.</h6>
<p>Our Temporary Repository of <a class="text-muted" href="https://elvistony.github.io/cse/">Notes</a></p>
<!-- <a class="btn btn-light btn-xl" href="https://startbootstrap.com/theme/creative/">Download Now!</a> -->
</div>
</section>
<section class="page-section " id="contribute">
<div class="container">
<div class="row">
<div class="col-12 col-sm-12 text-center pt-5 col-md-8 col-lg-6">
<h2 class="mb-4 mt-4 ov-logo">Be an <span class="h1 ov-logo">O</span><span class="full-form">pen </span><span class="h1 ov-logo">V</span><span class="full-form">idya </span> <span class="text-warning supporter"></span></h2>
<h6 class="mb-4">Show your support for us</h6>
</div>
<div class="col-12 col-sm-12 col-md-8 col-lg-6">
<div class="card">
<div class="card-header">
<ul class="nav nav-tabs card-header-tabs" id="supporter" role="tablist">
<li class="nav-item">
<a class="nav-link active" href="#instituition" role="tab" aria-controls="instituition" aria-selected="true">Instituition</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#angel" role="tab" aria-controls="angel" aria-selected="false">Angel Investor</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#organization" role="tab" aria-controls="organization" aria-selected="false">Organization</a>
</li>
</ul>
</div>
<div class="card-body">
<h6 class="card-subtitle mb-2">Are you an</h6>
<div class="tab-content mt-3">
<div class="tab-pane active" id="instituition" role="tabpanel">
<h4 class="card-title">Instituition?</h4>
<p class="card-text">Portray your support and guide your students by your support for this Initiative.</p>
<a href="#contact" class="card-link text-danger js-scroll-trigger">Support Now</a>
</div>
<div class="tab-pane" id="angel" role="tabpanel" aria-labelledby="angel-tab">
<h4 class="card-title">Angel Investor?</h4>
<p class="card-text">Donate to our Open Source Project and fuel the world's next Engineers.</p>
<a href="#contact" class="card-link text-danger js-scroll-trigger">Donate Now</a>
</div>
<div class="tab-pane" id="organization" role="tabpanel" aria-labelledby="organization-tab">
<h4 class="card-title">Organization?</h4>
<p class="card-text">Show your support for this extraordinary Initiative and lead the way.</p>
<a href="#contact" class="card-link js-scroll-trigger">Support Now</a>
</div>
</div>
</div>
</div>
<div class="row text-center">
<p class="w-100 p-2 mt-2 text-center">Or be a <a class="js-scroll-trigger text-warning" href="#contact">contributor</a> of Knowledge or Code!</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact-->
<section class="page-section bg-dark text-white" id="contact">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<h2 class="mt-0">Let's Get In Touch!</h2>
<hr class="divider my-4" />
<p class="text-muted mb-5 t">Interested in our Concept and want to contribute? Connect with us..</p>
</div>
</div>
<div class="row">
<!-- <div class="col-lg-4 ml-auto text-center mb-5 mb-lg-0">
<i class="fas fa-phone fa-3x mb-3 text-muted"></i>
<div>+1 </div>
</div> -->
<div class="col mr-auto text-center">
<i class="fas fa-envelope fa-3x mb-3 text-muted"></i>
<!-- Make sure to change the email address in BOTH the anchor text and the link target below!-->
<a class="d-block text-white" href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="bg-dark py-4 ">
<div class="container"><div class="small text-center text-muted">Copyright © 2021 - OpenVidya</div></div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>