8000 docs: add sponsor · StupidHackTH/6@7a0d8ca · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
docs: add sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
chayapatr committed Jul 2, 2022
1 parent 1cc7e7e commit 7a0d8ca
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
Binary file added public/images/sponsors/fastwork.webp
Binary file not shown.
Binary file added public/images/sponsors/original/fastwork.png
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 public/images/sponsors/original/rayriffy.png
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 public/images/sponsors/rayriffy.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Components/Nav.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<nav class="flex flex-row justify-center p-2 w-full gap-3 sm:p-6 sm:gap-4 sm:mb-2">
<h4><a href="#about">About</a></h4>
<h4><a href="#tickets">Tickets</a></h4>
<h4><a href="#sponsors">Supports</a></h4>
<h4><a href="#tickets">Tickets</a></h4>
</nav>

<style>
Expand Down
13 changes: 11 additions & 2 deletions src/data/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,21 @@ export const sponsors = [
},
{
name: "Sunday Ins.",
href: "https://easysunday.com/",
href: "https://easysunday.com",
imgSrc: "images/sponsors/sunday.webp",
},{
name: "Microsoft",
href: "https://http://microsoft.com",
href: "http://microsoft.com",
imgSrc: "images/sponsors/microsoft.webp",
},
{
name: "Fastwork",
href: "https://fastwork.co",
imgSrc: "images/sponsors/fastwork.webp",
},{
name: "Rayriffy",
href: "http://rayriffy.com",
imgSrc: "images/sponsors/rayriffy.webp",
}
];

Expand Down

0 comments on commit 7a0d8ca

Please sign in to comment.
0