Skip to content

Commit

Permalink
logos
Browse files Browse the repository at this point in the history
  • Loading branch information
1kevgriff committed May 14, 2024
1 parent b9d8360 commit e9c0b50
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Binary file added src/assets/sponsors/appwrite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/sponsors/appwrite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/sponsors/yellowdog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ import logoNTG from "../assets/sponsors/ntg.png";
import logoCustomInk from "../assets/sponsors/custom_ink.svg";
import logoCastleRock from "../assets/sponsors/castle_rock.svg";
import logoDecisions from "../assets/sponsors/decisions.svg";
import logoAppwrite from "../assets/sponsors/appwrite.svg";
import logoYellowDog from "../assets/sponsors/yellowdog.png";
---

<html lang="en">
Expand Down Expand Up @@ -225,6 +228,12 @@ import logoDecisions from "../assets/sponsors/decisions.svg";
</a>
</div>
<hr class="border-t border-gray-500 my-4 mx" />
<div class="my-5">
<a href="https://yellowdogsoftware.com" target="_blank">
<Image src={logoYellowDog} alt="Yellow Dog" />
</a>
</div>
<hr class="border-t border-gray-500 my-4 mx" />
<div class="my-5">
<a href="https://gotechark.com" target="_blank">
<Image src={logoTechArk} alt="TechArk" />
Expand Down Expand Up @@ -255,6 +264,12 @@ import logoDecisions from "../assets/sponsors/decisions.svg";
</a>
</div>
<hr class="border-t border-gray-500 my-4 mx" />
<div class="my-5 flex justify-center">
<a href="https://appwrite.io" target="_blank">
<Image src={logoAppwrite} alt="Appwrite" />
</a>
</div>
<hr class="border-t border-gray-500 my-4 mx" />
<p class="text-center">
Our <a
href="https://drive.google.com/file/u/5/d/1Pt1AwixVbP1C9HceFoaE28HB6f2MbH3P/view?usp=drive_link"
Expand Down

0 comments on commit e9c0b50

Please sign in to comment.