diff options
Diffstat (limited to 'unbiased.html')
-rw-r--r-- | unbiased.html | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/unbiased.html b/unbiased.html new file mode 100644 index 0000000..228deef --- /dev/null +++ b/unbiased.html @@ -0,0 +1,110 @@ +<!DOCTYPE html> +<html> +<head> + <link rel="stylesheet" href="html_template/unbiased.css"> + <title>UnBiased</title> +</head> +<body> + +<div id="page-header"> + <span id="title-1" class="title">un</span><span id="title-2" class="title">biased</span><br /> + <span id="subtitle">a different way to read the news</span> +</div> + +<div id="page-container"> +<div id="top-stories"> + <a href="https://www.nytimes.com/interactive/2017/02/08/world/americas/before-the-wall-life-along-the-us-mexico-border.html" id="top-story-1"> + <div class="top-story"> + <div class="top-stories-img"> + <img src="https://static01.nyt.com/images/2017/02/06/world/americas/stories-from-the-us-mexico-border-1486344212833/stories-from-the-us-mexico-border-1486344212833-facebookJumbo.jpg" /> + </div> + <div class="top-stories-hed">Before the Wall: Life Along the U.S.-Mexico Border</div> + </div> + </a> + + <a href="http://www.foxnews.com/politics/2017/02/08/warren-finds-voice-support-after-formally-silenced-at-sessions-nomination-debate.html" id="top-story-2"> + <div class="top-story"> + <div class="top-stories-img"> + <img src="http://a57.foxnews.com/media2.foxnews.com/BrightCove/694940094001/2017/02/08/0/0/694940094001_5315531136001_5315513871001-vs.jpg?ve=1" /> + </div> + <div class="top-stories-hed">Dems rally around Warren after senator silenced at Sessions nomination debate</div> + </div> + </a> + + <a href="http://cbsnews.com/news/seven-democrats-to-watch-in-washington/" id="top-story-3"> + <div class="top-story"> + <div class="top-stories-img"> + <img src="http://cbsnews1.cbsistatic.com/hub/i/2014/08/13/249d0acf-9f8e-469c-8d71-602832225813/455176103.jpg" /> + </div> + <div class="top-stories-hed">Seven Democrats to watch in Washington</div> + </div> + </a> +</div> + +<div id="middle-stories"> + + <a href="http://nbcnews.com/video/nasa-developing-a-new-way-to-find-alien-life-871859267927" > + <div class="middle-story"> + <div class="middle-stories-img"> + <img src="http://media2.s-nbcnews.com/i/MSNBC/Components/Video/201702/a_mach_aminoacids_170207_thumbnail.jpg" /> + <p class="middle-stories-hed">NASA Developing a New Way to Find Alien Life</p> + </div> + </div> + </a> + + <a href="https://www.nytimes.com/2017/02/07/us/politics/trump-immigration-ban-hearing-appeal.html" > + <div class="middle-story"> + <div class="middle-stories-img"> + <img src="https://static01.nyt.com/images/2017/02/08/us/08courts-w/08courts-w-facebookJumbo.jpg" /> + <span class="middle-stories-hed">Appeals Court Panel Appears Skeptical of Trump’s Travel Ban</span> + </div> + </div> + </a> + + <a href="http://cbsnews.com/news/60-minutes-overtime-hamilton-cast-album/" > + <div class="middle-story"> + <div class="middle-stories-img"> + <img src="http://cbsnews1.cbsistatic.com/hub/i/2015/11/08/ae5e05fb-c9a0-49fa-8417-5c8827c70cf6/hamiltoncastalbumot.jpg" /> + <span class="middle-stories-hed">The making of the "Hamilton" cast album</span> + </div> + </div> + </a> + + + <a href="http://www.foxnews.com/opinion/2017/02/08/john-stossel-incredible-smear-machine-aimed-at-team-trump.html" > + <div class="middle-story"> + <div class="middle-stories-img"> + <img src="http://a57.foxnews.com/media2.foxnews.com/BrightCove/694940094001/2017/02/07/0/0/694940094001_5314600120001_5314589928001-vs.jpg?ve=1" /> + <span class="middle-stories-hed">John Stossel: The incredible smear machine aimed at Team Trump</span> + </div> + </div> + </a> + +<!-- + <a href="xxURL2-5xx" > + <div class="middle-story"> + <div class="middle-stories-img"> + <img src="xxImg2-5xx" /> + <span class="middle-stories-hed">xxTitle2-5xx</span> + </div> + </div> + </a> + + <a href="xxURL2-6xx" > + <div class="middle-story"> + <div class="middle-stories-img"> + <img src="xxImg2-6xx" /> + <span class="middle-stories-hed">xxTitle2-6xx</span> + </div> + </div> + </a> +--> + +</div> + +<div id="bottom-stories"> +</div> + +</div> +</body> +</html> |