Skip to content

Commit

Permalink
Tweak templates
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Apr 19, 2024
1 parent 4e886eb commit e6ab28e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ experience:
- Led a team of code crusaders in developing next-gen applications and enchanting user experiences.
- Spearheaded the implementation of Agile spellcasting methodologies, resulting in a 30% increase in project efficiency.
- Designed and implemented scalable backend architectures using the latest enchanted frameworks.
used_technologies:
keywords:
- PyroScript
- CharmSQL
- Mystic Cloud Computing
Expand All @@ -35,7 +35,7 @@ experience:
- Brewed potions (code) to bring stunning visuals and interactive experiences to life.
- Led the development of a magical mobile app, garnering 1 million downloads in its first month.
- Transformed design mockups into pixel-perfect realities, earning accolades from clients and users alike.
used_technologies:
keywords:
- SorceryScript
- EnchantedReact
- PotionStyles
Expand All @@ -49,7 +49,7 @@ experience:
- Transmuted data into digital gold, crafting robust backend systems and arcane algorithms.
- Implemented machine learning spells to uncover hidden insights in vast datasets, driving business growth.
- Mentored apprentice alchemists, guiding them in the ways of data sorcery and software alchemy.
used_technologies:
keywords:
- ElixirCraft
- AlchemyTensor
- Potion Pandas
Expand All @@ -62,7 +62,7 @@ experience:
- Conjured captivating user interfaces and bewitching user interactions for web and mobile platforms.
- Implemented responsive enchantments, ensuring seamless experiences across devices of all sizes.
- Collaborated with designers to bring their visions to life, adding a touch of magic to every pixel.
used_technologies:
keywords:
- Go#
- HTML6
- CSS Charms
Expand All @@ -76,7 +76,7 @@ experience:
- Initiated into the mystical world of software development, honing skills in the dark arts of coding.
- Assisted senior wizards in debugging spells and crafting enchanting features for client projects.
- Learned the ancient languages of HTML, CSS, and JavaScript, laying the foundation for my magical journey.
used_technologies:
keywords:
- EnigmaML
- Sorcerer's Expressions
- WizardJS
Expand Down
2 changes: 1 addition & 1 deletion templates/cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h3>{{ item.title }}, <a href="{{ item.company_url }}">{{ item.company_name }}</
<li>{{ bullet_point -}}</li>
{% endfor %}
</ul>
<em>{{ item.used_technologies|join(", ") }}</em>
<em>{{ item.keywords|join(", ") }}</em>
{% endif -%}
{% endfor %}

Expand Down
2 changes: 1 addition & 1 deletion templates/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ _{{ item.dates }}, {{ item.location }}_
* {{ bullet_point -}}
{% endfor %}

_{{ item.used_technologies|join(", ") }}_
_{{ item.keywords|join(", ") }}_
{% endif -%}
{% endfor %}

Expand Down
1 change: 1 addition & 0 deletions templates/pdf.override.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

% PDF Properties
\hypersetup{
pdfcreator={ https://github.com/rybakit/cv.template },
pdftitle={ {{ full_name }}'s CV },
pdfauthor={ {{ full_name }} },
pdfsubject={ CV },
Expand Down

0 comments on commit e6ab28e

Please sign in to comment.