Browse Source

Add a text logo.

tags/v1.0^2
Ben Kurtovic 10 years ago
parent
commit
b4019a4b5b
2 changed files with 12 additions and 2 deletions
  1. +11
    -1
      static/sass/index.sass
  2. +1
    -1
      templates/index.html

+ 11
- 1
static/sass/index.sass View File

@@ -19,10 +19,20 @@ div#search-field
width: 34% width: 34%


#title #title
font-size: 3em
font-size: 4em
padding-bottom: 0.5em padding-bottom: 0.5em
text-align: center text-align: center


#title-bit
color: $baseColor1

#title-angle
color: $baseColor3

#title-shift
color: $baseColor2
font-style: italic

form input[type="text"] form input[type="text"]
border: 1px solid $baseColor1 border: 1px solid $baseColor1
font-size: 1.1em font-size: 1.1em


+ 1
- 1
templates/index.html View File

@@ -12,7 +12,7 @@
= block body = block body
<div id="search-field"> <div id="search-field">
<div id="title"> <div id="title">
We shift mad bits.
<span id="title-bit">bit</span><span id="title-angle">&laquo;</span><span id="title-shift">shift</span>
</div> </div>
<form id="search-bar"> <form id="search-bar">
<input type="text"> <input type="text">


Loading…
Cancel
Save