Adding some more content to the main page and changing colors
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
1cd5130fa7
commit
5951fe88df
@ -26,7 +26,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en">
|
||||
<body
|
||||
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
||||
className={`${geistSans.variable} ${geistMono.variable} antialiased bg-gray-100 min-h-screen`}
|
||||
>
|
||||
<Header />
|
||||
{children}
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className="grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20 font-[family-name:var(--font-geist-sans)]">
|
||||
<h1>The Coding Grizzly</h1>
|
||||
<h1>Welcome to the den</h1>
|
||||
<p>Here lives the geek bear who is hungry for binary honey. Ravaging through the internet dumpster finding the finest 0s and 1s. He looks for speed and performance</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@ -27,7 +27,7 @@ export default function Header() {
|
||||
setMobileOpen(!mobileOpen)
|
||||
}
|
||||
const drawer = (
|
||||
<Box onClick={handleDrawerToggle} sx={{ textAlign: 'center' }}>
|
||||
<Box onClick={handleDrawerToggle}>
|
||||
<Typography variant="h6" className="my-4">Menu</Typography>
|
||||
<List>
|
||||
{navItems.map((item) => (
|
||||
@ -42,11 +42,8 @@ export default function Header() {
|
||||
)
|
||||
return (
|
||||
<>
|
||||
<AppBar position="static" className="bg-gray-900">
|
||||
<AppBar position="static" color='transparent' className="bg-black">
|
||||
<Toolbar className="flex justify-between">
|
||||
<Typography variant="h6" className="text-white">
|
||||
My Website
|
||||
</Typography>
|
||||
<IconButton
|
||||
color="inherit"
|
||||
aria-label="open drawer"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user