File tree Expand file tree Collapse file tree 5 files changed +47
-0
lines changed
Expand file tree Collapse file tree 5 files changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ <section class =" partners" >
3+ <div >
4+ <h2 >Partner Conferences</h2 >
5+ </div >
6+ <div class =" partners-content" >
7+ <a href =" https://iosconf.sg" target =" _blank" rel =" noopener noreferrer" ><img src =" /images/partners/iOSConfSG.avif" alt =" iOS Conf SG" /></a >
8+ <a href =" https://arctic.dev" target =" _blank" rel =" noopener noreferrer" ><img src =" /images/partners/arctic.avif" alt =" ARCtic Conference" /></a >
9+ <a href =" https://ioskonf.com" target =" _blank" rel =" noopener noreferrer" ><img src =" /images/partners/ioskonf.png" alt =" iOS Konf" /></a >
10+ </div >
11+
12+ </section >
13+
14+ <style >
15+ section {
16+ margin-top: 2rem;
17+ margin-bottom: 4rem;
18+ padding-top: 2rem;
19+ border-top: 2px solid var(--border-color);
20+ display: flex;
21+ flex-direction: column;
22+ align-items: center;
23+ }
24+
25+ img {
26+ width: 30%;
27+ object-fit: contain;
28+ vertical-align: middle;
29+ margin: 20px auto;
30+ padding-inline: 30px;
31+ }
32+ .partners {
33+ background: linear-gradient(135deg, #0a2463, var(--my-blue));
34+ color: white;
35+ padding: 4rem 2rem;
36+ border-radius: 1rem;
37+ margin-bottom: 1rem;
38+ text-align: center;
39+ }
40+
41+ .partners-content {
42+ max-width: 600px;
43+ margin: 0 auto;
44+ }
45+ </style >
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import Hosts from "../components/Hosts2025.astro";
99import Support from " ../components/Support2025.astro" ;
1010import Location from " ../components/Location.astro" ;
1111import Tickets from " ../components/Tickets.astro" ;
12+ import Partners from " ../components/Partners.astro" ;
1213import Footer from " ../components/Footer.astro" ;
1314---
1415
@@ -135,6 +136,7 @@ import Footer from "../components/Footer.astro";
135136 </section> -->
136137 </main >
137138 <footer >
139+ <Partners />
138140 <Footer />
139141 </footer >
140142</Layout >
You can’t perform that action at this time.
0 commit comments