File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
assets/specials/tech-builders-challenge Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ import SCCLogo from "../../assets/specials/tech-builders-challenge/scc-logo.jpg"
6
6
import SewardCountyLogo from " ../../assets/specials/tech-builders-challenge/seward-county-logo.png" ;
7
7
import SewardPublicLogo from " ../../assets/specials/tech-builders-challenge/seward-public-logo.png" ;
8
8
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" ;
9
11
import { Image } from " astro:assets" ;
10
12
---
11
13
@@ -64,7 +66,7 @@ import { Image } from "astro:assets";
64
66
A partnership between
65
67
</h2 >
66
68
<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 "
68
70
>
69
71
<Image
70
72
loading =" eager"
@@ -90,6 +92,22 @@ import { Image } from "astro:assets";
90
92
height ={ 48 }
91
93
class =" col-span-2 max-h-12 w-full object-contain lg:col-span-1"
92
94
/>
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
+ />
93
111
<Image
94
112
loading =" eager"
95
113
src ={ SewardPublicLogo }
You can’t perform that action at this time.
0 commit comments