Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Add HomeView + Navbar #6

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

Add HomeView + Navbar #6

wants to merge 23 commits into from

Conversation

Polarpi
Copy link

@Polarpi Polarpi commented Sep 29, 2020

Status: 🚧

Description

• add Home page to the app (has pink background and "Welcome" text)
• add Navbar component to the app
• Navbar with Closegap logo and login/logout buttons (based on current Closegap teacher view)
• add Head component that renders the Navbar component

Todos

Screenshots

Screen Shot 2020-09-28 at 9 10 34 PM

Screen Shot 2020-09-28 at 9 10 46 PM

client/src/App.jsx Outdated Show resolved Hide resolved
client/src/App.jsx Outdated Show resolved Hide resolved
client/src/App.jsx Outdated Show resolved Hide resolved
client/src/components/Navbar/index.jsx Outdated Show resolved Hide resolved
client/src/components/Navbar/index.jsx Outdated Show resolved Hide resolved
client/src/components/Navbar/index.jsx Outdated Show resolved Hide resolved
}

.title {
padding-top: 100px;
Copy link
Contributor

Choose a reason for hiding this comment

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

We want to use rem or % rather than px where possible to accommodate for different display sizes.

Copy link
Author

Choose a reason for hiding this comment

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

Navbar is fixed height – so accounting for that by padding. (Honestly, will probably define a layout component in the future that accounts for that and is applied to all the pages)

@vercel
Copy link

vercel bot commented Oct 1, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/hack4impact/closegap/hc86odt5a
✅ Preview: https://closegap-git-ec-add-nav-bar.hack4impact1.vercel.app

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants