-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (32 loc) · 960 Bytes
/
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
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: home
---
{% include mastodon-verification.html %}
<section id="profile">
<img src="/assets/images/profile.jpg" alt="Probably one of very few pictures of me where my smile looks genuine! ;)">
<span>
<h1>
{{ site.data.people.rcjpisani.name.first }}
{{ site.data.people.rcjpisani.name.last }}
</h1>
<h5>
({{ site.data.people.rcjpisani.pronouns }})
</h5>
</span>
<h6>
Also Known As:
"{{ site.data.people.rcjpisani.name.short }}"
</h6>
<p>{{ site.description }}</p>
</section>
<div class="separator"></div>
<section id="about">
<h2>About Me</h2>
{%- if site.data.people.rcjpisani.about.size > 0 -%}
{%- for paragraph in site.data.people.rcjpisani.about -%}
<p>{{ paragraph }}</p>
{%- endfor -%}
{%- endif -%}
</section>