Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
user.name committed Oct 14, 2024
1 parent 724cbdd commit a43e5a0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
15 changes: 15 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Home() {
backgroundPosition: "bottom",
}}
>
<h1 className="text-4xl sm:text-5xl font-bold text-white">
<h1 className="text-4xl sm:text-5xl font-bold text-zinc-900">
We are GDG-BU
</h1>

Expand Down
13 changes: 7 additions & 6 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@ export default function Navbar () {
</span>
</a>
<div className="flex md:order-2 space-x-3 md:space-x-0 rtl:space-x-reverse">
<button
type="button"
className="text-white hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-4 py-2 text-center dark:bg-blue-600 dark:hover: dark:focus:ring-blue-800"
>
Get started
</button>
<button
type="button"
className="text-black text-lg border-2 border-gray-500 hover:bg-zinc-800 focus:ring-4 focus:outline-none focus:ring-zinc-300 font-medium rounded-lg text-sm px-4 py-2 text-center bg-white hover:border-zinc-900 dark:bg-zinc-600 dark:hover:bg-zinc-700 dark:focus:ring-zinc-800"
>
Get Started
</button>

<button
data-collapse-toggle="navbar-sticky"
type="button"
Expand Down

0 comments on commit a43e5a0

Please sign in to comment.