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---
layout: default
---
<body>
<!-- intro/main -->
<section class="fullpage" id="main">
<div class="content">{% include sections/intro.html %}</div>
<a href="#competencies" class="icons arrow" title="go to competencies"></a>
</section>
<!-- competencies -->
<section class="fullpage" id="competencies">
<div class="content">{% include sections/competencies.html %}</div>
<a href="#talks" class="icons arrow" title="go to github pages"></a>
</section>
<!-- talks -->
<section class="fullpage" id="talks">
<div class="content">{% include sections/talks.html %}</div>
<a href="#pages" class="icons arrow" title="go to github pages"></a>
</section>
<!-- github pages -->
<section class="fullpage" id="pages">
<div class="content">{% include sections/pages.html %}</div>
<a href="#education" class="icons arrow" title="go to education"></a>
</section>
<!-- education -->
<section class="fullpage" id="education">
<div class="content">{% include sections/education.html %}</div>
<a href="#jobs" class="icons arrow" title="go to jobs"></a>
</section>
<!-- jobs -->
<section class="fullpage" id="jobs">
<div class="content">{% include sections/jobs.html %}</div>
{% if site.data.meetups %}<a href="#meetme" class="icons arrow" title="meet me"></a>{% endif %}
</section>
<!-- meet me -->
{% if site.data.meetups %}
<section class="fullpage" id="meetme">
<div class="content">{% include sections/meetme.html %}</div>
</section>
{% endif %}
<script src="main.js"></script>
</body>
</html>