-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added home page graphics #44
Conversation
src/app/page.tsx
Outdated
<div className="absolute mt-[10%] text-white"> | ||
<About /> | ||
</div> | ||
<div className="absolute ml-[8vw] mt-[200vh] w-1/4"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't need 200vh here
src/app/page.tsx
Outdated
import Landing from "@/components/home/Landing"; | ||
import About from "@/components/home/about"; | ||
import Projects from "@/components/home/Projects"; | ||
import ProjectCard from "@/components/home/ProjectCard"; | ||
import Cat from "@/public/images/randomCat.webp"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is random cat?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use one of the existing images as a placeholder for now
merge conflict |
src/app/page.tsx
Outdated
<div className="absolute ml-[8vw] w-1/4"> | ||
<ProjectCard | ||
backgroundImage={HomePic} | ||
title="Lorem Ipsum" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should come from data files, will make it easier when we need to plug and play
projectsVid.mp4