-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·32 lines (24 loc) · 1.12 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
---
layout: default
---
{%- include header.liquid %}
{% assign currentYear = 'now' | date: '%Y' %}
{% assign workYears = currentYear | minus: site.data.about.startYear | minus: 1 %}
<main id="main">
{% capture summary%}
<p>
More than {{ workYears }} years of experience in web development.
Keep myself up to date with new cutting edge technologies.
Self-motivated. Doing things properly, not just closing tickets.
Drive development from ideas to working solutions.
Mentor and motivate people to deliver high quality code.
Desire to perfect my skills in every scope. Ready to receive new knowledge,
skills or advice and contemporaneously prepared to share the same.
</p>
{% endcapture %}
{%- include section.liquid title="Personal Profile" content=summary %}
{%- include sections/key-skills.liquid keySkills=site.data.about.keySkills %}
{%- include sections/experience.liquid experience=site.data.experience %}
{%- include sections/education.liquid education=site.data.education %}
</main>
{%- include footer.liquid %}