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

Feature: Configure initial landing page (styling and background image) #11

Merged
merged 10 commits into from
Oct 23, 2023

Conversation

Nqnt41
Copy link
Contributor

@Nqnt41 Nqnt41 commented Oct 15, 2023

Resolves #3. Added basic landing page with desired headings, text, simple styling, and background image that covers whole screen. Starting point upon which to further develop page. Background image found in public folder of repo.

@Nqnt41 Nqnt41 requested review from a team, WillBAnders and JavierM333 October 16, 2023 03:16
Copy link
Member

@WillBAnders WillBAnders left a comment

Choose a reason for hiding this comment

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

Requesting changes for some style cleanup/improvements and splitting that into a CSS module now that we know how it's done. We can sync tomorrow on that and go through it together if you'd like.

src/app/globals.css Outdated Show resolved Hide resolved
src/app/globals.css Outdated Show resolved Hide resolved
src/app/globals.css Outdated Show resolved Hide resolved
src/app/globals.css Outdated Show resolved Hide resolved
src/app/globals.css Outdated Show resolved Hide resolved
src/app/globals.css Outdated Show resolved Hide resolved
src/app/globals.css Outdated Show resolved Hide resolved
src/app/page.tsx Outdated Show resolved Hide resolved
Nqnt41 and others added 4 commits October 18, 2023 02:59
Put background position to be center and the background size to cover
Fixed EOF newline, Added color to text TEMPORARY

Co-Authored-By: Nqnt41 <93019930+Nqnt41@users.noreply.github.com>
@@ -0,0 +1,5 @@
# Default ignored files
Copy link
Member

Choose a reason for hiding this comment

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

[Please Change]: These .idea files should not be committed. Be careful using git add . (or other add-all commands); I tend to add files/directories specifically.

src/app/globals.css Outdated Show resolved Hide resolved
margin-right: 1em;
}

.p-landing-text {
Copy link
Member

Choose a reason for hiding this comment

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

[Comment]: This conflates two ideas, the HTML tag (p) and semantic meaning (landing-text) using a CSS class - you would generally either do one or the other. I would lean towards styling by tag (e.g. p) and only use a class for exceptions to default rules.

No need to change anything here; I'll handle this as part of global styling.

src/app/globals.css Outdated Show resolved Hide resolved
Copy link
Member

@WillBAnders WillBAnders left a comment

Choose a reason for hiding this comment

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

@Phantom0110 Thanks for jumping in on this!

@Phantom0110 Phantom0110 merged commit 51f5471 into master Oct 23, 2023
1 check passed
@Phantom0110 Phantom0110 deleted the feature/initial-landing-page branch October 23, 2023 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create initial landing page
5 participants