summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-06-14 12:54:11 -0400
committerBen Burwell <bburwell1@gmail.com>2014-06-14 12:54:11 -0400
commit7f0448253abacb3259630af332ac3333d89f4c5e (patch)
tree4a7c1a61d9b142b49eed6a08c13fc5455e3feaef
parentea9293fe4be138313a238323d0f5adc96b0b77cc (diff)
Add screenshot to ViewTime page
-rw-r--r--assets/css/viewtime.css24
-rw-r--r--projects/viewtime/index.html3
2 files changed, 14 insertions, 13 deletions
diff --git a/assets/css/viewtime.css b/assets/css/viewtime.css
index fa7e9ef..aee54c9 100644
--- a/assets/css/viewtime.css
+++ b/assets/css/viewtime.css
@@ -8,6 +8,7 @@ html {
font-size: 24px;
text-align: center;
background-color: #2A2A2A;
+ color: #2A2A2A;
}
.container {
@@ -20,7 +21,7 @@ html {
min-width: 240px;
margin-left: auto;
margin-right: auto;
- padding-bottom: 14px;
+ padding-bottom: 1em;
}
a {
@@ -70,19 +71,19 @@ a#install_button {
}
.active:hover {
- background-image: -o-linear-gradient(-89deg, #2F6F15 0%, #86C01E 100%);
- background-image: -moz-linear-gradient(-89deg, #2F6F15 0%, #86C01E 100%);
- background-image: -ms-linear-gradient(-89deg, #2F6F15 0%, #86C01E 100%);
- background-image: linear-gradient(-179deg, #2F6F15 0%, #86C01E 100%);
- text-shadow: 0px 2px 0px rgba(0,0,0,0.50);
+ background-image: -o-linear-gradient(-89deg, #6DA705 0%, #165600 100%);
+ background-image: -moz-linear-gradient(-89deg, #6DA705 0%, #165600 100%);
+ background-image: -ms-linear-gradient(-89deg, #6DA705 0%, #165600 100%);
+ background-image: linear-gradient(-179deg, #6DA705 0%, #165600 100%);
+ text-shadow: 0px -2px 0px rgba(0,0,0,0.50);
}
.active:active {
- background-image: -o-linear-gradient(-89deg, #2F6F15 0%, #86C01E 100%);
- background-image: -moz-linear-gradient(-89deg, #2F6F15 0%, #86C01E 100%);
- background-image: -ms-linear-gradient(-89deg, #2F6F15 0%, #86C01E 100%);
- background-image: linear-gradient(-179deg, #2F6F15 0%, #86C01E 100%);
- text-shadow: 0px -2px 0px rgba(0,0,0,0.50);
+ background-image: -o-linear-gradient(-89deg, #165600 0%, #6DA705 100%);
+ background-image: -moz-linear-gradient(-89deg, #165600 0%, #6DA705 100%);
+ background-image: -ms-linear-gradient(-89deg, #165600 0%, #6DA705 100%);
+ background-image: linear-gradient(-179deg, #165600 0%, #6DA705 100%);
+ text-shadow: 0px 2px 0px rgba(0,0,0,0.50);
}
p img {
@@ -91,7 +92,6 @@ p img {
.install_tagline {
font-size: 14px;
- color: #2A2A2A;
padding-top: 10px;
}
diff --git a/projects/viewtime/index.html b/projects/viewtime/index.html
index e7e347d..94767fd 100644
--- a/projects/viewtime/index.html
+++ b/projects/viewtime/index.html
@@ -1,6 +1,6 @@
<html>
<head>
- <title>ViewTime, A YouTube Extension for Google Chrome and Safari</title>
+ <title>ViewTime, a YouTube Extension for Google Chrome and Safari</title>
<!-- Encoding -->
<meta charset="UTF-8">
@@ -91,6 +91,7 @@
<div class="container">
<h1>ViewTime</h1>
<p>ViewTime is an extension for Safari and Google Chrome that inserts the total amount of time a YouTube video has been watched just below the view count.</p>
+ <p><img src="/assets/images/viewtime-example.png" alt="ViewTime screenshot"></p>
<p><a id="install_button" class="inactive">Install</a></p>
<p class="install_tagline" id="safari_text">download and double-click to install in Safari</p>
<p class="install_tagline" id="chrome_text">click to install from the Chrome Web Store</p>