-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhy-campusbox.php
448 lines (422 loc) · 22.1 KB
/
why-campusbox.php
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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Campusbox">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CampusBox -- Social utility app campus box</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="CampusBox, college,college events, college app, ">
<meta name="description" content="Campusbox makes college life less complicated and more connected.">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@campusboxapp">
<meta name="twitter:title" content="CampusBox">
<meta name="twitter:description" content="Campusbox makes college life less complicated and more connected.">
<meta name="twitter:image:src" content="https://app.campusbox.org/assets/images/loading-logo.png">
<meta name="twitter:image:alt" content="CampusBox logo">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Campusbox">
<meta property="og:url" content="https://campusbox.org">
<meta property="og:title" content="Campusbox">
<meta property="og:image" content="https://app.campusbox.org/assets/images/loading-logo.png">
<meta property="og:description" content="Campusbox makes college life less complicated and more connected.">
<script type="text/javascript">
console.log(localStorage.getItem('id_token'));
if (localStorage.getItem('id_token')[0] == 'e') {
window.location = "https://app.campusbox.org";
}
</script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/lightbox.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!-- Owl Carousel CSS
================================================== -->
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<style type="text/css">
.logo {
max-height: 45px;
float: left;
}
.heavy {
font-weight: 700;
}
.blue-background {
background-color: #149370;
color: white;
}
.affix > div.containerd> div.navbar-header> a.navbar-brand >img {
height: 55px;
-webkit-transition: height .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.affix > div.containerd> div.navbar-header> a.navbar-brand >img.logo {
display: none;
}
.affix-top > div.containerd> div.navbar-header> a.navbar-brand >img.logo-colored {
display: none;
}
.affix > div.containerd> div.navbar-header> a.navbar-brand >.CB {
display: none;
}
.get-started {
border-color: #fff;
border-radius: 0px;
font-size: 24px;
background-color: #fff;
color: #149370;
font-weight: 900;
}
.get-started:hover,
.get-started:focus {
border-color: #fff;
border-radius: 0px;
font-size: 24px;
background-color: #149370;
color: #fff;
font-weight: 900;
}
.CB {
padding-top: 50px;
color: white;
font-weight: 900;
font-size: 24px;
}
.affix-top > div.containerd> div.navbar-header> a.navbar-brand >img {
top: 20px;
-webkit-transition: height .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.affix-top > div.containerd> div.collapse> ul>li > a {
color: white !important;
font-weight: 900;
}
.affix > div.containerd> div.collapse> ul>li > a > span.btn {
background-color: #149370;
color: #fff;
font-weight: 900;
}
.affix-top > div.containerd> div.collapse> ul>li > a > span.btn {
color: white !important;
font-weight: 900;
border: 3px solid #fff;
}
div.containerd> div.collapse> ul>li > a {
padding-bottom: 0px !important;
padding-top: 0px !important;
padding-right: 10px;
padding-left: 10px;
}
.affix > div.containerd> div.collapse> ul>li > a {
padding-bottom: 0px !important;
padding-top: 0px !important;
padding-right: 10px;
padding-left: 10px;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.navbar.affix-top {
background: #149370 !important;
box-shadow: 0px 0px 0px #fff;
position: relative;
}
.white {
color: #fff;
}
.affix {
background: white;
box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08) !important;
-webkit-transition: position .5s ease-in-out;
transition: position .5s ease-in-out;
}
</style>
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
</head>
<!--/head-->
<body data-spy="scroll" data-offset="50" data-target=".navbar-collapse">
<header id="header" class="blue-background">
<div class="navbar navbar-fixed-top navbar-default blue-background affix-top" role="banner" data-spy="affix" data-offset-top="150">
<div class="containerd col-xs-12" style="margin-top: 10px;">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<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="images/CB2.png" class="logo" alt="CampusBox logo">
<img src="images/logo.png" class="logo-colored" alt="CampusBox logo">
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right" style="margin-top: 5px;">
<!-- <li><a href="index.html">Apps</a></li> -->
<!-- <li><a href="internship.html">About Us</a></li> -->
<li style="padding-top: 11px;text-transform: capitalize;"><a style="text-transform: capitalize;font-weight: 900" href="internship.html">Internships</a></li>
<li style="padding-top: 11px;text-transform: capitalize;"><a style="text-transform: capitalize;font-weight: 900" href="https://app.campusbox.org">Login</a></li>
<!-- <li class="dropdown"><a href="blog.html">Content<i class="fa fa-angle-down"></i></a>
<ul role="menu" class="sub-menu">
<li><a href="blog.html">Events</a></li>
<li><a href="blogone.html">Creative Content </a></li>
</ul>
</li> -->
<li style="padding-top: 3px"><a style="text-transform: capitalize;" href="https://app.campusbox.org"><span class="btn"> Sign Up Now</span></a></li>
</ul>
</div>
</div>
</div>
</header>
<!--/#header-->
<section id="page-breadcrumb">
<div class="vertical-center sun">
<div class="container">
<div class="row">
<div class="action">
<div class="col-sm-12">
<h1 class="title">Blog Details</h1>
<p>Blog with right sidebar</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/#page-breadcrumb-->
<section id="blog-details" class="padding-top">
<div class="container">
<div class="row">
<div class="col-md-9 col-sm-7">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="single-blog blog-details two-column">
<div class="post-thumb">
<a href="#" alt="why CampusBox"><img src="images/blog/7.jpg" class="img-responsive" alt=""></a>
<div class="post-overlay">
<span class="uppercase"><a href="#">14 <br><small>Feb</small></a></span>
</div>
</div>
<div class="post-content overflow">
<h2 class="post-title bold"><a href="#">WHY CAMPUSBOX (campus box)</a></h2>
<h3 class="post-author"><a href="#">Why we gave up all our ideas and decided to work only on campusbox (campus box)</a></h3>
<pre>Universities are supposed to be intellectual centers where students, apart from their classes and laboratories, learn from one another in a very community (will be created by campusbox campus box);
Because folks you’re craving for, are craving for you.
CampusBox can accelerate this method of community building and supply a platform wherever students will simply exchange ideas, work along, notice resources etc.
Community of scholars with similar interests.
We need a community life supported trust amongst completely different entities of an establishment (example those who learn spanish have a community, or those who skateboard, *sky gazers*, Rc amateur etc.)
A lot of scholars around India, have countless unachieved potential waiting to be controlled. All they have is Associate in Nursing surroundings that encourages learning and exploration while not the concern of failure(coz that solely exists in your head), and rather doing what they love!
The center of university life ought to be learning and campusbox can build it
types of folks in India
-- World Health Organization apprehend during which direction is their passion
-- don't have any direction concerning their passion
Helping folks in India move out of the temperature by creating it easier for them to find out new things.
-- something and everything NOT - branch specific
sports
Music
Drama
Art
All branches application work(eg in engg)
People mustn't be egotistic --
Helping stupidly what's sure Maine
(Coz others would try this too )
Motivation -
students got to inspired by mentoring them and truly telling them that it's doable
People ought to be fearless concerning their futures and target learning than puzzling over however fucked up they will be
« Back
</pre>
<div class="post-bottom overflow">
<ul class="nav navbar-nav post-nav">
<li><a href="#"><i class="fa fa-tag"></i>Creative</a></li>
<li><a href="#"><i class="fa fa-heart"></i>32 Love</a></li>
<li><a href="#"><i class="fa fa-comments"></i>3 Comments</a></li>
</ul>
</div>
<div class="blog-share">
<span class='st_facebook_hcount'></span>
<span class='st_twitter_hcount'></span>
<span class='st_linkedin_hcount'></span>
<span class='st_pinterest_hcount'></span>
<span class='st_email_hcount'></span>
</div>
<div class="author-profile padding">
<div class="row">
<div class="col-sm-2">
<img src="images/blogdetails/1.png" alt="">
</div>
<div class="col-sm-10">
<h3>Lakshit Anand - Campusbox</h3>
<p>Web Developer, wants to create meaningful projects to positively impact the world with campusbox. :sweat_smile:</p>
<span>Website:<a href="https://fb.com/campusbox">fb.com/campusbox</a></span>
</div>
</div>
</div>
<div class="response-area">
<h2 class="bold">Comments</h2>
<ul class="media-list">
<li class="media">
<div class="post-comment">
<a class="pull-left" href="#">
<img class="media-object" src="images/blogdetails/2.png" alt="">
</a>
<div class="media-body">
<span><i class="fa fa-user"></i>Posted by <a href="what-campusbox.html">What Campusbox</a></span>
<ul class="nav navbar-nav post-nav">
<li><a href="#"><i class="fa fa-clock-o"></i>February 11,2014</a></li>
<li><a href="#"><i class="fa fa-reply"></i>Reply</a></li>
</ul>
</div>
</div>
<div class="parrent">
<ul class="media-list">
<li class="post-comment reply">
<a class="pull-left" href="#">
<img class="media-object" src="images/blogdetails/3.png" alt="">
</a>
<div class="media-body">
<span><i class="fa fa-user"></i>Posted by <a href="why-campusbox.html">Why Campusbox</a></span>
<ul class="nav navbar-nav post-nav">
<li><a href="#"><i class="fa fa-clock-o"></i>February 11,2014</a></li>
</ul>
</div>
</li>
</ul>
</div>
</li>
<li class="media">
<div class="post-comment">
<a class="pull-left" href="#">
<img class="media-object" src="images/blogdetails/4.png" alt="">
</a>
<div class="media-body">
<span><i class="fa fa-user"></i>Posted by <a href="how-campusbox.html">How Campusbox</a></span>
<ul class="nav navbar-nav post-nav">
<li><a href="#"><i class="fa fa-clock-o"></i>February 11,2014</a></li>
<li><a href="#"><i class="fa fa-reply"></i>Reply</a></li>
</ul>
</div>
</div>
</li>
</ul>
</div>
<!--/Response-area-->
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-5">
<div class="sidebar blog-sidebar">
<div class="sidebar-item recent">
<h3>Other Articles</h3>
<div class="media">
<div class="pull-left">
<a href="#"><img src="images/portfolio/project1.jpg" alt=""></a>
</div>
<div class="media-body">
<h4><a href="what-campusbox.html">Enough of your philosphy what will campusbox exactly do ? (campus box)</a></h4>
<p>posted on 07 March 2014</p>
</div>
</div>
<div class="media">
<div class="pull-left">
<a href="why-campusbox.html"><img src="images/portfolio/project2.jpg" alt=""></a>
</div>
<div class="media-body">
<h4><a href="why-campusbox.html">Why we gave up all our ideas and decided to work only on campusbox (campus box)</a></h4>
<p>posted on 07 March 2014</p>
</div>
</div>
<div class="media">
<div class="pull-left">
<a href="how-campusbox.html"><img src="images/portfolio/project3.jpg" alt=""></a>
</div>
<div class="media-body">
<h4><a href="how-campusbox.html">How do we think campusbox will solve this problem when no one else could (campus box)</a></h4>
<p>posted on 07 March 2014</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/#blog-->
<footer id="footer">
<div class="col-sm-12">
<div class="text-center">
<p>Contact us</p>
<a href="mailto:[email protected]"><span>[email protected]</span></a>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12 text-center bottom-separator">
</div>
<hr>
<ul class="social-icon">
<li>
<a href="http://facebook.com/campusbox" class="fa fa-facebook wow fadeIn" data-wow-delay="0.3s"></a>
</li>
<li>
<a href="http://twitter.com/campusboxapp" class="fa fa-twitter wow fadeIn" data-wow-delay="0.4s"></a>
</li>
</ul>
</div>
</div>
</footer>
<!--/#footer-->
<script src="js/jquery.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- <script type="text/javascript" src="js/lightbox.min.js"></script>
-->
<!--End of Tawk.to Script-->
<script type="text/javascript" src="js/jquery.countTo.js"></script>
<script type="text/javascript" src="js/wow.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script src="js/owl.carousel.min.js"></script>
<!-- <script src="js/jquery.parallax.js"></script> -->
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-57016004-2', 'auto');
ga('send', 'pageview');
</script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API = Tawk_API || {},
Tawk_LoadStart = new Date();
(function() {
var s1 = document.createElement("script"),
s0 = document.getElementsByTagName("script")[0];
s1.async = true;
s1.src = 'https://embed.tawk.to/58c4061293cfd3557208c461/default';
s1.charset = 'UTF-8';
s1.setAttribute('crossorigin', '*');
s0.parentNode.insertBefore(s1, s0);
})();
</script>
</body>
</html>