Skip to content

Commit 45ca47b

Browse files
committed
feat: add social links and attribution to the homepage
1 parent ad41d2c commit 45ca47b

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

src/components/marketing/homepage-content.tsx

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,56 @@ export function HomepageContent() {
134134
>
135135
Free and open source. No credit card required.
136136
</motion.p>
137+
138+
<motion.div
139+
variants={fadeUp}
140+
className="mt-3 flex items-center gap-2 text-[11px] text-muted-foreground"
141+
>
142+
<span>
143+
Built by{' '}
144+
<a
145+
href="https://github.com/JCFcodex"
146+
target="_blank"
147+
rel="noopener noreferrer"
148+
className="font-medium text-foreground hover:underline"
149+
>
150+
JCFcodex
151+
</a>
152+
</span>
153+
<span className="text-border">·</span>
154+
<a
155+
href="https://github.com/JCFcodex"
156+
target="_blank"
157+
rel="noopener noreferrer"
158+
className="text-muted-foreground transition-colors hover:text-foreground"
159+
aria-label="GitHub"
160+
>
161+
<svg
162+
className="size-3.5"
163+
viewBox="0 0 24 24"
164+
fill="currentColor"
165+
aria-hidden="true"
166+
>
167+
<path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z" />
168+
</svg>
169+
</a>
170+
<a
171+
href="https://www.facebook.com/jcfcodex"
172+
target="_blank"
173+
rel="noopener noreferrer"
174+
className="text-muted-foreground transition-colors hover:text-foreground"
175+
aria-label="Facebook"
176+
>
177+
<svg
178+
className="size-3.5"
179+
viewBox="0 0 24 24"
180+
fill="currentColor"
181+
aria-hidden="true"
182+
>
183+
<path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z" />
184+
</svg>
185+
</a>
186+
</motion.div>
137187
</motion.div>
138188
</section>
139189

0 commit comments

Comments
 (0)