- restore resources.png
- remove https from discourse link
- remove icon from search field
This commit is contained in:
Aki Rose Braun 2014-12-18 13:33:30 -08:00
Родитель 2facd6e986
Коммит afa08c769a
5 изменённых файлов: 8 добавлений и 6 удалений

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

@ -197,7 +197,7 @@ header {
color: @white;
font-size: 17px;
margin-left: 5px;
width: 70%;
width: 80%;
&::-moz-placeholder,
&:-ms-input-placeholder,
&::-webkit-input-placeholder {

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

@ -53,7 +53,7 @@
},
"Tools description": {
"message": "<a href=\"/{{ lang }}/tools\">Webmaker tools</a> make it easy to create things on the web. Make your own web pages, interactive videos, remixes, mobile apps and more&mdash;learning web mechanics, code and other valuable skills as you go.",
"description":"a description of the webmaker tools"
"description": "a description of the webmaker tools"
},
"Event subsection header": {
"message": "Make. Learn. Get together.",
@ -483,7 +483,6 @@
"message": "Welcome to Webmaker&mdash;a <a href='https://www.mozilla.org/mission/'>Mozilla</a> project dedicated to helping you create something amazing on the web.",
"description": "/about first section first sentence"
},
"Our tools, events and teaching guides": {
"message": "Our <a href=\"/{{ lang }}/tools\">tools</a>, <a href=\"/{{ lang }}/events\">events</a> and <a href=\"/{{ lang }}/teach\">teaching guides</a> allow webmakers to not only create the content that makes the web great, but &mdash; perhaps more importantly &mdash; understand how the web works.",
"description": "/about first section second sentence"
@ -639,5 +638,9 @@
"Start Creating": {
"message": "Start Creating",
"description": "button text on footer on home"
},
"Search gallery": {
"message": "Search gallery",
"description": "Text for search field on gallery page"
}
}

Двоичные данные
public/img/home/resources.png Normal file

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

После

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

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

@ -31,7 +31,7 @@
<h1>{{ 'Connect with the Community' | i18n }}</h1>
<div>
<a class="btn btn-primary btn-lg pull-right" href="https://discourse.webmaker.org/category/meet">
<a class="btn btn-primary btn-lg pull-right" href="http://discourse.webmaker.org/category/meet">
{{ 'Introduce yourself' | i18n }}</a>
<p bind-unsafe-html="'Join our online forum' | i18n"></p>

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

@ -8,8 +8,7 @@
{% if options.length %}
<div class="g-2 filter hide">
<form action="/search" id="gallery-search">
<span class="icon-th"></span>
<input type="search" placeholder="Search the gallery" name="q"/>
<input type="search" placeholder="{{gettext('Search gallery')}}" name="q" results="5"/>
<input type="hidden" name="type" value="all"/>
<button type="submit" aria-label="Search">
<span class="icon-search"></span>