Skip to content

Commit

Permalink
Merge pull request #4 from VanJS/rubber-ducking
Browse files Browse the repository at this point in the history
Add-2-duckies
  • Loading branch information
bibschan authored Sep 5, 2024
2 parents e4e814a + cdc84b8 commit 5a0ee61
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
Binary file added public/ducky.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 20 additions & 2 deletions src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,16 @@ export default function Home() {
<div className="container px-4 md:px-6 space-y-10 xl:space-y-16">
<div className="grid gap-4 md:grid-cols-2 md:gap-16">
<div>
<h1 className="lg:leading-tighter text-3xl font-bold tracking-tighter sm:text-4xl md:text-5xl xl:text-[3.4rem] 2xl:text-[3.75rem]">
<h1 className="inline lg:leading-tighter align-bottom text-3xl font-bold tracking-tighter sm:text-4xl md:text-5xl xl:text-[3.4rem] 2xl:text-[3.75rem]">
VanJS
</h1>
<Image
src="ducky.png"
width={145}
height={145}
alt="duck"
className="inline transform -rotate-12"
/>
<p className="text-muted-foreground md:text-xl mt-3">
A monthly event for JavaScript enthusiasts in Vancouver, BC.
The focus is on JavaScript, front-end technology, and the open
Expand Down Expand Up @@ -550,7 +557,18 @@ export default function Home() {
<section id="faq" className="w-full md:py-24 lg:py-30 bg-muted">
<div className="container space-y-12 px-2 md:px-4">
<div className="flex flex-col items-center space-y-4 text-center">
<h2 className="text-3xl font-bold sm:text-5xl my-2">FAQs</h2>
<div className="inline-flex">
<Image
src="ducky.png"
width={85}
height={85}
alt="duck"
className="rotate-12"
/>
<h2 className="content-center text-3xl font-bold sm:text-5xl my-2">
FAQs
</h2>
</div>
<p className="max-w-[900px] my-2 text-muted-foreground md:text-xl/relaxed lg:text-base/relaxed xl:text-xl/relaxed">
Some frequent questions from our community:
</p>
Expand Down

0 comments on commit 5a0ee61

Please sign in to comment.