Skip to content

Commit 35eab96

Browse files
Update CSS and application text
1 parent 91b79db commit 35eab96

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
lines changed

public/assets/css/style.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,10 @@ p.copyright {
141141

142142
.azuki {
143143
display:inline-block;
144-
padding:12px 4px 6px;
144+
padding:12px 5px 12px;
145145
background: #3c4959;
146146
color: #fff;
147147
font-weight: bold;
148-
text-transform: lowercase;
149148
margin-bottom:15px;
150149
}
151150

views/index_en.handlebars

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<title>azk - demo application</title>
3+
<title>azk - Demo Application</title>
44
<link href="/static/assets/css/style.css" rel="stylesheet" type="text/css">
55

66
</head>
@@ -41,7 +41,7 @@
4141

4242
<div class="h-line"> &nbsp; </div>
4343

44-
<p>We have two steps to help you out with <strong>azk</strong> to extend this demo application.</p>
44+
<p>We have two steps to help you out with <strong>azk</strong> and extend this demo application.</p>
4545
<p>Hope you enjoy it!</p>
4646

4747
<!-- if database client is not present -->
@@ -63,7 +63,7 @@
6363

6464
<div class="footer">
6565
<div class="h-line"> &nbsp; </div>
66-
<p class="copyright"><span class="azuki">Azuki</span> - Copyright 2013-2015</p>
66+
<p class="copyright"><span class="azuki">Azuki</span></p>
6767
</div>
6868
</div>
6969
<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>

views/index_pt_br.handlebars

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<title> azk - aplicação demo</title>
3+
<title> azk - Aplicação Demo</title>
44
<link href="/static/assets/css/style.css" rel="stylesheet" type="text/css">
55

66
</head>
@@ -41,7 +41,7 @@
4141

4242
<div class="h-line"> &nbsp; </div>
4343

44-
<p>Possuimos duas etapas para te ajudar com o <strong>azk</strong> e a extender esta aplicação.</p>
44+
<p>Possuímos duas etapas para te ajudar com o <strong>azk</strong> e extender esta aplicação.</p>
4545
<p>Esperamos que você curta!</p>
4646

4747
<!-- if database client is not present -->
@@ -63,7 +63,7 @@
6363

6464
<div class="footer">
6565
<div class="h-line"> &nbsp; </div>
66-
<p class="copyright"><span class="azuki">Azuki</span> - Copyright 2013-2015</p>
66+
<p class="copyright"><span class="azuki">Azuki</span></p>
6767
</div>
6868
</div>
6969
<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>

views/steps/database_en.handlebars

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
<h2>1. Plugging the database</h2>
3-
<p>This demo application has an simple visitor account support but it needs a Redis application to have it running.</p>
4-
<p>You can plug the database by <a href="http://docs.azk.io/en/getting-started/database.html" target="_blank">following these instructions</a>.</p>
2+
<h2>1. Adding the database</h2>
3+
<p>This demo application has a simple visitor counter, but it needs a Redis database to show it.</p>
4+
<p>You can learn how to do this by <a href="http://docs.azk.io/en/getting-started/database.html" target="_blank">following these instructions</a>. :)</p>

views/steps/database_pt_br.handlebars

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
<h2>1. Plugue o banco de dados</h2>
3-
<p>Esta aplicação possui suporte a um simples contador de visita mas, para rodar, necessita conectar a uma aplicação Redis.</p>
2+
<h2>1. Adicione o banco de dados</h2>
3+
<p>Esta aplicação possui suporte a um simples contador de visitas mas, para vê-lo, é necessário adicionar um banco de dados Redis.</p>
44
<p>Você pode plugar um banco de dados <a href="http://docs.azk.io/en/getting-started/database.html" target="_blank">seguindo estas instruções</a>.</p>

0 commit comments

Comments
 (0)