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

#156882158 Landing page with effective UI/UX #91

Closed

Conversation

chuzksy-codeactive
Copy link
Contributor

What does this PR do?

Design landing page for the software product

Description of Task to be completed?

Users should see a landing page with effective UI/UX

How should this be manually tested?

Clone the repository
run npm install
run npm run start
open the site on port localhost:4000

What are the relevant pivotal tracker stories?

Story ID #156882158

sunday taiwo and others added 2 commits May 3, 2018 15:18
user can see error message on sign up page
show image on sign up page

[Delivers #157283077]
- Resign the landing page
- Create css style for the landing page
[Deliver #155882158]



<<<<<<< HEAD

Choose a reason for hiding this comment

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

Parsing error: Unexpected token <<

@coveralls
Copy link

coveralls commented May 4, 2018

Pull Request Test Coverage Report for Build 306

  • 5 of 45 (11.11%) changed or added relevant lines in 2 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.7%) to 32.642%

Changes Missing Coverage Covered Lines Changed/Added Lines %
app/controllers/users.js 4 44 9.09%
Files with Coverage Reduction New Missed Lines %
app/controllers/users.js 1 19.77%
Totals Coverage Status
Change from base Build 292: -0.7%
Covered Lines: 332
Relevant Lines: 848

💛 - Coveralls

Copy link

@emmabaye emmabaye left a comment

Choose a reason for hiding this comment

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

Great job implementing landing page.

@@ -8,3 +8,6 @@ coverage
/data
/.env
/build
privacy.html

meet-the-team.html
Copy link

Choose a reason for hiding this comment

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

Great job. However, I think you should specify the path to the html files in case another file with the same name exists in another folder. Also, there should be a new line at the end of this file.

"clientSecret": "APP_SECRET",
"callbackURL": "http://cfh.io/auth/facebook/callback"
"clientID": "180680672583006",
"clientSecret": "3cfd8dd9cb1116aedc701bd2138b66d2",
Copy link

Choose a reason for hiding this comment

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

This is sensitive information. The secret token should not be included in the code. Use a dotenv file to hold this information instead.

Copy link
Contributor

@Spectrumsun Spectrumsun left a comment

Choose a reason for hiding this comment

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

Good job with the redesign. But I discovered that some of your styles are not working well on Heroku. The Signup and login buttons on the landing page is not styled on Herkou. Please fix the style.
Here is the like to the deployed version. https://thorin-cfh-staging-pr-91.herokuapp.com. Thanks

- Resign the landing page
- Create css style for the landing page
[Deliver #155882158]
@chuzksy-codeactive chuzksy-codeactive force-pushed the feeture/156882158/design-landing-page branch from 53e3f5d to 6cb5602 Compare May 4, 2018 15:56
@Spectrumsun Spectrumsun requested a deployment to thorin-cfh-staging-pr-91 May 4, 2018 15:56 Abandoned
@Spectrumsun Spectrumsun temporarily deployed to thorin-cfh-staging-pr-92 May 4, 2018 15:58 Inactive
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.

None yet

5 participants