-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 1.27 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
---
layout: base
title: "Home"
group: home
permalink: /
---
<section class="hero rl-front-page is-fullheight">
<div class="hero-body">
<div class="container rl-greeting-container">
<span class="sr no-wrapping">Hi, I’m Quil.</span>
<h1 class="title rl-greeting"
data-greetings='["Hi, I’m Quil.", "Hej, jag är Quil.", "ハロー、Quilです。", "Olás, eu sou Quil."]'
data-delay="10"
aria-hidden="true"
>Hi, I’m Quil.
</h1>
<div class="rl-description">
<p>
I'm a programmer, artist, writer, and programming language designer. I
love cats, magical girls, pastels, and cute things.
</p>
<p>
<a href="https://github.com/qteatime/crochet">My current project</a>
tries to look at ways in which programming tools could be better,
considering views from humanities (sociology, psychology, social
justice, etc), collaboration, security, and mathematics.
</p>
<p>
Quil is pronounced as the English letter "Q". Or <em>/kjuː/</em> in <a href="https://en.wikipedia.org/wiki/International_Phonetic_Alphabet" title="International Phonetic Alphabet on Wikipedia">IPA</a>.
</p>
</h2>
</div>
</div>
</section>