Skip to content

Commit

Permalink
Marathon
Browse files Browse the repository at this point in the history
  • Loading branch information
1kevgriff committed Mar 10, 2024
1 parent 19a8f64 commit 4418107
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Binary file added src/assets/sponsors/marathon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { Image } from "astro:assets";
import logo from "../assets/logo.png";
import headerImage from "../assets/header-image.png";
import cfsponsors from "../assets/sponsorship.png";
import logoMarathon from "../assets/sponsors/marathon.png";
---

<html lang="en">
Expand Down Expand Up @@ -45,7 +47,7 @@ import cfsponsors from "../assets/sponsorship.png";

<div
id="topLinkBar"
class="fixed top-0 w-full bg-gray-800 text-white z-1000 opacity-0 transition-opacity duration-500"
class="fixed top-0 w-full bg-gray-800 text-white z-50 opacity-0 transition-opacity duration-500"
>
<nav class="flex justify-around p-4">
<a class="hover:text-blue-500" href="#about">About</a>
Expand Down Expand Up @@ -171,6 +173,11 @@ import cfsponsors from "../assets/sponsorship.png";
<h2 class="text-2xl font-bold" id="sponsors">Sponsors</h2>
</div>
<div class="flex-1">
<p class="mb-5">Thank you so much to our sponsors!</p>
<a href="https://marathonus.com" target="_blank">
<Image src={logoMarathon} alt="Marathon Consulting" />
</a>
<hr class="border-t border-gray-500 my-4 mx" />
<p>
Our <a
href="https://drive.google.com/file/u/5/d/1Pt1AwixVbP1C9HceFoaE28HB6f2MbH3P/view?usp=drive_link"
Expand Down

0 comments on commit 4418107

Please sign in to comment.