File tree Expand file tree Collapse file tree 3 files changed +12
-22
lines changed Expand file tree Collapse file tree 3 files changed +12
-22
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ import Header from '../components/Header';
22import Footer from '../components/Footer' ;
33import './globals.css' ;
44
5+ export const metadata = {
6+ title : 'Bennett Taylor' ,
7+ description : 'A portfolio showcasing the work of Bennett Taylor' ,
8+ }
59export default function RootLayout ( { children } ) {
610 return (
711 < html lang = "en" >
Original file line number Diff line number Diff line change @@ -4,28 +4,14 @@ import Image from 'next/image';
44export default function Header ( ) {
55 return (
66 < header className = "bg-white p-6 pt-6 z-50 border-b-6 border-lightgreen" >
7- < div className = "flex justify-between items-center" >
8- < div className = "flex justify-center items-center gap-2" >
9- < Image
10- src = "/favicon.jpg"
11- alt = "Favicon"
12- width = { 50 }
13- height = { 50 }
14- />
15- < Link
16- href = "/"
17- className = "tracking-wider chicle-regular text-4xl focus:outline-none hover:text-black"
18- style = { { whiteSpace : "pre" } }
19- >
20- BENNETT TAYLOR
21- </ Link >
22- < Image
23- src = "/favicon.jpg"
24- alt = "Favicon"
25- width = { 50 }
26- height = { 50 }
27- />
28- </ div >
7+ < div className = "flex justify-between items-center px-6" >
8+ < Link
9+ href = "/"
10+ className = "tracking-wider chicle-regular text-4xl focus:outline-none hover:text-black"
11+ style = { { whiteSpace : "pre" } }
12+ >
13+ BENNETT TAYLOR
14+ </ Link >
2915 < nav >
3016 < ul className = "flex items-center space-x-4" >
3117 { [
You can’t perform that action at this time.
0 commit comments