Skip to content

Commit 0edb03c

Browse files
committed
feat: add sponsors section
1 parent 739adef commit 0edb03c

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed
Lines changed: 6 additions & 0 deletions
Loading

index.html

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,64 @@ <h3 class="fs-2 text-body-emphasis">Theme support</h3>
285285
</div>
286286
</div>
287287
<div class="pb-sm-3 pb-5"><span></span></div>
288+
289+
<!-- Sponsors Section -->
290+
<div class="container py-5">
291+
<div class="row align-items-center mb-5">
292+
<div class="col-lg-4">
293+
<h2 class="fw-bold mb-3">Sponsors</h2>
294+
<p class="text-secondary mb-4">
295+
Companies that support Blueprint's open-source development.
296+
</p>
297+
<a href="https://hcb.hackclub.com/donations/start/blueprint">
298+
<button class="btn bg-body-tertiary px-4 rounded-pill placeholder-wave">
299+
Become a sponsor
300+
</button>
301+
</a>
302+
</div>
303+
304+
<div class="col-lg-8">
305+
<div class="row row-cols-2 row-cols-md-3 g-4">
306+
<!-- Sponsor Slots -->
307+
<div class="col">
308+
<a href="https://ultraservers.com" rel="noopener noreferrer" target="_blank">
309+
<div class="p-4 rounded-3 bg-dark-subtle d-flex align-items-center justify-content-center" style="height: 120px;">
310+
<img src="/.assets/sponsors/ultraservers-icon.svg" alt="Sponsor" class="img-fluid invert-light" style="max-height: 50px;"/>
311+
</div>
312+
</a>
313+
</div>
314+
315+
<div class="col">
316+
<div class="p-4 rounded-3 border border-secondary border-opacity-25 d-flex align-items-center justify-content-center" style="height: 120px;">
317+
<span class="text-secondary">
318+
<i class="bi bi-plus fs-2 opacity-50"></i>
319+
</span>
320+
</div>
321+
</div>
322+
323+
<div class="col">
324+
<div class="p-4 rounded-3 border border-secondary border-opacity-25 d-flex align-items-center justify-content-center" style="height: 120px;">
325+
<span class="text-secondary">
326+
<i class="bi bi-plus fs-2 opacity-50"></i>
327+
</span>
328+
</div>
329+
</div>
330+
</div>
331+
</div>
332+
</div>
333+
334+
<div class="border-top border-secondary border-opacity-25 pt-4 mt-4">
335+
<p class="text-secondary small">
336+
Interested in corporate sponsorship? Email <code>byte@blueprint.zip</code> to discuss opportunities.
337+
</p>
338+
</div>
339+
</div>
288340

289341
<!-- Screenshot with hero -->
290342
<div class="container my-5 mt-5">
291343
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center rounded-3 border shadow-lg">
292344
<div class="col-lg-7 p-3 p-lg-5 pt-lg-3">
293-
<h1 class="display-5 fw-bold lh-1 text-body-emphasis mb-4">Write and manage modifications, faster.</h1>
345+
<h1 class="display-5 fw-medium lh-1 text-body-emphasis mb-4">Write and manage modifications, faster.</h1>
294346
<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>
295347
<div class="d-grid gap-2 d-md-flex justify-content-md-start mb-4 mb-lg-3 mt-4">
296348
<a href="/docs"><button type="button" class="btn btn-primary btn-lg px-4 me-md-2 rounded-pill">Documentation</button></a>

0 commit comments

Comments
 (0)