-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
128 lines (99 loc) · 5.11 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
---
layout: default
---
<div class="home">
<div class="site-header-container {% if site.cover %}has-cover{% endif %}" {% if site.cover %}style="background-image: url({{ site.cover | prepend: site.baseurl }});"{% endif %}>
<div class="scrim {% if site.cover %}has-cover{% endif %}">
<header class="site-header">
<h1 class="title">{{ site.title }}</h1>
{% if site.subtitle %}<p class="subtitle">{{ site.subtitle }}</p>{% endif %}
</header>
</div>
</div>
<h1 style="text-align:center;">Hello, world!</h1>
<br>
<p class="a"; style="text-align:center;" ></a> You have landed on my personal research site, dedicated to various experiments with digital epigraphy and quantitative analysis of inscriptions. I love to think about inscriptions as petrified voices coming from the past, delivering messages from people quite similar to us. I truly believe, that by studying inscriptions we can learn not only about our past, but also about our daily lives. I love to talk about inscriptions, archaeology, history and/or cats. Most days you can find me either staring at the computer screen and coding, drinking coffee with my husband or playing with my daughter! </p>
<br>
<p class="a"; style="text-align:center;" ></a> For more details about me, visit the <a href="{{site.baseurl}}/CV/">Curriculum Vitae</a> section, or send me an <a href = "mailto:petra.janouchova@gmail.com">email</a>. </p>
<br>
<p class="a"; style="text-align:center;" >You can follow me and my work either on <a href="https://twitter.com/pettulda"</a>Twitter</a>, <a href="https://github.com/petrifiedvoices"</a>GitHub</a> or via <a href="https://orcid.org/0000-0002-6349-0540"</a>ORCID</a>. </p>
<br>
<div align="center">
<a class="twitter-timeline" data-lang="en" data-width="600" data-height="1200" data-theme="light" data-link-color="#E81C4F" href="https://twitter.com/pettulda?ref_src=twsrc%5Etfw">Tweets by pettulda</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<!--
<h1 style="text-align:center;">Petra's reflections</h1>
<div class="wrapper">
<ul class="post-list">
{% for post in paginator.posts %}
<li>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
<section class="post-excerpt" itemprop="description">
<p>{{ post.content | strip_html | truncatewords: 50 }}</p>
</section>
<section class="post-meta">
<div class="post-date">{{ post.date | date: "%B %-d, %Y" }}</div>
<div class="post-categories">
{% if post.categories.size > 0 %}in {% for cat in post.categories %}
{% if site.jekyll-archives %}
<a href="{{ site.baseurl }}/category/{{ cat }}">{{ cat | capitalize }}</a>{% if forloop.last == false %}, {% endif %}
{% else %}
<a href="{{ site.baseurl }}/posts/#{{ cat }}">{{ cat | capitalize }}</a>{% if forloop.last == false %}, {% endif %}
{% endif %}
{% endfor %}{% endif %}
</div>
</section>
</li>
{% if forloop.last == false %}
<hr>
{% endif %}
{% endfor %}
</ul>
<nav class="pagination" role="navigation">
<p>
{% if paginator.previous_page %}
{% if paginator.page == 2 %}
<a class="newer-posts" href="{% if site.baseurl %}{{ site.baseurl }}{% endif %}/">
<span class="fa-stack fa-lg">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-angle-double-left fa-stack-1x fa-inverse"></i>
</span>
</a>
{% else %}
<a class="newer-posts" href="{{ site.baseurl }}/page{{paginator.previous_page}}">
<span class="fa-stack fa-lg">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-angle-double-left fa-stack-1x fa-inverse"></i>
</span>
</a>
{% endif %}
{% else %}
<span class="fa-stack fa-lg">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-angle-double-left fa-stack-1x fa-inverse"></i>
</span>
{% endif %}
<span class="page-number">Page {{ paginator.page }} of {{ paginator.total_pages }}</span>
{% if paginator.next_page %}
<a class="newer-posts" href="{{ site.baseurl }}/page{{paginator.next_page}}">
<span class="fa-stack fa-lg">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-angle-double-right fa-stack-1x fa-inverse"></i>
</span>
</a>
{% else %}
<span class="fa-stack fa-lg">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-angle-double-right fa-stack-1x fa-inverse"></i>
</span>
{% endif %}
</p>
</nav>
-->
<br>
<h3 style="text-align:center;">The technology behind the scene</h3>
<p class="a"; style="text-align:center;" >I am using a custom Jekyll theme - Centrarium, made by <a href="https://github.com/bencentra"</a>Ben Centra</a>. Installation and configuration instructions can be found in the <a href="https://github.com/bencentra/centrarium"</a>GitHub repo</a>. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at <a href="http://jekyllrb.com/)"</a>jekyllrb.com</a>. And you can find the source code for Jekyll at <a href="https://github.com/jekyll/jekyll"</a>github.com/jekyll/jekyll</a></a>. </p>
</div>
</div>