Skip to content

Commit 9ba8dec

Browse files
Add RocketSim as a sponsor.
1 parent d124e29 commit 9ba8dec

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

src/components/Sponsors2025.astro

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
import guardsquare from "../data/images/sponsors/guardsquare.png";
3+
import rocketsim from "../data/images/sponsors/RocketSim.png";
34
---
45

56
<section id="sponsors">
@@ -13,6 +14,17 @@ import guardsquare from "../data/images/sponsors/guardsquare.png";
1314
</a>
1415
<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>
1516
</div>
17+
<br />
18+
<div class="sponsors-grid">
19+
<a
20+
href="https://www.rocketsim.app?utm_source=sponsoring&utm_medium=conference&utm_campaign=do_ios_2025"
21+
class="rocketsim sponsor-link"
22+
>
23+
<img src={rocketsim.src} alt="RocketSim logo" />
24+
</a>
25+
<p>Boost your productivity and streamline your workflow with our powerful Xcode Simulator tools. Developers report building, testing, and verifying apps up to 2x faster with <b>RocketSim.</b></p>
26+
</div>
27+
<br />
1628
<h3>Support Do iOS</h3>
1729
<p>
1830
We are still looking for additional sponsors for the 2025 edition of Do iOS. Please
@@ -60,21 +72,33 @@ import guardsquare from "../data/images/sponsors/guardsquare.png";
6072
opacity: 0.8;
6173
}
6274

63-
.rocketsim, .screenshotbot {
75+
.screenshotbot {
6476
height: 150px;
6577
}
6678

79+
.rocketsim {
80+
height: 100px;
81+
}
82+
6783
@media only screen and (max-width: 600px) {
6884
.sponsors-grid-gold {
6985
grid-gap: 1rem;
7086
}
7187

88+
.sponsors-grid {
89+
grid-gap: 1rem;
90+
}
91+
7292
.sponsor-link {
7393
height: 4rem;
7494
}
7595

7696
.guardsquare {
7797
height: 100px;
7898
}
99+
100+
.rocketsim {
101+
height: 80px;
102+
}
79103
}
80104
</style>

0 commit comments

Comments
 (0)