-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
577 lines (551 loc) · 30 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
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
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
<!DOCTYPE html>
<html ng-app>
<head>
<meta charset="utf-8">
<title>OSS Planet | #JustGoOpen - Just Go Open, I've Got Your Back. - Free Hosting / VPS / Mirror for OpenSource Projects, etc.</title>
<meta name="description" content="We Support FLOSS Projects. Free Hosting, Mirror, and VM / VPS Service for Open Source, Music, Culture or anything with open mind." />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Codeply">
<link href="/images/favicon.ico" type="image/ico" rel="shortcut icon">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.4.0/animate.min.css" rel="stylesheet" />
<link rel="stylesheet" href="css/styles.css" />
<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-93692166-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body >
<nav class="navbar navbar-trans navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapsible">
<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 text-danger" href="#">OSS Planet</a>
</div>
<div class="navbar-collapse collapse" id="navbar-collapsible">
<ul class="nav navbar-nav navbar-left">
<li><a href="#start">Start</a></li>
<li><a href="#plan">Resource Plans</a></li>
<li><a href="#datacenter">DataCenter</a></li>
<li><a href="#project">Project Highlights</a></li>
<li><a href="#apply">Apply Now</a></li>
<li><a href="#about">About Us</a></li>
<li> </li>
</ul>
</div>
</div>
</nav>
<section class="container-fluid" id="start">
<a href="https://github.com/OSSPlanet/"><img style="position: absolute; top: 50px; left: 0; border: 0;" src="https://camo.githubusercontent.com/82b228a3648bf44fc1163ef44c62fcc60081495e/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_red_aa0000.png"></a>
<div class="v-center">
<h1 class="text-center">OSS Planet</h1>
<h2 class="text-center lato animate slideInDown">We are open, we love freedom. Free <b>Hosting</b> for <b>Open Projects</b>.<br /><b>#JustGoOpen</b></h2>
<p class="text-center">
<br>
<!-- <a href="#" class="btn btn-danger btn-lg btn-huge lato" data-toggle="modal" data-target="#myModal">Get Free Membership</a> -->
<a href="#plan" class="btn btn-danger btn-lg btn-huge lato">Check Our Plans</a>
<br><br>
<iframe src="https://ghbtns.com/github-btn.html?user=OSSPlanet&type=follow&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
</p>
</div>
<a href="#plan">
<div class="scroll-down bounceInDown animated">
<span>
<i class="fa fa-angle-down fa-2x"></i>
</span>
</div>
</a>
</section>
<section class="container-fluid" id="plan">
<h1 class="text-center">Resource Plans</h1>
<div class="container v-center">
<div class="row">
<div class="col-sm-4">
<div class="row">
<div class="col-sm-12 text-center">
<div class="panel panel-default slideInLeft animate">
<div class="panel-heading">
<h3>Hosting</h3></div>
<div class="panel-body">
<p>Web / File / VCS or other hosting needs for your user or developer.<br/>Maybe you'll have some new artworks or songs like to share with the world?</p>
<hr>Any size that might take.<br/>No server-side scripting allowed.<br/>Support VirtualHost for your domain.
<hr>
<a href="#apply" class="btn btn-primary lato">Apply Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="row">
<div class="col-sm-12 text-center">
<div class="panel panel-default slideInUp animate">
<div class="panel-heading">
<h3>Mirror</h3></div>
<div class="panel-body">
<p>Package pool, file download, public backup or other mirroring needs.<br/>Maybe you'll need a region file download server to share the bandwidth for Eastern Asia countries?</p>
<hr>Any size but no garbage.<br/>No illegal content allowed.<br/>Support HTTP, FTP, Rsync.
<hr>
<a href="#apply" class="btn btn-danger lato">Apply Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="row">
<div class="col-sm-12 text-center">
<div class="panel panel-default slideInRight animate">
<div class="panel-heading">
<h3>VPS / Container</h3></div>
<div class="panel-body">
<p>Running custom made program, CPU/Memory intensive tasks or need a isolated VPS.<br/>Maybe you'll need a autobuild server for your new Ubuntu-based Linux distro for poor country?</p>
<hr>Size can be discussed.<br/>Linux only. (Ubuntu LTS prefered)<br/>Support both IPv4 and IPv6.
<hr>
<a href="#apply" class="btn btn-success lato">Apply Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--/row-->
<div class="row">
<br>
</div>
</div>
<!--/container-->
</section>
<section id="datacenter">
<h1 class="text-center lato">DataCenter</h1>
<div class="container-fluid v-center">
<div class="row">
<div class="col-sm-2 col-sm-offset-2 col-xs-6">
<div class="text-center">
<a href="">
<img style="width:100px;" class="img-circle img-responsive img-thumbnail" src="https://img.icons8.com/doodle/96/null/nature-care.png">
</a>
<h3 class="text-center">Eco Friendly</h3>
</div>
</div>
<div class="col-sm-2 col-xs-6">
<div class="text-center">
<a href="">
<img style="width:100px;" class="img-circle img-responsive img-thumbnail" src="https://img.icons8.com/external-tal-revivo-filled-tal-revivo/96/null/external-new-innovative-ideas-with-rocket-speed-layout-startup-filled-tal-revivo.png">
</a>
<h3 class="text-center">100Gbps Internet Backbone with IPv6</h3>
</div>
</div>
<div class="col-sm-2 col-xs-6">
<div class="text-center">
<a href="">
<img style="width:100px;" class="img-circle img-responsive img-thumbnail" src="https://img.icons8.com/plasticine/100/null/keyhole-shield.png">
</a>
<h3 class="text-center">IDS/IPS and WAF</h3>
</div>
</div>
<div class="col-sm-2 col-xs-6">
<div class="text-center">
<a href="">
<img style="width:100px;" class="img-circle img-responsive img-thumbnail" src="https://img.icons8.com/color/96/null/todo-list--v2.png">
</a>
<h3 class="text-center">24/7 Monitoring</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-2 col-sm-offset-2 col-xs-6">
<div class="text-center">
<a href="">
<img style="width:100px;" class="img-circle img-responsive img-thumbnail" src="https://img.icons8.com/color/96/null/bmo.png">
</a>
<h3 class="text-center">High Performance Server</h3>
</div>
</div>
<div class="col-sm-2 col-xs-6">
<div class="text-center">
<a href="">
<img style="width:100px;" class="img-circle img-responsive img-thumbnail" src="https://img.icons8.com/clouds/100/null/stack.png">
</a>
<h3 class="text-center">High Quality Storage</h3>
</div>
</div>
<div class="col-sm-2 col-xs-6">
<div class="text-center">
<a href="">
<img style="width:100px;" class="img-circle img-responsive img-thumbnail" src="https://img.icons8.com/external-smashingstocks-outline-color-smashing-stocks/66/null/external-Mountains-nature-and-ecology-smashingstocks-outline-color-smashing-stocks.png">
</a>
<h3 class="text-center">Magnificent spectacle beautiful mountain scenery.</h3>
</div>
</div>
<div class="col-sm-2 col-xs-6">
<div class="text-center">
<a href="">
<img style="width:100px;" class="img-circle img-responsive img-thumbnail" src="https://img.icons8.com/color/96/null/smiling-sun.png">
</a>
<h3 class="text-center">665m above and 50km far from the sea, don't worry about any Tsunami</h3>
</div>
</div>
</div>
<!--/row-->
</div>
</section>
<section class="container-fluid" id="project">
<div class="row highlights">
<div class="col-sm-6 col-sm-offset-3 col-md-4 col-md-offset-4">
<h2 class="text-center lato">Project Highlights</h2>
<hr />
<div class="media">
<h3><a href="https://reps.mozilla.org/u/irvin">Irvin Chen</a>, Liaison of <a href="https://moztw.org/">Mozilla Taiwan Community</a></h3>
<div class="media-left">
<img src="//www.gravatar.com/avatar/ef8017874718d997b550aa199dec12e2?s=100">
</div>
<div class="media-body media-middle">
<p>OSSPlanet provides quality VPS and Hosting services, empowering OSS projects such as MozTW Community to better serve our thousands of daily users, minimized the hassle of budget and stability problems.</p>
</div>
</div>
<div class="media">
<h3><a href="https://moztw.org/about/">Peter Chen</a>, L10n Coordinator of <a href="https://moztw.org/">Mozilla Taiwan Community</a></h3>
<div class="media-body media-middle">
<p>OSSPlanet's stable, high-performance VPS hosting service empowers Mozilla Taiwan Community (MozTW) to promote the Mission of openness, innovation & opportunity on the Web.</p>
</div>
<div class="media-right">
<img src="https://en.gravatar.com/userimage/6115/86f3562abfd0d99825b230c07507638e.jpg?size=100">
</div>
</div>
<div class="media">
<h3><a href="https://github.com/MingcongBai">Jeff Bai</a>, Project Manager of <a href="https://aosc.io">AOSC</a></h3>
<div class="media-left">
<img src="images/AOSC-100x100.png">
</div>
<div class="media-body media-middle">
<p>OSSPlanet 长期为 AOSC 提供稳定的计算用虚拟服务器,具有快速的故障响应和处理能力。从此,OSSPlanet 为我们这些学生开发者提供了必要的后台资源,保障 AOSC 发行版项目的开发进程。</p>
</div>
</div>
<div class="media">
<h3><a href="https://xiaoxing.us">Xiaoxing Ye</a>, SysAdmin of <a href="https://aosc.io">AOSC</a></h3>
<div class="media-body media-middle">
<p>AOSC 正在使用 OSSPlanet 所提供的 VPS 服務,包括了編譯及鏡像服務器,讓我們這樣資金緊缺的開源組織不再需要擔心經費問題。同時 OSSPlanet 的服務穩定,使得專案的各類服務不需要憂心 down 機。</p>
</div>
<div class="media-right">
<img src="images/AOSC-100x100.png">
</div>
</div>
<div class="media">
<h3><a href="https://github.com/sitcon-tw">Pellaeon Lin</a>, <a href="https://github.com/sitcon-tw/staff.sitcon.org">SITCON</a> 議程組組長</h3>
<div class="media-left">
<img src="images/pellaeon-100x100.png">
</div>
<div class="media-body media-middle">
<p>Roboconf 是 <a href="https://sitcon.org/">SITCON 學生計算機年會</a>專門開發來用於活動籌辦的系統,由 <a href="https://github.com/rschiang">RSChiang</a> 發起,包含工作人員管理、個人資料收集、議題追蹤、Markdown 文件等功能,並在分開的 branch 維護投稿系統,包含講者資料收集、投稿等功能。OSSPlanet 是穩定、快速的 VPS 服務,讓專案維護者再也不用擔心 hosting 問題!</p>
</div>
</div>
<div class="media">
<h3><a href="https://github.com/cxbii">cxbii</a>, Marketing of <a href="https://github.com/linuxdeepin">deepin</a></h3>
<div class="media-left">
<img src="images/deepin-100x100.jpg">
</div>
<div class="media-body media-middle">
<p><a href="https://www.deepin.org">深度作業系統</a> 是一個致力於為全球用戶提供美觀易用,安全可靠的 Linux 發行版。我們遵循 “自由、開放、分享、協作” 的 <a href="https://wiki.deepin.org/index.php?title=深度科技社区宣言"> 社區理念 </a>,希望與各位合力打造一個更為美好的開源世界。</p>
</div>
</div>
<div class="media">
<h3><a href="https://github.com/PeterDaveHello">Peter Dave Hello</a>, main maintainer of <a href="https://cdnjs.com">CDNJS</a></h3>
<div class="media-body media-middle">
<p>OSSPlanet provides great VPS service with awesome Internet connection quality and professional technical help, open source projects like CDNJS can choose and trust OSSPlanet as their hosting and development platform.</p>
</div>
<div class="media-right">
<img src="https://avatars2.githubusercontent.com/u/637362?v=3&s=100">
</div>
</div>
<div class="media">
<h3><a href="https://github.com/not-my-segfault">Michal S.</a>, Project Lead of <a href="https://getcryst.al">Crystal Linux</a></h3>
<div class="media-body media-middle">
<p>OSSPlanet provides us with fast and effortless package mirroring that gives our users high-speed downloads across the globe. Thank you OSSPlanet!</p>
</div>
<div class="media-right">
<img src="https://gravatar.com/avatar/3e63bb2fe77de7217c57ea5e144d1282?s=100">
</div>
</div>
</div>
</div>
</section>
<section id="apply">
<h1 class="text-center">Apply Now</h1>
<hr>
<div class="container v-center">
<div class="row">
<div class="col-sm-3 pull-right">
<address>
<strong>GitHub</strong><br>
<a href="https://github.com/OSSPlanet/OSSPlanet">OSSPlanet</a>
</address>
<address>
<strong>Email Us</strong><br>
<a href="mailto:[email protected]">[email protected]</a><br>
Backup address:<br>
<a href="mailto:[email protected]">[email protected]</a><br>
<br>
(In case or mail lost, we suggest to send to both)
</address>
</div>
<div class="col-sm-9">
<div class="row form-group">
<h2>Step 1:</h2>
Fill out the following information<br>
<div class="col-sm-4">
Project/Org Name: <input type="text" name="applicant" placeholder="Project/Organization_Name" ng-model="applicant" ng-init="applicant='Project/Organization_Name'"/><br>
</div>
<div class="col-sm-7" ng-init="plan='Mirror'">
Plan:<br>
<div class="col-sm-4">
<input type="radio" name="plan" ng-model="plan" value="Mirror" checked="checked" />Mirror<br>
<input type="radio" name="plan" ng-model="plan" value="VPS" />VPS<br>
</div>
<div class="col-sm-4">
<input type="radio" name="plan" ng-model="plan" value="Web Hosting" />Web Hosting<br>
<input type="radio" name="plan" ng-model="plan" value="Container" />Container<br>
</div>
</div>
</div>
</div>
<div class="col-sm-9">
<div class="row form-group">
<h2>Step 2:</h2>
Subject/Title: <strong>[OSSPlanet] {{ applicant }} Application for {{ plan }} Plan</strong><br>
Copy <a href="https://github.com/OSSPlanet/OSSPlanet/blob/master/application-form.txt"><strong>Application Form Template</strong></a> and <strong>fill it</strong>.<br>
Create issue or send Email:<br>
<ul>
<li>Create issue at <a href="https://github.com/OSSPlanet/OSSPlanet">OSSPlanet GitHub repo</a></li>
<li>Send an email To: <a href="mailto:[email protected],[email protected]?subject=[OSSPlanet]%20{{ applicant }}%20Application%20for%20{{ plan }}%20Plan" style="text-align:center;"><strong>[email protected]</strong> and CC: <strong>[email protected]</strong></a></li>
</ul>
</div>
</div>
<div class="col-sm-9">
<div class="row form-group">
<h3>Examples:</h3>
<div class="col-sm-12">
<ul>
<li><strong>[OSSPlanet] MozTW Application for Web Hosting Plan</strong><br>
Application from Mozilla Taiwan Community, for Web Hosting requirements.<br></li>
<li><strong>[OSSPlanet] AnthonOS Application for VPS Plan</strong><br>
Application from Anthon OS project, for it's main package building server.<br></li>
<li><strong>[OSSPlanet] Deepin Application for Mirror Plan</strong><br>
Application from Deepin Linux project, for country mirror requirements.</li>
</ul>
</div>
</div>
<!--
<div class="row form-group">
<div class="col-sm-3">
<input type="text" class="form-control" id="firstName" name="firstName" placeholder="First Name" required="">
</div>
<div class="col-sm-3">
<input type="text" class="form-control" id="middleName" name="firstName" placeholder="Middle Name" required="">
</div>
<div class="col-sm-4">
<input type="text" class="form-control" id="lastName" name="lastName" placeholder="Last Name" required="">
</div>
</div>
<div class="row form-group">
<div class="col-sm-5">
<input type="email" class="form-control" name="email" placeholder="Email" required="">
</div>
<div class="col-sm-5">
<input type="email" class="form-control" name="phone" placeholder="Phone" required="">
</div>
</div>
<div class="row form-group">
<div class="col-sm-10">
<input type="homepage" class="form-control" placeholder="Website URL" required="">
</div>
</div>
<div class="row form-group">
<div class="col-sm-10">
<button class="btn btn-default btn-lg pull-right">Contact Us</button>
</div>
</div>
-->
</div>
</div>
</div>
</section>
<section class="container-fluid" id="about">
<h1 class="text-center">About Us</h1>
<h2 class="text-center">Just Go Open, I've Got Your Back.</h2>
<div class="container v-center">
<div class="row">
<p class="text-center">
OSSPlanet is an OpenSource-friendly Nonprofit Non-governmental project,<br />
provides high quality <strong>Free</strong> Mirror / Hosting / VPS / Container services for <strong>Open Projects</strong>.<br />
With <strong>Unlimited Outbound traffic</strong>.
</p>
<p class="text-center">
We are open, we love freedom. Sponsoring a lot of projects/organizations, and willing to <em>support yours too</em>!<br />
</p>
<p class="text-center">
Powered by Ubuntu-TW, NCNU, and BlueT. <strong>#JustGoOpen</strong>
</p>
</div>
<!--/row-->
<div class="row">
<div class="col-sm-4 text-center">
<div class="row">
<div class="col-sm-12 text-center">
<div class="panel panel-default slideInLeft animate">
<div class="panel-heading">
<h3>Partner</h3></div>
<div class="panel-body">
<p>
Ubuntu Taiwan LoCo Team<br>
<br>
Ubuntu 臺灣在地推廣組
</p>
<hr>
<a href="https://Ubuntu-TW.org" class="btn btn-danger lato">Know More</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="row">
<div class="col-sm-12 text-center">
<div class="panel panel-default slideInUp animate">
<div class="panel-heading">
<h3>Partner</h3></div>
<div class="panel-body">
<p>
Computer and Network Center of National ChiNan Univertity<br>
國立暨南國際大學 計算機與網路中心
</p>
<hr>
<a href="https://www.cc.ncnu.edu.tw" class="btn btn-success lato">Know More</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="row">
<div class="col-sm-12 text-center">
<div class="panel panel-default slideInRight animate">
<div class="panel-heading">
<h3>Coordinator</h3></div>
<div class="panel-body">
<p>
BlueT - Matthew Lien<br>
<br>
練喆明
</p>
<hr>
<a href="https://Studio.BlueT.org" class="btn btn-primary lato">Know More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--/row-->
<div class="row">
<br>
</div>
</div>
<!--/container-->
</section>
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-3 column">
<h4>Information</h4>
<ul class="nav">
<li><a href="https://ossplanet.net/#plan">Plans</a></li>
<!-- <li><a href="about-us.html">Services</a></li>
<li><a href="about-us.html">Benefits</a></li>
<li><a href="elements.html">Developers</a></li> -->
</ul>
</div>
<div class="col-xs-6 col-md-3 column">
<h4>Follow Us</h4>
<ul class="nav">
<!-- <li><a href="#">Twitter</a></li> -->
<li><a href="https://www.facebook.com/OSSPlanet">Facebook</a></li>
<!-- <li><a href="#">Google+</a></li> -->
<li><a href="https://telegram.me/ossplanet">Telegram</a></li>
<li><a href="https://github.com/OSSPlanet/">GitHub</a></li>
</ul>
</div>
<div class="col-xs-6 col-md-3 column">
<h4>Contact Us</h4>
<ul class="nav">
<li><a href="https://www.facebook.com/OSSPlanet">Like us on Facebook</a></li>
<!-- <li><a href="https://telegram.me/ossplanet">Telegram</a></li> -->
<li><a href="https://github.com/OSSPlanet/">Help us on GitHub</a></li>
<!-- <li><a href="#">Headquarters</a></li>
<li><a href="#">Management</a></li> -->
<li><a href="https://telegram.me/ossplanet">Get Support on Telegram</a></li>
<li><a href="mailto:[email protected],[email protected]?subject=[OSSPlanet] ">Email</a></li>
</ul>
</div>
<div class="col-xs-6 col-md-3 column">
<h4>Customer Service</h4>
<ul class="nav">
<li><a href="https://ossplanet.net/#about">About Us</a></li>
<li><a href="#">Delivery Information</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms & Conditions</a></li>
</ul>
</div>
</div>
<!--/row-->
<p class="text-right">©2015</p>
</div>
</footer>
<div class="scroll-up">
<a href="#"><i class="fa fa-angle-up"></i></a>
</div>
<div id="myModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h2 class="text-center"><img src="//placehold.it/110" class="img-circle"><br>Login</h2>
</div>
<div class="modal-body row">
<h6 class="text-center">COMPLETE THESE FIELDS TO SIGN UP</h6>
<form class="col-md-10 col-md-offset-1 col-xs-12 col-xs-offset-0">
<div class="form-group">
<input type="text" class="form-control input-lg" placeholder="Email">
</div>
<div class="form-group">
<input type="password" class="form-control input-lg" placeholder="Password">
</div>
<div class="form-group">
<button class="btn btn-danger btn-lg btn-block">Sign In</button>
<span class="pull-right"><a href="#">Register</a></span><span><a href="#">Need help?</a></span>
</div>
</form>
</div>
<div class="modal-footer">
<h6 class="text-center"><a href="">Privacy is important to us. Click here to read why.</a></h6>
</div>
</div>
</div>
</div>
<!--scripts loaded here-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>