-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·24 lines (19 loc) · 1.15 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
---
layout: default
title: Home
---
<section class="center contain-small margin-bottom-2">
<h1 class="margin-bottom-1 pad-small-block text-center text-h1">Writings inspired by oneness</h1>
<div class="pad-small-block">
<p class="drop-cap margin-bottom-1"><b>Open Source Life is a little collection of writings on the joy of embodiment and technology as a means to express that.</b> Here, you may find anything from a how-to article on writing code, to ways in which we can recognize our nature as happiness. With tech playing an integral part in our sense of community, we'd like to bring more playfulness to it—inspiring a generation to view coding as a beautiful self-expression. We hope you find something useful here.</p>
<img alt="Illustration of a family connecting online" src="/assets/illustration-online-family.png">
</div>
</section>
<section class="center contain-small margin-bottom-4">
<h2 class="margin-bottom-1 text-center text-h3">Read the latest</h2>
<ul class="font-family-secondary pad-small-block">
{% for post in site.posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</section>