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

title page #27

Closed
wants to merge 5 commits into from
Closed

title page #27

wants to merge 5 commits into from

Conversation

inegishi
Copy link
Collaborator

image

@inegishi inegishi requested a review from stanleylew5 January 14, 2025 23:25
@inegishi inegishi self-assigned this Jan 14, 2025
Copy link
Contributor

@stanleylew5 stanleylew5 left a comment

Choose a reason for hiding this comment

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

Call your component with the about, events, gallery text in all their respective pages. Some of them might not have the folders/page.tsx created within the app directory so you'll have to do it yourself

const Title: React.FC<TitleNameProps> = ({ text }) => {
return (
<div className="relative mt-1 flex items-center justify-center">
<div className="mr-4 mt-4 h-[.7vh] w-[20vw] bg-[#6F7765]" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<div className="mr-4 mt-4 h-[.7vh] w-[20vw] bg-[#6F7765]" />
<div className="mr-4 mt-4 h-[.8vh] w-[20vw] bg-csa-green-100" />

use tailwind config colors ex: bg-csa-green-100

</svg>{" "}
</div>

<div className="ml-4 mt-4 h-[.7vh] w-[20vw] bg-[#6F7765]" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<div className="ml-4 mt-4 h-[.7vh] w-[20vw] bg-[#6F7765]" />
<div className="ml-4 mt-4 h-[.7vh] w-[20vw] bg-[#6F7765]" />

same thing with the color thing here

</svg>{" "}
</div>

<div className="ml-4 mt-4 h-[.7vh] w-[20vw] bg-[#6F7765]" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<div className="ml-4 mt-4 h-[.7vh] w-[20vw] bg-[#6F7765]" />
<div className="ml-4 mt-4 h-[.8vh] w-[20vw] bg-[#6F7765]" />


<text
fill="#7C2413"
font-size="7vw"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
font-size="7vw"
font-size="6.5vw"

>
<path
id="curve"
d="M50,150 Q200,30 350,150"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
d="M50,150 Q200,30 350,150"
d="M50,150 Q200,10 370,150"

Copy link
Contributor

Choose a reason for hiding this comment

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

This is a component that is used multiple times so it should not be within it's own folder. It should be within src/components. Components that are restricted to their own pages will generally be in src/components/about and etc.

@stanleylew5
Copy link
Contributor

image
Make sure you link your issue here

@inegishi inegishi linked an issue Jan 16, 2025 that may be closed by this pull request
@inegishi inegishi added help wanted Extra attention is needed and removed changes requested labels Jan 17, 2025
@stanleylew5
Copy link
Contributor

image
These components are imported, but never called/used. Make sure to call them so they match the figma

@stanleylew5 stanleylew5 added changes requested and removed help wanted Extra attention is needed labels Jan 17, 2025
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.

Page Title
3 participants