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

frontend task #4 @theo4u #13

Merged
merged 3 commits into from
Aug 20, 2017
Merged

frontend task #4 @theo4u #13

merged 3 commits into from
Aug 20, 2017

Conversation

obamgbopa
Copy link
Collaborator

Corrections to the folder structure

@osioke
Copy link
Contributor

osioke commented Aug 18, 2017

@clux2605 you did the SVG logo yourself?

<body>
<div id="logo">
<a href="index.html">
<img src="res/devcenter-logo.svg">
Copy link
Collaborator

Choose a reason for hiding this comment

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

not found, no res folder instead assets/img/

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oh, my bad, forgot to change the dir when i changed the folder structure.

<h4>We then use that to create a track that might be the most engaging way for you to get into tech.</h4>
</div>
<div id="button">
<button type="button" href="category.html">Begin</button>
Copy link
Collaborator

Choose a reason for hiding this comment

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

this should be a link, <a href="category.html">Begin</a>

<h3>We understand that coding can be a bit confusing at the beginning and we are here to help you get started.</h3>
</div>
<div id="button">
<button type="button" href="explainer.html">How?</button>
Copy link
Collaborator

Choose a reason for hiding this comment

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

same as above, use link

<body>
<div id="logo">
<a href="./">
<img src="res/devcenter-logo.svg">
Copy link
Collaborator

Choose a reason for hiding this comment

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

resource not found

<hr>

<div>
<input type="checkbox" name="question-1-answers" id="question-1-answers-A" value="A" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

the checkbox should be radio button as you can only pick one answer per question

@theoomoregbee
Copy link
Collaborator

check the comments placed on changed files, and no result page #4 last image

Copy link
Collaborator

@theoomoregbee theoomoregbee left a comment

Choose a reason for hiding this comment

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

  1. Check your src to devcenter svg
  2. No Result page
  3. Use link instead of button(and buttons don't use href)

<div id="content">
<h2>Coding101 aims to help people who are interested in coding get an head start.</h2>
<div id="logo">
<a href="./">
Copy link
Collaborator

Choose a reason for hiding this comment

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

no need for thr link here, anyway href should be # instead

<h3>We understand that coding can be a bit confusing at the beginning and we are here to help you get started.</h3>
</div>
<div id="link">
<a href="explainer.html"></a>
Copy link
Collaborator

Choose a reason for hiding this comment

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

no link Text

<h4>We then use that to create a track that might be the most engaging way for you to get into tech.</h4>
</div>
<div id="link">
<a href="category.html"></a>
Copy link
Collaborator

Choose a reason for hiding this comment

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

no link text

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

corrected

Copy link
Collaborator

@theoomoregbee theoomoregbee left a comment

Choose a reason for hiding this comment

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

well done 👏

@theoomoregbee theoomoregbee merged commit 4bf39f5 into master Aug 20, 2017
@theoomoregbee theoomoregbee deleted the frontend-task branch August 20, 2017 11:36
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.

3 participants