Skip to content
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

Merged
merged 9 commits into from
Nov 11, 2024
Merged

added home page graphics #44

merged 9 commits into from
Nov 11, 2024

Conversation

Nsaleem1
Copy link
Collaborator

@Nsaleem1 Nsaleem1 commented Nov 4, 2024

projectsVid.mp4

@Nsaleem1 Nsaleem1 self-assigned this Nov 4, 2024
@Nsaleem1 Nsaleem1 linked an issue Nov 4, 2024 that may be closed by this pull request
src/app/page.tsx Outdated
<div className="absolute mt-[10%] text-white">
<About />
</div>
<div className="absolute ml-[8vw] mt-[200vh] w-1/4">
Copy link
Contributor

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";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is random cat?

Copy link
Contributor

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

@Nsaleem1 Nsaleem1 added help wanted Extra attention is needed and removed ready for review labels Nov 4, 2024
@shahdivyank
Copy link
Contributor

merge conflict

src/app/page.tsx Outdated
<div className="absolute ml-[8vw] w-1/4">
<ProjectCard
backgroundImage={HomePic}
title="Lorem Ipsum"
Copy link
Contributor

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

@Nsaleem1 Nsaleem1 added ready for review and removed help wanted Extra attention is needed do not merge labels Nov 10, 2024
@shahdivyank shahdivyank merged commit 5f6da0d into dev Nov 11, 2024
5 checks passed
@shahdivyank shahdivyank deleted the nsaleem1/homePageBg branch November 11, 2024 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

all home page bg graphics
2 participants