feat: Add donors section
All checks were successful
Build Docker / Build Image (push) Successful in 18s
All checks were successful
Build Docker / Build Image (push) Successful in 18s
This commit is contained in:
@@ -28,6 +28,7 @@ Claim a free Handshake domain">
|
||||
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&display=swap">
|
||||
<link rel="stylesheet" href="assets/fonts/material-icons.min.css">
|
||||
<link rel="stylesheet" href="assets/css/styles.min.css">
|
||||
</head>
|
||||
|
||||
<body style="background: rgb(39,38,46);">
|
||||
@@ -91,6 +92,50 @@ Claim a free Handshake domain">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<div class="container py-4 py-xl-5">
|
||||
<div class="row mb-4 mb-lg-5">
|
||||
<div class="col-md-8 col-xl-6 text-center mx-auto">
|
||||
<h2>Generous contributors to the project</h2>
|
||||
<p class="w-lg-50">Thanks to these donors for supporting the faucet</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row gy-4 row-cols-2 row-cols-md-4">
|
||||
<div class="col">
|
||||
<div class="card border-0 shadow-none">
|
||||
<div class="card-body text-center d-flex flex-column align-items-center p-0"><img class="rounded-circle mb-3 fit-cover" width="130" height="130" src="assets/img/team/nathanwoodburn.webp">
|
||||
<h5 class="fw-bold text-primary card-title mb-0"><strong>Nathan.Woodburn/</strong></h5>
|
||||
<p class="text-muted card-text mb-2">Initial project creation and funding</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="card border-0 shadow-none">
|
||||
<div class="card-body text-center d-flex flex-column align-items-center p-0"><img class="rounded-circle mb-3 fit-cover" width="130" height="130" src="assets/img/favicon.svg">
|
||||
<h5 class="fw-bold text-primary card-title mb-0"><strong>John Smith</strong></h5>
|
||||
<p class="text-muted card-text mb-2">Donate to put your name here</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="card border-0 shadow-none">
|
||||
<div class="card-body text-center d-flex flex-column align-items-center p-0"><img class="rounded-circle mb-3 fit-cover" width="130" height="130" src="assets/img/favicon.svg">
|
||||
<h5 class="fw-bold text-primary card-title mb-0"><strong>John Smith</strong></h5>
|
||||
<p class="text-muted card-text mb-2">Donate to put your name here</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="card border-0 shadow-none">
|
||||
<div class="card-body text-center d-flex flex-column align-items-center p-0"><img class="rounded-circle mb-3 fit-cover" width="130" height="130" src="assets/img/favicon.svg">
|
||||
<h5 class="fw-bold text-primary card-title mb-0"><strong>John Smith</strong></h5>
|
||||
<p class="text-muted card-text mb-2">Donate to put your name here</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="bg-dark">
|
||||
<div class="container py-4 py-lg-5">
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user