Skip to content

Commit db3a374

Browse files
Add hummingbird.
1 parent c247608 commit db3a374

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

src/components/Sponsors2025.astro

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
import guardsquare from "../data/images/sponsors/guardsquare.png";
33
import rocketsim from "../data/images/sponsors/RocketSim.png";
4+
import hummingbird from "../data/images/sponsors/hummingbird.png";
45
---
56

67
<section id="sponsors">
@@ -25,6 +26,16 @@ import rocketsim from "../data/images/sponsors/RocketSim.png";
2526
<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>
2627
</div>
2728
<br />
29+
<div class="sponsors-grid">
30+
<a
31+
href="https://www.hummingbird.codes?utm_source=sponsoring&utm_medium=conference&utm_campaign=do_ios_2025"
32+
class="hummingbird sponsor-link"
33+
>
34+
<img src={hummingbird.src} alt="Hummingbird logo" />
35+
</a>
36+
<p>Hummingbird is a lightweight, flexible modern web application framework that runs on top of a SwiftNIO based server implementation. It is designed to require the minimum number of dependencies.</p>
37+
</div>
38+
<br />
2839
<h3>Support Do iOS</h3>
2940
<p>
3041
We are still looking for additional sponsors for the 2025 edition of Do iOS. Please

src/components/Tickets.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
src="https://appforce1.paydro.com/do-ios-2025/embed?embed=true&header=false&info=false&map=false&social=false"
1515
frameborder="0"
1616
width="100%"
17-
height="640"
17+
height="1240"
1818
marginheight="0"
1919
marginwidth="0"
2020
allowtransparency="true"
19.7 KB
Loading

0 commit comments

Comments
 (0)