Skip to content

Commit 679814a

Browse files
committed
Added Allo and Seward Visitors Bureau Logo
1 parent 6e2fa1b commit 679814a

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed
Loading
Loading

src/pages/specials/tech-builders-challenge.astro

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import SCCLogo from "../../assets/specials/tech-builders-challenge/scc-logo.jpg"
66
import SewardCountyLogo from "../../assets/specials/tech-builders-challenge/seward-county-logo.png";
77
import SewardPublicLogo from "../../assets/specials/tech-builders-challenge/seward-public-logo.png";
88
import Jtop1 from "../../assets/specials/tech-builders-challenge/jtop-1.jpg";
9+
import AlloLogo from "../../assets/specials/tech-builders-challenge/allo-logo.png";
10+
import SewardVistorsBureauLogo from "../../assets/specials/tech-builders-challenge/seward-visitors-bureau.png";
911
import { Image } from "astro:assets";
1012
---
1113

@@ -64,7 +66,7 @@ import { Image } from "astro:assets";
6466
A partnership between
6567
</h2>
6668
<div
67-
class="mx-auto mt-10 grid max-w-lg grid-cols-4 items-center gap-x-8 gap-y-10 sm:max-w-xl sm:grid-cols-6 sm:gap-x-10 lg:mx-0 lg:max-w-none lg:grid-cols-4"
69+
class="mx-auto mt-10 grid max-w-lg grid-cols-3 items-center gap-x-8 gap-y-10 sm:max-w-xl sm:grid-cols-6 sm:gap-x-10 lg:mx-0 lg:max-w-none lg:grid-cols-3"
6870
>
6971
<Image
7072
loading="eager"
@@ -90,6 +92,22 @@ import { Image } from "astro:assets";
9092
height={48}
9193
class="col-span-2 max-h-12 w-full object-contain lg:col-span-1"
9294
/>
95+
<Image
96+
loading="eager"
97+
src={SewardVistorsBureauLogo}
98+
alt="Seward Visitor's Bureau"
99+
width={158}
100+
height={48}
101+
class="col-span-2 max-h-12 w-full object-contain lg:col-span-1"
102+
/>
103+
<Image
104+
loading="eager"
105+
src={AlloLogo}
106+
alt="Allo"
107+
width={158}
108+
height={48}
109+
class="col-span-2 max-h-12 w-full object-contain lg:col-span-1"
110+
/>
93111
<Image
94112
loading="eager"
95113
src={SewardPublicLogo}

0 commit comments

Comments
 (0)