File tree Expand file tree Collapse file tree 4 files changed +13
-11
lines changed Expand file tree Collapse file tree 4 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 11export function Footer ( ) {
22 return (
3- < div id = "footer" className = "fixed bottom-8 flex w-11/12 justify-center " >
4- < div className = "mx-auto flex justify-start " >
5- < span className = "py-4 text-verdant-fg" >
3+ < div id = "footer" className = "flex w-full justify-center bg-verdant-bg lg: fixed lg: bottom-8 lg: w-11/12" >
4+ < div className = "mx-auto flex justify-center " >
5+ < span className = "px-4 py-4 text-center text- verdant-fg lg:px-0 " >
66 © 2023 < span className = "text-verdant-blue" > Jan Leigh Muñoz</ span > . All Rights Reserved.
77 </ span >
88 </ div >
Original file line number Diff line number Diff line change 11export function MainContainer ( ) {
22 return (
3- < div id = "main" className = "flex w-screen justify-center bg-verdant-bg" >
3+ < div id = "main" className = "flex justify-center bg-verdant-bg" >
44 < div className = "flex flex-col items-center justify-center lg:flex-row" >
5- < div className = "mx-12 mb-8 mt-16 lg:mb-0 lg:mt-0" >
5+ < div className = "mx-12 mb-8 mt-16 sm:mt-96 md:mt-48 lg:mb-0 lg:mt-0" >
66 < img
77 src = "https://github.com/janleigh.png"
88 alt = "PFP"
99 className = "h-60 w-60 rounded-full bg-verdant-bg-light p-4"
1010 />
1111 </ div >
12- < div className = "mx-8 mb- 12 items-center justify-center lg:mb-0" >
12+ < div className = "mx-12 items-center justify-center lg:mx-8 lg:mb-0" >
1313 < div className = "text-3xl font-bold text-verdant-fg" >
1414 Heya! I'm < span className = "text-verdant-blue" > Jan Leigh</ span > !
1515 </ div >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export function Navbar() {
66 janleigh< span className = "text-verdant-blue" > .is-a.dev</ span >
77 </ span >
88 </ div >
9- < div className = "mr-6 mt-2 flex lg:mx-auto" >
9+ < div className = "mr-6 mt-2 flex lg:mx-auto lg:my-auto " >
1010 < div className = "flex justify-end" >
1111 < div className = "flex lowercase" >
1212 < a href = "https://github.com/janleigh" target = "_blank" className = "p-4 text-verdant-fg" >
@@ -25,14 +25,14 @@ export function Navbar() {
2525 />
2626 </ svg >
2727 </ a >
28- < a href = "https://ko-fi.com/janleigh" target = "_blank" className = "p-4 text-white" >
28+ { /* <a href="https://ko-fi.com/janleigh" target="_blank" className="p-4 text-white">
2929 <svg xmlns="http://www.w3.org/2000/svg" height="22.5" width="22.5" viewBox="0 0 512 512">
3030 <path
3131 fill="#dfdddd"
3232 d="M88 0C74.7 0 64 10.7 64 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C120.5 112.3 128 119.9 128 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C119.5 47.7 112 40.1 112 24c0-13.3-10.7-24-24-24zM32 192c-17.7 0-32 14.3-32 32V416c0 53 43 96 96 96H288c53 0 96-43 96-96h16c61.9 0 112-50.1 112-112s-50.1-112-112-112H352 32zm352 64h16c26.5 0 48 21.5 48 48s-21.5 48-48 48H384V256zM224 24c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C232.5 112.3 240 119.9 240 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C231.5 47.7 224 40.1 224 24z"
3333 />
3434 </svg>
35- </ a >
35+ </a> */ }
3636 < a href = "mailto:[email protected] " target = "_blank" className = "p-4 text-white" > 3737 < svg xmlns = "http://www.w3.org/2000/svg" height = "24" width = "24" viewBox = "0 0 512 512" >
3838 < path
Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ export function App() {
1515 <NotFound />
1616 )} */ }
1717 < Navbar />
18- < MainContainer />
19- < Footer />
18+ < div className = "flex flex-col justify-center" >
19+ < MainContainer />
20+ < Footer />
21+ </ div >
2022 </ div >
2123 ) ;
2224}
You can’t perform that action at this time.
0 commit comments