-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (60 loc) · 2.99 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
layout: default
image: https://gravatar.com/avatar/3b7898bd27b4e323233d647c63e4d87e?size=150
description: Blog about being a lazy dev
---
<div class="home">
<div class="full-hero hero-home">
<div class="hero-content">
<h1>I'm a Lazy Dev</h1>
<ul class="social-list">
{% include social-links.html %}
</ul>
</div>
</div>
<div class="home-callout">
<h1 class="callout-title">Being Lazy</h1>
<div class="callout-copy">
<p>
Being Lazy is a state of mind. How can we make sure computers work for us and not the reverse?
How can we reduce the amount of effort required to use software, maintain it and reason about it?
</p>
<p>
Not that it's easy, but one can try to make it easier.
</p>
<h3>Background</h3>
<p>
I started Software development in 2000. Since then, I always try to simplify things where possible, and having fun while doing so.
Currently working at <a href="https://www.shopify.com">Shopify</a> as a Staff developer.
You can find me on <a href="https://bsky.app/profile/franck.isalazy.dev">Bluesky</a>.
</p>
</div>
</div>
<div class="home-section">
<h4>Most recent post</h4>
<div class="blog-posts">
<header class="post-header">
<h2>
<a href="{{ site.posts.first.url }}">
{{ site.posts.first.title }}</a>
</h2>
<div class="post-byline">
<img src="{{ site.posts.first.gravatar }}" alt="{{ site.posts.first.gravatarAlt }}">
<a class="social-link"
href="{{ site.posts.first.authorBluesky }}"
aria-label="Bluesky">
<svg fill="none" viewBox="0 0 64 57" width="28" style="width: 28px; height: 24.9375px;">
<path fill="#0085ff" d="M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805ZM50.127 3.805C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z">
</path>
</svg>
</a>
by: {{ site.posts.first.author }}
<span> - {{ site.posts.first.date | date: '%B %d, %Y' }}</span>
</div>
</header>
<div class="posts-image"
style="background-image:url({{ site.posts.first.image }})"></div>
{{ site.posts.first.excerpt }}
</div>
</div>
</div>