-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
149 lines (134 loc) · 6.18 KB
/
index.html
File metadata and controls
149 lines (134 loc) · 6.18 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
---
layout: default
title: The Smart Chioce
---
<div>
<!-- Carousel -->
<div id="templatemo-carousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#templatemo-carousel" data-slide-to="0" class="active"></li>
<li data-target="#templatemo-carousel" data-slide-to="1"></li>
<li data-target="#templatemo-carousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<div class="container">
<div class="carousel-caption">
<h1>Welcome to Neptune</h1>
<p><a class="btn btn-lg btn-green"
href="https://www.jamierocks.uk/p/introducing-neptunepowered" role="button"
style="margin: 20px;">Introducing NeptunePowered</a>
<a class="btn btn-lg btn-orange" href="https://github.com/NeptunePowered" role="button">Source
Code</a></p>
</div>
</div>
</div>
<div class="item">
<div class="container">
<div class="carousel-caption">
<div class="col-sm-6 col-md-6">
<h1>What is Neptune?</h1>
<p>Neptune is an implementation of CanaryLib for 'vanilla' Minecraft.. It aims to be the
best and most lightweight implementation of CanaryLib.</p>
</div>
<div class="col-sm-6 col-md-6">
<h1>What about CanaryMod?</h1>
<p>We think that CanaryLib is a fantastic API, and felt the current implementation
inadequately matches. We plan to make Neptune the fastest and most lightweight
implementation available.</p>
</div>
</div>
</div>
</div>
<div class="item">
<div class="container">
<div class="carousel-caption">
<h1>Join the Discussion</h1>
<p></p>
<h1>Join us at #neptune on irc.esper.net</h1>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="index.html#templatemo-carousel" data-slide="prev"><span
class="glyphicon glyphicon-chevron-left"></span></a>
<a class="right carousel-control" href="index.html#templatemo-carousel" data-slide="next"><span
class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>
<div class="templatemo-welcome" id="templatemo-welcome">
<div class="container">
<div class="templatemo-slogan text-center"><span class="txt_orange">Neptune</span>
<p class="txt_slogan"><i>When you want choice.</i></p>
</div>
</div>
</div>
<div class="templatemo-service">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="templatemo-service-item">
<div>
<img src="/images/open.svg" alt="icon"/>
<span class="templatemo-service-item-header">Truly Open Source</span>
</div>
<p>Neptune's code is open source and freely available on GitHub.</p>
<div class="text-center">
<a href="https://github.com/NeptunePowered"
class="templatemo-btn-read-more btn btn-orange">GITHUB</a>
</div>
<br class="clearfix"/>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-4">
<div class="templatemo-service-item">
<div>
<img src="/images/leaf.png" width="256" height="256" alt="icon"/>
<span class="templatemo-service-item-header">Lightweight</span>
</div>
<p>Neptune is designed to be as lightweight as possible, without losing power.</p>
<div class="text-center">
<a href="https://www.jamierocks.uk/introducing-neptune/"
class="templatemo-btn-read-more btn btn-orange">INTRODUCING NEPTUNE</a>
</div>
<br class="clearfix"/>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-4">
<div class="templatemo-service-item">
<div>
<img src="/images/heart.png" width="256" height="256" alt="icon"/>
<span class="templatemo-service-item-header">Mature API</span>
</div>
<p>Implementing CanaryLib, you have an incredibly powerful API at your disposal.</p>
<div class="text-center">
<a href="https://github.com/CanaryModTeam/CanaryLib"
class="templatemo-btn-read-more btn btn-orange">CANARYLIB</a>
</div>
<br class="clearfix"/>
</div>
<br class="clearfix"/>
</div>
</div>
</div>
</div>
<div class="templatemo-service">
<div class="container">
<h2>Backed by...</h2>
<div class="row">
<div class="col-md-4">
<div class="templatemo-service-item">
<a href="https://nodecraft.com/r/neptune">
<img src="https://nodecraft.com/assets/images/logo/large-horizontal.png" alt="icon"
width="100%"/>
</a>
<p>Providing high performance game servers.</p>
<p>Use the discount code: <code>neptune</code>. To recieve 15% off your first month.</p>
</div>
</div>
</div>
</div>
</div>