Skip to content

Commit b2d6dc7

Browse files
committed
text align fixed
1 parent a942079 commit b2d6dc7

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

_data/strings-en.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: Android online treasury knowledge.
1+
description: Blog about Android platform programming
22
keywords: "android, code, coding, programming, programer, java, kotlin, libraries, mobile"
33

44
page-blog: Blog

_data/strings-pl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: Skarbnica wiedzy o Androidzie.
1+
description: Blog o programowaniu na platformę Android
22
keywords: "android, code, programowanie, programista, java, kotlin, biblioteki, mobile"
33

44
page-blog: Blog

_data/strings.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: Android online treasury knowledge.
1+
description: Blog about Android programming
22
keywords: "android, code, coding, programming, programer, java, kotlin, libraries, mobile"
33

44
page-blog: Blog

_layouts/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="hero--big lazyload" data-bg="{{site.url}}/assets/img/main_banner.jpg">
1313
<div class="hero__wrap">
1414
<h1 class="hero__title">{{ site.title }}</h1>
15-
<p class="hero__meta">{{ site.data.strings.description }}</p>
15+
<div class="hero__meta">{{ site.data.strings.description }}</div>
1616
</div>
1717
</div>
1818

_pages/about.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ <h2>Blog</h2>
88
<p>Android Code is a blog about programming for the Android platform. You will find here primarily a series of technical articles dedicated to the specific issue of developing applications for Android, as well as articles loosely related to the world of computer science.</p>
99

1010
<h2>Author</h2>
11-
<p>Maciej Nowak - Android Developer, passionate programmer, enthusiast of mobile technologies. A graduate of Adam Mickiewicz University - Master Degree in Computer Science. A software engineer with the mission of creating a good, clean and expandable code. Privately a hobbyist of active and passive sport, healthy lifestyle, music and cinematography. As the author of the blog, I am a teacher, but also a student. I know what I don't know, but still smarter every day!</p>
11+
<p>Maciej Nowak - Android Developer, passionate programmer, enthusiast of mobile technologies. A graduate of Adam Mickiewicz University (Master Degree in Computer Science). A software engineer with the mission of creating a good, clean and expandable code. Privately a hobbyist of active and passive sport, healthy lifestyle, music and cinematography. As the author of the blog, I am a teacher, but also a student. I know what I don't know, but still smarter every day!</p>
1212

1313
<p>More about me, about my projects and initiatives:
14-
<a href="http://maciej-nowak.pl" target="_blank">maciej-nowak.pl</a>
14+
<span style="white-space:nowrap"><a href="http://maciej-nowak.pl" target="_blank">maciej-nowak.pl</a></span>
1515
<br>
1616
Feel free to contact:
17-
<a href="mailto:kontakt@maciej-nowak.pl">kontakt@maciej-nowak.pl</a>
17+
<span style="white-space:nowrap"><a href="mailto:kontakt@maciej-nowak.pl">kontakt@maciej-nowak.pl</a></span>
1818
</p>

0 commit comments

Comments
 (0)