Skip to content

Commit

Permalink
Add a section listing companies that provide sponsored services to us.
Browse files Browse the repository at this point in the history
Closes #2.
  • Loading branch information
alexrp committed Jun 18, 2024
1 parent a20ffef commit b0863dc
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gitbook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,57 @@ <h5 class="card-title text-white my-2">
</div>
</div>
</div>

<hr />

<h2 class="text-center mb-3">
Benefactors
</h2>

<div class="row mb-3">
<p class="card-text">
The following companies are graciously providing their services to us for free as part of
their open source sponsorship plans.
</p>
</div>

<div class="row">
<div class="col-md-4">
<div class="card h-100">
<div class="card-header text-center h-100">
<a href="https://www.gitbook.com"
title="GitBook">
<img class="card-img-top my-2"
style="width: 7rem;"
src="gitbook.svg"
alt="GitBook" />

<h5 class="card-title text-white my-2">
GitBook
</h5>
</a>
</div>
</div>
</div>

<div class="col-md-4">
<div class="card h-100">
<div class="card-header text-center h-100">
<a href="https://zulip.com"
title="Zulip">
<img class="card-img-top my-2"
style="width: 7rem;"
src="zulip.svg"
alt="Zulip" />

<h5 class="card-title text-white my-2">
Zulip
</h5>
</a>
</div>
</div>
</div>
</div>
</div>
</main>

Expand Down
13 changes: 13 additions & 0 deletions zulip.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b0863dc

Please sign in to comment.