Skip to content

Conversation

@MacSlymo
Copy link

Skeleton Made, added the missing images, but no time now to start the scss :(
Will style it on Saturday.

<nav>

<div id = navBar>
<img src = "images/logo.png" alt = "no picture">
Copy link

Choose a reason for hiding this comment

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

don't forget to indent correctly to make your code more readable


<div id = menu>
<span id = menuText>Home Tech Games Podcasts Books Bots Developer Tools iMessage Apps</span>
<img src = "images/arrow-prev.png"alt = "no picture">
Copy link

Choose a reason for hiding this comment

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

we do write `foo = 'foo' in javascript but in html we don't put spaces:

<div id="menu">

Also make sure to put double quotes around

And careful about the missing space between alt

<span>1460</span>
</div>
<div>
<img src = "images/comments.png"alt = "no picture">
Copy link

Choose a reason for hiding this comment

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

you copy pasted the images so many times that you kept missing the space between the src value and the alt attribute

@posva posva closed this Jun 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants