Skip to content

Commit f881fcf

Browse files
author
Greg Lind
committed
update partners
1 parent 1a00363 commit f881fcf

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

assets/img/google-cloud.png

Lines changed: 1 addition & 0 deletions
Loading

assets/img/startupgrind.svg

Lines changed: 1 addition & 0 deletions
Loading

index.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">
397397
to industry-leading resources, international developer communities, and worldwide opportunities
398398
</p>
399399

400-
<div class="grid md:grid-cols-2 gap-8 max-w-2xl mx-auto">
400+
<div class="grid sm:grid-cols-2 lg:grid-cols-4 gap-8 max-w-5xl mx-auto">
401401
<div class="partner-logo bg-gray-50 p-8 rounded-xl hover:shadow-lg transition-all">
402402
<img src="assets/img/OpenBuild.png"
403403
alt="OpenBuild - Global Developer Community Partner"
@@ -412,6 +412,20 @@ <h3 class="mt-4 font-semibold text-gray-900">OpenBuild</h3>
412412
<h3 class="mt-4 font-semibold text-gray-900">Buildly Labs</h3>
413413
<p class="text-sm text-gray-600 mt-2">Cloud platform and AI-powered development tools</p>
414414
</div>
415+
<div class="partner-logo bg-gray-50 p-8 rounded-xl hover:shadow-lg transition-all">
416+
<img src="assets/img/google-cloud.png"
417+
alt="Google Cloud - Cloud Infrastructure Partner"
418+
class="h-16 w-auto mx-auto hover:scale-110 transition-transform">
419+
<h3 class="mt-4 font-semibold text-gray-900">Google Cloud</h3>
420+
<p class="text-sm text-gray-600 mt-2">Cloud infrastructure and hosting credits</p>
421+
</div>
422+
<div class="partner-logo bg-gray-50 p-8 rounded-xl hover:shadow-lg transition-all">
423+
<img src="assets/img/startupgrind.svg"
424+
alt="StartupGrind - Global Startup Community Partner"
425+
class="h-16 w-auto mx-auto hover:scale-110 transition-transform">
426+
<h3 class="mt-4 font-semibold text-gray-900">StartupGrind</h3>
427+
<p class="text-sm text-gray-600 mt-2">Global startup community and events</p>
428+
</div>
415429
</div>
416430
</div>
417431
</section>

0 commit comments

Comments
 (0)