11---
2- import abnamro from " ../data/images/sponsors/ABN-AMRO.png" ;
3- import espressif from " ../data/images/sponsors/espressif.svg" ;
4- import stream from " ../data/images/sponsors/stream-logo.svg" ;
5- import rocketsim from " ../data/images/sponsors/RocketSim.png" ;
6- import screenshotbot from " ../data/images/sponsors/screenshotbot.svg" ;
7- import flitsmeister from " ../data/images/sponsors/flitsmeister.png" ;
8- import appassociation from " ../data/images/sponsors/appassociation.png" ;
2+ import guardsquare from " ../data/images/sponsors/guardsquare.png" ;
93---
104
115<section id =" sponsors" >
12- <h2 >2024 Conference Sponsors</h2 >
13- <p >
14- We are also looking for sponsors of the 2025 edition of Do iOS. Please
15- contact us at{ " " }
16- 17- information.
18- </p >
19-
6+ <h2 >Conference Sponsors</h2 >
207 <div class =" sponsors-grid-gold" >
218 <a
22- href =" https://www.werkenbijabnamro.nl/en/vacancies/department/it"
23- class =" abn-amro sponsor-link"
24- >
25- <img src ={ abnamro .src } alt =" ABN AMRO logo" />
26- </a >
27- <a
28- href =" https://screenshotbot.io/?utm_source=doios"
29- class =" screenshotbot sponsor-link"
30- >
31- <img src ={ screenshotbot .src } alt =" ScreenshotBot logo" class =" screenshotbot" />
32- </a >
33- <a
34- href =" https://www.actonline.org"
35- class =" appassociation sponsor-link"
36- >
37- <img src ={ appassociation .src } alt =" ScreenshotBot logo" class =" appassociation" />
38- </a >
39- <a
40- href =" https://espressif.com/en/"
41- class =" espressif sponsor-link"
9+ href =" http://www.guardsquare.com/?utm_source=sponsoring&utm_medium=conference&utm_campaign=do_ios_2025"
10+ class =" guardsquare sponsor-link"
4211 >
43- <img src ={ espressif .src } alt =" Espressif logo" />
44- </a >
45- <a
46- href =" https://getstream.io/chat/sdk/swiftui/?utm_source=doiOS&utm_medium=sponsorship&utm_content=&utm_campaign=doiOS_November2024_event_klmh22"
47- class =" stream sponsor-link"
48- >
49- <img src ={ stream .src } alt =" Stream logo" />
50- </a >
51- <a
52- href =" https://www.rocketsim.app?utm_source=sponsoring&utm_medium=conference&utm_campaign=do_ios_2024"
53- class =" rocketsim sponsor-link"
54- >
55- <img src ={ rocketsim .src } alt =" RocketSim logo" />
56- </a >
57- <a
58- href =" https://flitsmeister.homerun.co/"
59- target =" _blank"
60- rel =" noopener noreferrer"
61- class =" sponsor-link"
62- >
63- <img src ={ flitsmeister .src } alt =" Flitsmeister logo" />
12+ <img src ={ guardsquare .src } alt =" Guardsquare logo" />
6413 </a >
14+ <p ><b >Guardsquare</b > provides a comprehensive, easy-to-integrate mobile app security solution, from testing and code hardening to real-time threat visibility. Trusted by over 900 customers worldwide, Guardsquare helps protect apps and SDKs from reverse engineering and tampering throughout the development lifecycle.</p >
6515 </div >
16+ <h3 >Support Do iOS</h3 >
17+ <p >
18+ We are still looking for additional sponsors for the 2025 edition of Do iOS. Please
19+ contact us at{ " " }
20+ 21+ information.
22+ </p >
6623</section >
6724
6825<style >
@@ -76,8 +33,8 @@ import appassociation from "../data/images/sponsors/appassociation.png";
7633
7734 .sponsors-grid-gold {
7835 display: grid;
79- grid-template-columns: repeat(auto-fit, minmax(200px , 1fr));
80- grid-gap: 4rem ;
36+ grid-template-columns: repeat(auto-fit, minmax(350px , 1fr));
37+ grid-gap: 2rem ;
8138 }
8239
8340 .sponsor-link {
@@ -109,14 +66,14 @@ import appassociation from "../data/images/sponsors/appassociation.png";
10966
11067 @media only screen and (max-width: 600px) {
11168 .sponsors-grid-gold {
112- grid-gap: 2rem ;
69+ grid-gap: 1rem ;
11370 }
11471
11572 .sponsor-link {
11673 height: 4rem;
11774 }
11875
119- .rocketsim, .screenshotbot {
76+ .guardsquare {
12077 height: 100px;
12178 }
12279 }
0 commit comments