lxhome/_layouts/home.html

51 lines
1.4 KiB
HTML
Raw Normal View History

2019-02-24 23:14:34 +00:00
---
layout: default
---
<div class="column is-half-desktop is-offset-one-quarter-desktop para">
2019-04-26 15:48:50 +01:00
<section class="section is-size-4-desktop is-size-5-mobile">
2019-03-28 21:20:47 +00:00
<p class="text-centered">
2019-04-26 15:48:50 +01:00
<img
2020-08-14 15:10:24 +01:00
class="avatar is-rounded"
2019-04-26 15:48:50 +01:00
alt="lxsameer"
2020-08-14 15:10:24 +01:00
src="/assets/images/avatar.jpg"
2019-04-26 15:48:50 +01:00
/>
2019-03-28 21:20:47 +00:00
</p>
<p class="info text-justified">
2019-12-24 19:38:43 +00:00
Hi! I'm <b>Sameer</b> and I usually write about
2019-04-27 00:48:04 +01:00
technology and software development (hmmm more like nagging instead of writing). Since
I'm lazy, my posts are short so I can write more often.
2020-08-14 15:10:24 +01:00
<!-- <p class="info text-justified"> -->
<!-- If you have any comment on the articles or anything in general either send me an -->
<!-- email for connect to me via my <a class="home" href="https://activitypub.rocks/">activity pub</a> -->
<!-- feed on <a class="home" href="https://social.lxsameer.com">lxsameer@social.lxsameer.com</a>. -->
</p>
2019-03-28 21:20:47 +00:00
</p>
</section>
2019-02-24 23:14:34 +00:00
</div>
2019-03-28 21:20:47 +00:00
<div class="column is-half-desktop is-offset-one-quarter-desktop">
<section class="section">
2019-12-01 00:41:47 +00:00
<h3 class="header is-size-4">
2019-04-26 15:48:50 +01:00
Blog Posts:
</h3>
2019-02-24 23:14:34 +00:00
2019-04-26 15:48:50 +01:00
{% for post in site.posts %}
<div class="columns">
<div class="column">
<h2 class="is-size-3-desktop is-size-4-mobile">
<a class="post-title-link" href="{{ post.url }}">
<i class="fas fa-link"></i> {{ post.title }}
</a>
</h2>
</div>
2019-03-28 21:20:47 +00:00
</div>
2019-04-26 15:48:50 +01:00
{% endfor %}
2019-03-28 21:20:47 +00:00
</section>
2019-02-24 23:14:34 +00:00
</div>