This commit is contained in:
Zachary Carter 2012-11-29 16:40:50 -08:00
Родитель e76d3d38fa
Коммит 7a6f3a458d
6 изменённых файлов: 21 добавлений и 9 удалений

Просмотреть файл

@ -8,7 +8,7 @@
padding-bottom: 18px;
}
.gombot .sign-up-button {
.gombot button {
height: 34px;
line-height: 24px;
}
@ -18,6 +18,10 @@
width: 18em;
}
.gombot h2 img {
vertical-align: middle;
}
.splash h1 {
font-size: 63px;
letter-spacing: -4px;
@ -61,9 +65,12 @@
padding: 25px 25px 67px 80px;
}
#splash-box {
.gombot #main-content {
color: #666;
font-family: 'Open Sans Light', sans-serif;
}
.gombot label {
font-size: 90%;
}

Двоичные данные
public/img/gombot-logo-92x92.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 12 KiB

Просмотреть файл

@ -3,6 +3,9 @@
{% block page_title %}Download Gombot{% endblock %}
{% block content %}
{% include "feature.html" %}
<div id="main-content">
<div class="row">
<section id="sign-up" class="container">

4
views/feature.html Normal file
Просмотреть файл

@ -0,0 +1,4 @@
<hgroup id="main-feature" class="splash center">
<h2>Tired of remembering your usernames and passwords?</h2>
<h1>Let Gombot do the work for you.</h1>
</hgroup>

Просмотреть файл

@ -3,6 +3,9 @@
{% block page_title %}Gombot{% endblock %}
{% block content %}
{% include "feature.html" %}
<div id="main-content">
<div class="row">
<section id="sign-up" class="container">

Просмотреть файл

@ -15,8 +15,8 @@
<![endif]-->
{% block css %}
<link rel="stylesheet" type="text/css" href="css/sandstone-resp.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/gombot.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/sandstone-resp.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/gombot.css" media="screen" />
{% endblock %}
{% block extrahead %}{% endblock %}
@ -48,11 +48,6 @@
</header>
{% endblock %}
<hgroup id="main-feature" class="splash center">
<h2>Tired of remembering your usernames and passwords?</h2>
<h1>Let Gombot do the work for you.</h1>
</hgroup>
{% block content %}{% endblock %}
</div>