-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 loc) · 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
title: Andrii Liashenko
layout: default
background: '/img/bg-index.jpg'
---
<!-- Home Intro
================================================== -->
{% if page.url == "/" %}
<div class="rounded mb-5 ">
<div class="row align-items-center justify-content-between">
<div class="col-md-6 text-center pl-0">
<img class="intro" height="420px" alt="andrii liashenko photo" src="{{site.baseurl}}/assets/images/avatar.jpeg">
</div>
<div class="col-md-6">
<div class="about-info">Hi 👋,<br> <span class="info-name">I'm Andrii,</span></div>
<p>a Software Engineer with <b>6+</b> years of experience.</p>
I write about <span class="font-weight-bold">Backend development, Cloud, AWS, Distributed systems, Databases, DevOps, CI/CD</span>.
{% include experience.html %}
</div>
</div>
</div>
{% endif %}
{% for post in site.posts limit:3 %}
<div class="col mb-5">
{% include postbox.html %}
</div>
{% endfor %}
<a href="{{site.baseurl}}/blog" class="btn btn-primary text-white px-5 btn-lg">All Posts</a>