UdacityFrontEndScholarship / quiz-app

This application is a collaborative project made by the Google Udacity Front End Web Developer Scholars.
46 stars 76 forks source link

Create and Style Welcome page content #53

Closed ezioda004 closed 6 years ago

ezioda004 commented 6 years ago

Create and Style Welcome page content

image

Here are the images used.

How to get started? Read our project setup instructions. Fork the project, navigate to directory quiz-app => src => Component => Home => Home.js and Home.css

You may also need to style the main container component. Its located in quiz-app => src => Component => Welcome Page =>Welcome.css

You need to do write HTML inside the <main></main> element and style inside Page.css We're using Bootstrap4 for this project but feel free to use native CSS wherever you require.

Note:

  1. If you use any self closing tags such as <img>, <input>, <br> Make sure you always close them like this <img />, <input />, <br />

  2. If you add a class to an element example

    <div  class = "nav navbar"> 
    <!-- rest of your code -->
    </div>

    Make sure you use className instead of class. Example

<div  className = "nav navbar"> 
    <!-- rest of your code -->
</div>

Feel free to ask any question regarding this to us here or over slack.

This is fairly easy and straightforward to do, please comment on this issue and I'll assign it to you.

pben369 commented 6 years ago

@ezioda004 I dont see Page => Page.js and Page.css

ezioda004 commented 6 years ago

@benatbanglr369 My bad, it should be Home, fixed it.

pben369 commented 6 years ago

"CSS inside the <main></main>" It is HTML or CSS @ezioda004 ?

ezioda004 commented 6 years ago

@benatbanglr369 Thanks for pointing it out, not my day 😅

pben369 commented 6 years ago

Problem is its mid-night :joy:

pben369 commented 6 years ago

Can you assign this to me pls?

ezioda004 commented 6 years ago

@benatbanglr369 Since you've previously contributed, I'll wait till tomorrow for a first timer. If not then I'll assign it to you. Also, dont worry I'll be opening more issues everyday from now on. 😇

vsuguna commented 6 years ago

Hi @ezioda004 Can I work on this issue? Will be making it by this Sunday.

ezioda004 commented 6 years ago

@souryavaranasi Can you try to do it by tomorrow night? We're trying to speed things up.

vsuguna commented 6 years ago

@ezioda004 well then, that would be okay for me. will give my best.

ezioda004 commented 6 years ago

@souryavaranasi Awesome! Assigning to you. Feel free to message us if you need to any help.

goss-gowtham commented 6 years ago

@ezioda004, Can I work on this too? Or will you be creating more issues, So that I'll work on that?

kadumuri1994 commented 6 years ago

@goss-gowtham , don't worry. @ezioda004 will be surely creating new issues. Keep a check on issues section

ezioda004 commented 6 years ago

@goss-gowtham It was already assigned, please check issues tab to see active and unassigned ones.

58 Resolved.