Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions css/ecosystem.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
margin: 0 auto var(--spacing-lg);
}

.eco-hero__buttons {
display: flex;
gap: var(--spacing-sm);
justify-content: center;
flex-wrap: wrap;
}

/* App Types */
.app-types {
padding: var(--spacing-3xl) 0;
Expand Down
3 changes: 2 additions & 1 deletion ecosystem/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@
<div class="container">
<h1 class="eco-hero__title">The DePIN Blockchain Ecosystem for <span class="gradient-text">AI Apps</span></h1>
<p class="eco-hero__subtitle">The Functionland SDK is specifically designed to be the best possible alternative for mobile-native applications</p>
<div>
<div class="eco-hero__buttons">
<a href="../build/" class="btn btn--primary btn--lg">Start Building</a>
<a href="https://cloud.fx.land/stats" class="btn btn--glass btn--lg" target="_blank" rel="noopener">See Who's Building</a>
</div>
</div>
</section>
Expand Down
Loading