💄 Updating the UI and style files.

This commit is contained in:
piharpi
2019-09-03 14:45:05 +07:00
parent e765cdf81a
commit 694811ab63
58 changed files with 1636 additions and 1613 deletions

9
_includes/jumbotron.html Normal file
View File

@@ -0,0 +1,9 @@
<div class="introduction">
<img
class="introduction-image"
src="{{ site.author.avatar | absolute_url }}"
alt="{{ site.author.username }}"
/>
<div class="introduction-name">{{ site.title }}</div>
<p class="introduction-description">{{ site.description }}</p>
</div>