Skip to content

Commit

Permalink
Updated site
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Feb 13, 2018
1 parent a0b5749 commit a550be2
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 19 deletions.
19 changes: 8 additions & 11 deletions app/site/static/css/style.css
Expand Up @@ -114,7 +114,7 @@ input {box-sizing: border-box;}

}

#play:hover .buts {background-color: #00baff}
#play:hover .buts {background-color: #fc625d}

#thumb {position:relative;padding-bottom:60.5%;height:0}

Expand All @@ -136,7 +136,11 @@ input {box-sizing: border-box;}
}

span.yellow {color: black;background: #fef694}
div.red {color: black;background: #ffdddf;padding: 0.6rem;border: 1px solid #ffdddf;}
div.red {color: #a54846;background: #feeded;padding: 0.6rem;border: 1px solid #feeded;}
div.red a,
div.red input.link {color: #a54846;border-bottom-color: #e4bcbc}
div.red a:hover,
div.red input.link:hover {border-bottom-color: #a54846}
div.yellow {color: black;background: #fef694;padding: 0.6rem;}

input[type="submit"] {
Expand Down Expand Up @@ -169,6 +173,7 @@ input[type="submit"].link:active
outline: none;
height: 1.5em;
line-height: inherit;
text-shadow: none;
border-bottom: 1px solid #aaa;
}

Expand Down Expand Up @@ -278,14 +283,6 @@ input.year {border-radius: 0 4px 4px 0}
background-size: 11px;
}

.selected svg path,
a:hover svg path {fill: black;}
svg path {fill: #aaa; transition-property: all;
transition-duration: 0.1s;
transition-timing-function: ease-out;
}

a svg {float: left;position: relative;top:5px;margin-right: 7px}
#icon {
border: none;
background-image: url('/images/logo.svg');
Expand Down Expand Up @@ -424,7 +421,7 @@ strike a {border:none;}

.new {
color: #fff;
background: red;
background: #fc625d;
position: absolute;
vertical-align: middle;
text-align: center;
Expand Down
4 changes: 2 additions & 2 deletions app/site/static/images/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/site/static/images/play.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion app/site/views/_header.html
Expand Up @@ -3,7 +3,9 @@

<div class="center mw8 ph4">

<a class="db fl pv4 w-left {{index}}" href="/">Blot is a blogging platform</a>
<a class="db fl pv4 w-left {{index}}" style="color:#fc625d" href="/"><svg style="width:14px;position:relative;top:0px;margin-right:2px" xmlns="http://www.w3.org/2000/svg" viewBox="100.751 -4.242 86.545 73.453">
<path fill="#fc625d" d="M162.105 0c-8.768 0-14.711 3.928-18.033 7.15-3.326-3.221-9.27-7.15-18.035-7.15-14.205 0-25.286 10.98-25.286 24.983 0 10.882 7.554 18.234 15.01 23.978 11.99 9.271 28.009 20.151 28.21 20.25.201-.099 16.221-11.08 28.211-20.25 7.459-5.74 15.113-13.096 15.113-23.978C187.392 10.981 176.314 0 162.105 0zm5.129 43.102c-7.979 6.129-17.809 13.041-23.162 16.736-5.354-3.695-15.184-10.607-23.166-16.736-8.563-6.617-11.872-11.584-11.872-17.715 0-9.733 7.688-17.326 17.616-17.326 9.927 0 17.422 11 17.422 11s7.203-11 17.423-11c9.827 0 17.61 7.592 17.61 17.326 0 6.131-3.307 11.098-11.871 17.715z"/>
</svg> Blot</a>

<div class="fl">
{{#sign-up}}
Expand Down
2 changes: 1 addition & 1 deletion app/site/views/contact.html
Expand Up @@ -5,7 +5,7 @@

<div class="w-right-offset">
<div class="measure pr5">
You can email <a href="mailto:support@blot.im">support@blot.im</a> directly. Feel free to send a message through <a href="https://twitter.com/blot__">Twitter</a> for short or less urgent inquiries. I’m <a href="https://llllll.li">David</a>, by the way.
You can email <a href="mailto:support@blot.im">support@blot.im</a> directly. Feel free to send a message through <a href="https://twitter.com/blot__">Twitter</a> for short or less urgent inquiries. I’m <a href="https://twitter.com/lllIIlIlIl">David</a>, by the way.

</div>

Expand Down
6 changes: 3 additions & 3 deletions app/site/views/index.html
@@ -1,7 +1,7 @@
{{> head}}
{{> header}}
</div>
<div class="" style="background:#f1f1f1;">
<div class="" style="background:#f2f2f2;">

<div class="mw8 ph4 center">

Expand Down Expand Up @@ -116,7 +116,7 @@

<div class="mv0 w-50 fl pr4">Blot comes with seven templates. They’re designed to work on both small and large screens. Here’s the selection:</div>

<div class="mv0 w-50 fl pl3">You can customize an existing template or <a href="/help">design a template</a> yourself if you know a little bit of HTML and CSS.</div>
<div class="mv0 w-50 fl pl3">You can customize an existing template or <a href="/help/templates">design a template</a> yourself if you know a little bit of HTML and CSS.</div>

<div class="cf pb4"></div>

Expand Down Expand Up @@ -157,7 +157,7 @@
<div class="w-50 pl3 fl">

<div class=" fw6">Is Blot still maintained?</div>
<div class="">Yes, and there’s plenty to do. Take a look at <a href="/changes">what I’m working on</a>.</div>
<div class="">Yes, and there’s plenty to do. Take a look at <a href="/updates">what I’m working on</a>.</div>

<div class="mt4 pt3 fw6">Does Blot censor anything?</div>
<div class="">No, Blot does not censor anything that it can legally host.</div>
Expand Down
2 changes: 1 addition & 1 deletion app/site/views/privacy.html
Expand Up @@ -12,7 +12,7 @@
<li class="mv0">Your email address and your password (hashed with bcrypt)</li>
<li class="mv0">The blogs you run on Blot</li>
<li class="mv0">A token to collect subscription payments through <a href="https://stripe.com">Stripe</a></li>
<li class="mv0">A token to read and write to Blot’s folder in your <a href="https://dropbox.com">Dropbox</a></li>
<li class="mv0">A token to read and write to Blot’s folder in your <a href="https://www.dropbox.com">Dropbox</a></li>
</ul>

<div class="mv3">
Expand Down

0 comments on commit a550be2

Please sign in to comment.