summaryrefslogtreecommitdiff
path: root/html_template
diff options
context:
space:
mode:
authorssstvinc2 <sstvinc2@gmail.com>2017-02-09 10:18:18 -0500
committerssstvinc2 <sstvinc2@gmail.com>2017-02-09 10:18:18 -0500
commit3126b094485af5a374d0ba400604a8b2805337af (patch)
tree51beba6742b91022c12c7d7a1ca89d247614efe1 /html_template
VIM is fucking garbage
Diffstat (limited to 'html_template')
-rwxr-xr-xhtml_template/Penguins.jpgbin0 -> 777835 bytes
-rwxr-xr-xhtml_template/template.html113
-rwxr-xr-xhtml_template/unbiased.css88
3 files changed, 201 insertions, 0 deletions
diff --git a/html_template/Penguins.jpg b/html_template/Penguins.jpg
new file mode 100755
index 0000000..030ab8a
--- /dev/null
+++ b/html_template/Penguins.jpg
Binary files differ
diff --git a/html_template/template.html b/html_template/template.html
new file mode 100755
index 0000000..7869155
--- /dev/null
+++ b/html_template/template.html
@@ -0,0 +1,113 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <link rel="stylesheet" href="html_template/unbiased.css">
+ <link rel="stylesheet" href="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>
+ <p id="timestamp">Last updated: xxTimexx</p>
+</div>
+
+<div id="page-container">
+<div id="top-stories">
+ <a target="_blank" href="xxURL1-1xx" id="top-story-1">
+ <div class="top-story">
+ <div class="top-stories-img">
+ <img src="xxImg1-1xx" />
+ </div>
+ <div class="top-stories-hed">xxTitle1-1xx</div>
+ </div>
+ </a>
+
+ <a target="_blank" href="xxURL1-2xx" id="top-story-2">
+ <div class="top-story">
+ <div class="top-stories-img">
+ <img src="xxImg1-2xx" />
+ </div>
+ <div class="top-stories-hed">xxTitle1-2xx</div>
+ </div>
+ </a>
+
+ <a target="_blank" href="xxURL1-3xx" id="top-story-3">
+ <div class="top-story">
+ <div class="top-stories-img">
+ <img src="xxImg1-3xx" />
+ </div>
+ <div class="top-stories-hed">xxTitle1-3xx</div>
+ </div>
+ </a>
+</div>
+
+<div id="middle-stories">
+
+ <a target="_blank" href="xxURL2-1xx" >
+ <div class="middle-story">
+ <div class="middle-stories-img">
+ <img src="xxImg2-1xx" />
+ <p class="middle-stories-hed">xxTitle2-1xx</p>
+ </div>
+ </div>
+ </a>
+
+ <a target="_blank" href="xxURL2-2xx" >
+ <div class="middle-story">
+ <div class="middle-stories-img">
+ <img src="xxImg2-2xx" />
+ <span class="middle-stories-hed">xxTitle2-2xx</span>
+ </div>
+ </div>
+ </a>
+
+ <a target="_blank" href="xxURL2-3xx" >
+ <div class="middle-story">
+ <div class="middle-stories-img">
+ <img src="xxImg2-3xx" />
+ <span class="middle-stories-hed">xxTitle2-3xx</span>
+ </div>
+ </div>
+ </a>
+
+
+ <a target="_blank" href="xxURL2-4xx" >
+ <div class="middle-story">
+ <div class="middle-stories-img">
+ <img src="xxImg2-4xx" />
+ <span class="middle-stories-hed">xxTitle2-4xx</span>
+ </div>
+ </div>
+ </a>
+
+<!--
+ <a target="_blank" 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 target="_blank" 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>
diff --git a/html_template/unbiased.css b/html_template/unbiased.css
new file mode 100755
index 0000000..83bae40
--- /dev/null
+++ b/html_template/unbiased.css
@@ -0,0 +1,88 @@
+#page-header{
+ text-align:center;
+ padding:.5em 0 1em;
+ margin-bottom:1em;
+ border-bottom:1px solid #000;
+}
+
+.title{
+ font-size:3em;
+}
+
+#title-1{
+ font-style:italic;
+ color:#d00;
+}
+
+#title-2{
+ color:#00d;
+}
+
+#subtitle{
+ font-size:1.25em;
+}
+
+#timestamp{
+ margin:.5em 0 0 0;
+ font-size:.8em;
+}
+
+#page-container{
+ width:1150px;
+ padding:0 1em;
+ margin-left:auto;
+ margin-right:auto;
+}
+
+#top-stories{
+ width:1150px;
+ margin-left:auto;
+ margin-right:auto;
+ font-size:1.25em;
+}
+
+.top-story{
+ width:350px;
+ float:left;
+ margin:0 .5em;
+}
+
+.top-stories-img{
+ width:350px;
+ height:200px;
+ overflow:hidden;
+}
+
+.top-stories-img img{
+ width:100%;
+ display:block;
+ vertical-align:text-bottom;
+}
+
+#middle-stories{
+ clear:both;
+ width:1000px;
+ margin:0 auto;
+}
+
+.middle-story{
+ margin:2em 5px;
+ width:45%;
+ float:left;
+ height:100px;
+}
+
+.middle-story img{
+ vertical-align:middle;
+ height:100px;
+ float:left;
+ margin-right:1em;
+}
+
+.middle-stories-hed{
+ font-size:1.1em;
+}
+
+.middle-story p{
+ display:block;
+} \ No newline at end of file