This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
186 lines (182 loc) · 8.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Project Bitter Winter</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<style>
*[id]:before {
display: block;
content: " ";
margin-top: -75px;
height: 75px;
visibility: hidden;
}
.jumbotron {
background-image: url("/jumbo.png");
image-rendering: optimizeQuality;
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
}
</style>
</head>
<body data-spy="scroll" data-target="#navbar" data-offset="10">
<nav class="navbar sticky-top navbar-expand-sm navbar-dark" style="background-color: #383838;" id="navbar">
<div class="container">
<a class="navbar-brand" href="#">Project Bitter Winter</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarSupportedContent">
<ul class="nav navbar-nav mr-auto nav-pills">
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#open-source">Open Source</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#api">API</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricing">Pricing</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron jumbotron-fluid bg-light mx-auto text-center">
<h1 class="display-3 text-light">Project Bitter Winter</h1>
</div>
<div class="px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
<h1 class="display-4" id="about">About</h1>
<p class="lead">
What our goals are
</p>
</div>
<div class="container">
<p>
Project Bitter Winter aims to connect users to their plugins without the hassle of switching between
seperate webpanels for each. The goal of Bitter Winter is to create a unified webpanel where the end
user can view and manage their plugins with no hastle
</p>
</div>
<div class="px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
<h1 class="display-4" id="open-source">Open Source</h1>
<p class="lead">
Collaborating with the community
</p>
</div>
<div class="container">
<p>
Open source software allows for the comminity to collaborate with us to provide the best, most secure
experience for our users. Open source software also allows for users to change the program to fit their
own needs, and to coloborate on bugfixes which affect them. We hope to give back to the community what
they give to us through distributing the sources of the whole platform on github for all to see and
contribute on.
</p>
</div>
<div class="px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
<h1 class="display-4" id="api">API</h1>
<p class="lead">
Allowing developers to connect with our system
</p>
</div>
<div class="container">
<p>
Our goal is to enable plugin authors to be able to connect their plugins into our framework. In order to
be able to connect into our web framework we provide a free and open source Java API aswell as a REST
API to connect to our framework. Developers can get started at our <a href="/developer">Developer
Portal</a>. The developer APIs will be released before the stable version of the framework in order
to provide a buffer of preconnected plugins for users to use right off the bat
</p>
</div>
<div class="px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
<h1 class="display-4" id="pricing">Pricing</h1>
<p class="lead">
Choose the tier that fits your needs
</p>
<div class="alert alert-dark container" role="alert">
<h4 class="alert-heading">NOTICE!</h4>
<p>This product is not for sale nor for pre-order</p>
<hr>
<p class="mb-0">
Project Bitter Winter is still under development and these are only example tiers
</p>
</div>
</div>
<div class="container">
<div class="card-deck mb-3 text-center">
<div class="card mb-4 shadow-sm">
<div class="card-header">
<div class="my-0 font-weight-normal">Community</div>
</div>
<div class="card-body">
<h1 class="card-title">$0 <small class="text-muted">/ mo</small></h1>
<p class="lead">
For community servers
</p>
<ul class="list-unstyled mt-3 mb-4">
<li>All Extentions</li>
<li>Community Webpanel</li>
<li>Email support</li>
</ul>
<button type="button" class="btn btn-lg btn-block btn-outline-primary" disabled>Sign up for
free</button>
</div>
</div>
<div class="card mb-4 shadow-sm">
<div class="card-header">
<div class="my-0 font-weight-normal">Premium</div>
</div>
<div class="card-body">
<h1 class="card-title">$10 <small class="text-muted">/ mo</small></h1>
<p class="lead">
For large communities
</p>
<ul class="list-unstyled mt-3 mb-4">
<li>All Extentions</li>
<li>Dedicated 1G of storage</li>
<li>Priority email support</li>
</ul>
<button type="button" class="btn btn-lg btn-block btn-primary" disabled>Get started</button>
</div>
</div>
<div class="card mb-4 shadow-sm">
<div class="card-header">
<div class="my-0 font-weight-normal">Host Provider</div>
</div>
<div class="card-body">
<h1 class="card-title">$30 <small class="text-muted">/ mo</small></h1>
<p class="lead">
For server hosts
</p>
<ul class="list-unstyled mt-3 mb-4">
<li>Custom webpanel</li>
<li>Custom host</li>
<li>Phone and email support</li>
</ul>
<button type="button" class="btn btn-lg btn-block btn-primary" disabled>Contact us</button>
</div>
</div>
</div>
</div>
<!-- More bootstrap -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
</body>
</html>