-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
280 lines (260 loc) · 17 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Blueprint</title>
<link href="./.modules/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="./.modules/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="./.modules/global/global.css" rel="stylesheet">
<link href="./index.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<!-- Social Embeds -->
<meta property="theme-color" content="#4642f5">
<meta property="og:title" content="blueprint.zip">
<meta property="og:description" content="Powerful, fast and developer-friendly extension framework for Pterodactyl. Utilize extension APIs, inject HTML, modify stylesheets, package extensions and so much more.">
<meta property="og:url" content="https://blueprint.zip">
<meta property="og:image" content="/.assets/brand/og.jpg">
<meta property="og:type" content="website">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://blueprint.zip">
<meta property="twitter:title" content="blueprint.zip">
<meta property="twitter:description" content="Powerful, fast and developer-friendly extension framework for Pterodactyl. Utilize extension APIs, inject HTML, modify stylesheets, package extensions and so much more.">
<meta property="twitter:image" content="/.assets/brand/og.jpg">
<!-- Plausible -->
<script defer data-domain="blueprint.zip" src="https://plausible.prpl.wtf/js/script.js"></script>
</head>
<body data-bs-theme="dark">
<!-- Desktop Navbar -->
<!--<div class="p-2 d-lg-inline d-none"></div>-->
<header class="p-3 mb-3 border-bottom fixed-top d-lg-inline d-none blueprint-navbar">
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
<a href="." class="d-flex align-items-center mb-2 me-2 mb-lg-0 link-body-emphasis text-decoration-none">
<img src="./.assets/brand/logo.jpg" width="35" height="35" class="rounded-3" alt="" />
</a>
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
<li><a href="." class="nav-link px-2 link-secondary">Home</a></li>
<li><a href="./browse" class="nav-link px-2 link-body-emphasis">Browse</a></li>
<li><a href="./docs" class="nav-link px-2 link-body-emphasis">Documentation</a></li>
</ul>
<ul class="navbar-nav flex-row flex-wrap ms-md-auto">
<li class="nav-item me-1 ms-1"><a class="nav-link px-1 nav-svg" href="https://bsky.app/profile/blueprint.zip"><img src="./.assets/storage/icons/bluesky.svg"/></a></li>
<li class="nav-item me-1 ms-1 py-1"><a class="nav-link px-1" href="https://discord.gg/CUwHwv6xRe"><i class="bi bi-discord"></i></a></li>
<li class="nav-item me-1 ms-1 py-1"><a class="nav-link px-1" href="https://github.com/BlueprintFramework"><i class="bi bi-github"></i></a></li>
<li class="nav-item py-2 py-lg-1 col-12 col-lg-auto">
<div class="vr d-none d-lg-flex h-100 mx-lg-2 text-white"></div>
<hr class="d-lg-none my-2 text-white-50">
</li>
<li class="nav-item dropdown">
<button class="btn btn-link nav-link py-2 px-0 px-lg-2 dropdown-toggle d-flex align-items-center" id="bd-theme" type="button" aria-expanded="false" data-bs-toggle="dropdown" data-bs-display="static" aria-label="Toggle theme (dark)">
<i class="bi bi-moon-stars-fill my-1 theme-icon-active"></i>
<span class="d-lg-none ms-2" id="bd-theme-text">Toggle theme</span>
</button>
<ul class="dropdown-menu dropdown-menu-end position-absolute gap-1 p-2 rounded-3 mx-0 border-0 shadow w-220px" aria-labelledby="bd-theme-text">
<li><button type="button" class="theme-switcher-btn dropdown-item rounded-2 d-flex align-items-center" data-bs-theme-value="light" aria-pressed="false"><i class="bi bi-sun-fill me-2 opacity-50"></i> Light</button></li>
<li><button type="button" class="theme-switcher-btn dropdown-item rounded-2 d-flex align-items-center active" data-bs-theme-value="dark" aria-pressed="true"><i class="bi bi-moon-stars-fill me-2 opacity-50"></i> Dark</button></li>
<li><button type="button" class="theme-switcher-btn dropdown-item rounded-2 d-flex align-items-center" data-bs-theme-value="auto" aria-pressed="false"><i class="bi bi-circle-half me-2 opacity-50"></i> Auto</button></li>
</ul>
</li>
</ul>
</div>
</div>
</header>
<!-- Mobile/Tablet Navbar -->
<!--<div class="p-2 d-lg-none d-inline"></div>-->
<nav class="navbar fixed-top d-lg-none d-inline blueprint-navbar-mobile">
<div class="container-fluid">
<a href="." class="d-flex align-items-center mb-2 me-2 mt-2 mb-lg-0 link-body-emphasis text-decoration-none"><img src="./.assets/brand/logo.jpg" width="40" height="40" class="rounded-3" alt="" /></a>
<div class="dropdown">
<button class="btn btn-secondary bg-dark-subtle border-0 nav-dropdown-btn" type="button" data-bs-toggle="dropdown" aria-expanded="false">
<span class="navbar-toggler-icon"></span>
</button>
<ul class="dropdown-menu dropdown-menu-end gap-1 p-2 rounded-3 mx-0 border-0 shadow w-220px">
<li><a class="dropdown-item rounded-2 disabled" href=".">Home</a></li>
<li><a class="dropdown-item rounded-2" href="./browse">Browse</a></li>
<li><a class="dropdown-item rounded-2" href="./docs">Documentation</a></li>
<li>
<hr class="dropdown-divider">
</li>
<div class="mobile-theme-switcher">
<a href="javascript:void" class="dropdown-item rounded-2 mobile-theme-switcher-btn" data-bs-theme-value="light"><i class="bi bi-sun-fill opacity-50"></i></a>
<a href="javascript:void" class="dropdown-item rounded-2 mobile-theme-switcher-btn" data-bs-theme-value="dark"><i class="bi bi-moon-stars-fill opacity-50"></i></a>
<a href="javascript:void" class="dropdown-item rounded-2 mobile-theme-switcher-btn" data-bs-theme-value="auto"><i class="bi bi-circle-half opacity-50"></i></a>
</div>
</ul>
</div>
</div>
</nav>
<!-- Content -->
<!-- Hero -->
<div class="bp-grid">
<div class="px-4 mb-5 text-center bp-hero">
<img class="d-block mx-auto mb-3 rounded-5 invert-light" src="./.assets/brand/logoTransparent.png" alt="" width="85" height="85">
<h1 class="col-lg-7 mx-auto display-4 fw-bold text-body-emphasis width-800">Build powerful themes and extensions with Blueprint.</h1>
<div class="col-lg-6 mx-auto">
<p class="lead my-3 mx-auto width-800">
Powerful, fast and developer-friendly extension framework for Pterodactyl. Utilize extension APIs, inject HTML, modify stylesheets, package extensions and so much more.
</p>
<div class="d-grid gap-2 d-sm-flex my-2 justify-content-sm-center">
<a href="./docs?page=getting-started/Installation"><button type="button" class="btn btn-dark bg-body-tertiary btn-lg px-4 gap-3 me-1 dl-btn">Get started <i class="bi bi-arrow-right"></i></button></a>
<a href="https://github.com/blueprintframework/framework"><button type="button" class="btn btn-dark btn-lg px-4 ms-1 star-button"><i class="bi bi-star-fill me-1"></i> Star on GitHub!</button></a>
</div>
</div>
</div>
</div>
<!-- Screenshot -->
<a name="learnmore"></a>
<div class="px-4 pt-5 my-5 text-center border-bottom">
<div class="overflow-hidden bp-screenshot-cutoff" style="max-height: 30vh;">
<div class="container px-1">
<img src="./.assets/storage/misc/png/9.png" class="img-fluid border rounded-3 shadow-lg mb-4" alt="Admin Screenshot" loading="lazy" width="700" height="500">
</div>
</div>
</div>
<!-- Extensions -->
<div class="container my-5 mt-5 d-none d-lg-block">
<div class="row">
<div class="col-7">
<div style="padding-top:75px;">
<h1 class="display-5 fw-bold lh-1 text-body-emphasis mb-4 mt-5">Explore modifications built with Blueprint.</h1>
<p class="lead">Find new and established extensions and themes on the extension browse page.</p>
<a href="./browse/?1=n" class="icon-link me-3">
Extensions
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
<a href="./browse/?2=n" class="icon-link">
Themes
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
</div>
</div>
<div class="col-5">
<img src="./.assets/storage/misc/png/12.png" width="400" class="d-block ms-auto my-auto"/>
</div>
</div>
</div>
<!-- Features overview -->
<div class="container">
<div class="row g-4 pb-5 pt-5 pt-sm-5 pt-lg-0 row-cols-1 row-cols-lg-3">
<div class="feature col">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-body-tertiary fs-2 mb-3 rounded-4 border">
<i class="bi bi-puzzle-fill me-3 ms-3 mt-3 mb-3 invert-light"></i>
</div>
<h3 class="fs-2 text-body-emphasis">Extensions</h3>
<p>Browse from a growing library of free, open source and paid extensions.</p>
<a href="./browse" class="icon-link">
Browse extensions
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
</div>
<div class="feature col pt-5 pt-xs-5 pt-sm-5 pt-lg-0">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-body-tertiary fs-2 mb-3 rounded-4 border">
<i class="bi bi-book me-3 ms-3 mt-3 mb-3 invert-light"></i>
</div>
<h3 class="fs-2 text-body-emphasis">Documentation</h3>
<p>Learn to build extensions with step-by-step guides and refer to documentation of Blueprint's features and extension APIs.</p>
<a href="./docs" class="icon-link">
Read more
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
</div>
<div class="feature col pt-5 pt-sm-5 pt-lg-0">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-body-tertiary fs-2 mb-3 rounded-4 border">
<i class="bi bi-braces-asterisk me-3 ms-3 mt-3 mb-3 invert-light"></i>
</div>
<h3 class="fs-2 text-body-emphasis">Open source</h3>
<p>Blueprint is Free and Open Source Software (FOSS). Anyone is free to use, study and modify the framework's source code.</p>
<a href="https://github.com/BlueprintFramework" class="icon-link">
GitHub
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
</div>
<div class="feature col pt-2 pt-xs-2 pt-sm-2 pt-lg-0">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-body-tertiary fs-2 mb-3 mt-5 rounded-4 border">
<i class="bi bi-hearts me-3 ms-3 mt-3 mb-3 invert-light"></i>
</div>
<h3 class="fs-2 text-body-emphasis">Donation-funded</h3>
<p>People just like you fund future development for Blueprint by donating and purchasing extensions.</p>
<a href="https://github.com/sponsors/prplwtf" class="icon-link">
Donate
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
</div>
<!-- Desktop only -->
<div class="feature col d-lg-inline d-none">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-body-tertiary fs-2 mb-3 mt-5 rounded-4 border">
<i class="bi bi-compass me-3 ms-3 mt-3 mb-3 invert-light"></i>
</div>
<h3 class="fs-2 text-body-emphasis">Beginner-friendly</h3>
<p>Both installing and developing extensions is made to be less complicated than conventional methods.</p>
<a href="./docs?page=getting-started/Installation" class="icon-link">
Install Blueprint
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
</div>
<div class="feature col d-lg-inline d-none">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-body-tertiary fs-2 mb-3 mt-5 rounded-4 border">
<i class="bi bi-palette2 me-3 ms-3 mt-3 mb-3 invert-light"></i>
</div>
<h3 class="fs-2 text-body-emphasis">Theme support</h3>
<p>Extensions can ship with custom stylesheets to theme your Pterodactyl panel with.</p>
<a href="./browse/?2=n&1=y" class="icon-link">
Browse themes
<i class="bi bi-chevron-right" style="padding-top: 2px; font-size: 1em; height: 1.2em; width: 1em;"></i>
</a>
</div>
</div>
</div>
<div class="pb-sm-3 pb-5"><span></span></div>
<!-- Screenshot with hero -->
<div class="container my-5 mt-5">
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center rounded-3 border shadow-lg">
<div class="col-lg-7 p-3 p-lg-5 pt-lg-3">
<h1 class="display-5 fw-bold lh-1 text-body-emphasis mb-4">Write and manage modifications, faster.</h1>
<p class="lead">We aim to create a community of new and experienced developers being able to write easy to install and versatile extensions with up-to-date documentation, guides and developer tools.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start mb-4 mb-lg-3 mt-4">
<a href="./docs"><button type="button" class="btn btn-primary btn-lg px-4 me-md-2 fw-bold">Documentation</button></a>
<a href="./browse"><button type="button" class="btn btn-outline-secondary btn-lg px-4">Extensions</button></a>
</div>
</div>
<div class="col-lg-4 offset-lg-1 p-0 overflow-hidden shadow-lg">
<img class="rounded-4 d-lg-inline d-none" src="./.assets/storage/misc/png/1.png" alt="" width="720">
</div>
</div>
</div>
<!-- Footer -->
<div class="container">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<div class="col-md-4 d-flex align-items-center">
<a href="." class="mb-3 me-2 mb-md-0 text-body-secondary text-decoration-none lh-1">
<svg viewBox="0 0 500 500" class="text-body-secondary" xmlns="http://www.w3.org/2000/svg" width="30" height="24" fill="currentColor">
<rect x="0" y="166.6666" width="166.6666" height="166.6666"/>
<rect x="166.6666" y="0" width="166.6666" height="166.6666"/>
<rect x="166.6666" y="333.3332" width="166.667" height="166.6666"/>
<rect x="333.3332" y="166.6666" width="166.667" height="333.3332"/>
</svg>
</a>
<span class="mb-3 mb-md-0 text-body-secondary">© 2023-2024 Emma (<a href="https://prpl.wtf" class="text-body-secondary" target="_blank">prpl.wtf</a>)</span>
</div>
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
<li class="ms-3"><a class="text-body-secondary" href="https://discord.gg/CUwHwv6xRe"><i class="bi bi-discord" width="24" height="24"></i></a></li>
<li class="ms-3"><a class="text-body-secondary" href="https://github.com/BlueprintFramework"><i class="bi bi-github" width="24" height="24"></i></a></li>
<li class="ms-3"><a class="text-body-secondary" href="https://github.com/sponsors/prplwtf"><i class="bi bi-chat-right-heart-fill" width="24" height="24"></i></a></li>
</ul>
</footer>
</div>
<div id="social-push">
<div>
<p>
<b>Become part of Blueprint's Discord community</b> and be one of the first to get notified about new extension releases and framework updates.
</p>
<a href="https://discord.gg/CUwHwv6xRe" class="link-underline link-underline-opacity-0 me-3"><i class="bi bi-discord me-1"></i> Join the community</a>
<a href="javascript:void" onclick="dismissSocial()" class="link-underline link-underline-opacity-0 pe-pointer text-secondary"><i class="bi bi-x-lg me-1"></i> Close</a>
</div>
</div>
<script src="./.modules/bootstrap/js/bootstrap.bundle.js"></script>
<script src="./.modules/bootstrap/etc/theme-switcher.js"></script>
<script src="./.modules/global/global.js"></script>
</body>
</html>