Skip to content

Commit 6f60f17

Browse files
Kapil GowruKapil Gowru
authored andcommitted
feat: adding homepage designs
1 parent 437223e commit 6f60f17

File tree

7 files changed

+43
-21
lines changed

7 files changed

+43
-21
lines changed
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading

fern/products/home/pages/images/sdks-preview.svg

Lines changed: 1 addition & 8 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

fern/products/home/pages/welcome.mdx

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -736,45 +736,49 @@ layout: custom
736736

737737
<div className="community-grid">
738738
<div className="community-card">
739+
<img src="./images/changelog.svg" alt="Changelog Preview" />
739740
<h3 className="community-card-title">Changelog</h3>
740741
<p className="community-card-description">
741742
See our most recent product updates.
742743
</p>
743-
<div className="community-card-arrow">
744-
arrow
745-
</div>
744+
<button className="btn-secondary">
745+
View
746+
</button>
746747
</div>
747748

748749
<div className="community-card">
750+
<img src="./images/github.svg" alt="Github Preview" />
749751
<h3 className="community-card-title">Github</h3>
750752
<p className="community-card-description">
751753
Follow progress and contribute to the codebase.
752754
</p>
753-
<div className="community-card-arrow">
754-
arrow
755-
</div>
755+
<button className="btn-secondary">
756+
View
757+
</button>
756758
</div>
757759

758760
<div className="community-card">
761+
<img src="./images/discord.svg" alt="Discord Preview" />
759762
<h3 className="community-card-title">Discord</h3>
760763
<p className="community-card-description">
761764
Connect with the Fern community.
762765
</p>
763-
<div className="community-card-arrow">
764-
arrow
765-
</div>
766+
<button className="btn-secondary">
767+
View
768+
</button>
766769
</div>
767770

768771
<div className="community-card">
772+
<img src="./images/twitter.svg" alt="Twitter Preview" />
769773
<h3 className="community-card-title">
770-
<span className="twitter-strikethrough">Twitter</span> X
774+
<span className="twitter-strikethrough">Twitter</span>
771775
</h3>
772776
<p className="community-card-description">
773777
Get updates on the Fern platform.
774778
</p>
775-
<div className="community-card-arrow">
776-
Arrow
777-
</div>
779+
<button className="btn-secondary">
780+
View
781+
</button>
778782
</div>
779783
</div>
780784
</div>

0 commit comments

Comments
 (0)