Skip to content

Commit d9b6149

Browse files
committed
Use p tags around intro text.
1 parent 12cd301 commit d9b6149

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

bg/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
<div id="intro">
88
<h1>Ruby e...</h1>
99

10+
<p>
1011
Динамичен език за програмиране с отворен код, фокусиран върху лесната
1112
употреба и продуктивноста. Той притежава елегантен и лесен за четене
1213
и писане синтаксис.
14+
</p>
1315

1416
<a href="about/">Прочетете още...</a>
1517
</div>

de/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
<div id="intro">
88
<h1>Ruby ist...</h1>
99

10+
<p>
1011
...eine dynamische, freie Programmiersprache, die sich einfach
1112
anwenden und produktiv einsetzen lässt. Sie hat eine elegante Syntax,
1213
die man leicht lesen und schreiben kann.
14+
</p>
1315

1416
<a href="about/">Weiterlesen...</a>
1517
</div>

en/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
<div id="intro">
88
<h1>Ruby is...</h1>
99

10+
<p>
1011
A dynamic, open source programming language with a focus on
1112
simplicity and productivity. It has an elegant syntax that is
1213
natural to read and easy to write.
14+
</p>
1315

1416
<a href="about/">Read More...</a>
1517
</div>

es/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
<div id="intro">
88
<h1>Ruby es...</h1>
99

10+
<p>
1011
Un lenguaje de programación dinámico y de código abierto enfocado en la
1112
simplicidad y productividad. Su elegante sintaxis se siente natural
1213
al leerla y fácil al escribirla.
14+
</p>
1315

1416
<a href="about/">Leer más...</a>
1517
</div>

fr/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
<div id="intro">
88
<h1>Ruby...</h1>
99

10+
<p>
1011
est un langage open-source dynamique qui met l'accent sur la simplicité
1112
et la productivité. Sa syntaxe élégante en facilite la lecture et
1213
l'écriture.
14+
</p>
1315

1416
<a href="about/">En savoir plus...</a>
1517
</div>

id/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
<div id="intro">
88
<h1>Ruby adalah...</h1>
99

10+
<p>
1011
Bahasa pemrograman open source dinamis, mudah dimengerti dan produktif.
1112
Sintaks Ruby elegan, natural, mudah dibaca dan ditulis.
13+
</p>
1214

1315
<a href="about/">Tentang Ruby...</a>
1416
</div>

0 commit comments

Comments
 (0)