TIY-LR-FEE-2015-June / assignments

0 stars 3 forks source link

1.3-iron-news-Scott Green #37

Open scott6455 opened 9 years ago

scott6455 commented 9 years ago
Deliverables

Using HTML and CSS, re-create the included image (Iron News.png) as a webpage. Don't worry about the text content (feel free to use an ipsum generator), but use the original image and m[ ] ake your best effort [ ] to match the dimensions and styles of original page to yours.

Right now HackerNews uses all tables and inline styles. You are allowed to use Inspect Element to find things like background colors and sizes, but you should not use any table elements or display: table in your CSS.

Hard Mode

The HackerNews site isn't the most user friendly site in the world. Instead, let's make two improvements to make the page easier to use:

To make it easier to see where one article ends and the next begin, you should "Zebra Stripe" the odd and even articles on the HackerNews home page.

Zebra Striped Table

Extra Hard Mode

The project manager at HackerNews has decided that we want to make signing up for the site really easy to do from the home page. So they want you to replace the existing "Login" link with a dropdown labeled "Account" which drops down to show the option to "Login" or "Signup".

rtablada commented 9 years ago

Todos

scott6455 commented 8 years ago

https://github.com/scott6455/1.3-iron-news/pull/1