Skip to content

Conversation

@zahrafalak
Copy link
Collaborator

@zahrafalak zahrafalak commented Oct 4, 2024

##Summary

We have decided on a colour palette and fonts for our app. We now have to integrate those into the app, so we can start the design process.

closes #58

##Acceptance Criteria

  • The fonts are defined as variables in the variables.scss partial.
  • The Google font (Nunito) is embedded into the app
  • Change the background colour to show that the imported variables work.

Before

Screenshot 2024-10-03 at 7 27 22 PM

After

Screenshot 2024-10-03 at 8 16 58 PM

@github-actions
Copy link

github-actions bot commented Oct 4, 2024

Visit the preview URL for this PR (updated for commit bb47f4d):

https://tcl-77-smart-shopping-list--pr60-fz-design-home-page-69wvm364.web.app

(expires Tue, 15 Oct 2024 01:02:14 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: b77df24030dca7d8b6561cb24957d2273c5e9d72

@zahrafalak zahrafalak self-assigned this Oct 4, 2024
@zahrafalak zahrafalak marked this pull request as ready for review October 4, 2024 02:26
$grey: #525252;
$primary-beige: #f1e6cc;
$primary-blue: #3f6476;
$secondary-blue: #001f3f;
Copy link
Collaborator

Choose a reason for hiding this comment

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

non-blocking because I realizes I don't remember if the 3rd blue is used at all but there is one more color in the design incase we want to add it in this push

#356481

Copy link
Collaborator

Choose a reason for hiding this comment

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

PRAISE: Three colors are good to start with (some palette websites generate palettes of four, five or more colors)! I like how we are getting rid of white!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah I didn't see the fourth colour used in any of the elements, so didn't add it in. But we can definitely add that later on if needed.


import "bootstrap/dist/css/bootstrap.min.css";
import "./index.scss";
import "./styles/global.scss";
Copy link
Collaborator

Choose a reason for hiding this comment

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

question: is this just the base styling of the app basically?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, basically.

crossorigin="anonymous"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Copy link
Collaborator

Choose a reason for hiding this comment

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

PRAISE: Nice job importing the Google Font using the link element. The other way(s) I can remember to import Google Fonts can make things ....non-non-heinous!

font-weight: 400;
font-style: normal;
background-color: $primary-beige;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

PRAISE: Ooooh! The start of a style sheet--one of the things I like about SCSS!

Copy link
Collaborator

@RossaMania RossaMania left a comment

Choose a reason for hiding this comment

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

This is a great way to start the design of the app! Nice work!

Copy link
Collaborator

@alex-andria alex-andria left a comment

Choose a reason for hiding this comment

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

I'll leave design changes up to Collabies to agree on, but this looks great! Love the font and colors you all chose 🌟

@zahrafalak zahrafalak merged commit 942a42e into main Oct 8, 2024
2 checks passed
@zahrafalak zahrafalak deleted the fz/design-home-page branch October 8, 2024 01:02
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.

Add colors and fonts to the app

5 participants