1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
reyasume/_includes/components/resume/experience-role.njk

50 lines
2.1 KiB

{# uses loop variable role #}
{% set hasShortDescription = role.highlight and (not role.description.highlight) and role.description.short %}
Add significant amounts of skill and some experience data. Squashed commit of the following: commit e77be3f08b3f3101e90f4c476b3971b714e67fe5 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 21:16:15 2020 -0500 Add more data to experience and skills commit 6e9b769519acf179dceb8c8ff9ad6b45d229ea44 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:36:45 2020 -0500 Add personal projects "role" to experience section. commit 093ecaa7807fb4024676348538f628339ba30b89 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:20:18 2020 -0500 Add collapsable image credits section to footer commit 37cf813ee1c7c5aa82fc05fc481750d81b4270b6 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:04:39 2020 -0500 Add logos from old internships. commit 2956dd77110d5c93c34115617226fb8e4e90cf15 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:51:13 2020 -0500 Remove test resume and limiters on main resume commit ceacd9e0854c8845ba8d9cc0e8284ab1898995dd Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:49:46 2020 -0500 Update skills and add logos commit e7b3217a2cd1509424378b218cb43ec5188e9114 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:39 2020 -0500 Small updates to experience notes commit ba6f8ec460e6404d5a43f70c4f13374da4694e3f Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:19 2020 -0500 Fix minor bugs in has{High,Low}lightsRecursive commit 846804a6f42dadd2c094c4ab9933ca37b36c772c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:52 2020 -0500 Add Skype number and email address. commit 69c6440bb3b8194539645b7564ab9bef55fac343 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:29 2020 -0500 Add credits for new icons. commit e37386074989ceb57fd7f23769604f0a7cb37c14 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:21 2020 -0500 Add proper About for main resume page. commit 1741139a211a6ca93353d7ef213d452d7686c285 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:58 2020 -0500 Update spacing of About and Skills sections. commit 094d6a887ad06f5f6a2287b1c8bb2c64c702285e Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:35 2020 -0500 First pass of proficiencies and images for skills. commit bbf1b4df9940c7e4912fcd1387be5780bd2c900c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 12:21:21 2020 -0500 Fix lowlight roles to look more like lowlight skill categories commit a48e23050ae5497e0d1e9f1e48f13c7976c5838b Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 11:53:33 2020 -0500 Add US phone number to contacts (and remove JP phone number for now) commit 03dabcb24f3a6ba86c3bd5bb6842420b8ea35854 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:54:35 2020 -0500 Add adaptability as engineering skill commit 8548a78a74a68d79d7ef8e4f6e0c8c2eeab4f4b3 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:17:03 2020 -0500 Add Docker and personal projects notes commit 57e42163bf1b5159e1fd4699d7ee0a1b1e27ab54 Author: Mari <mstaib.git@reya.zone> Date: Mon Feb 3 11:38:42 2020 -0500 Translate notes into commented-out text in experience and skills yaml files
5 years ago
<article class="role {% if not role.highlight %} lowlight lowlight-no-gradient{% endif %}{% if role.highlight and not role.description.highlight %} minimized{% endif %}">
<div class="header{% if not role.highlight %} lowlight{% endif %}">
{% if role.image %}<img src="/img/{{ role.image }}" class="icon" aria-hidden="true" />{% endif %}
<div class="firstline">
<h3 class="name">
{{ role.name }}&nbsp;
</h3>
{% if role.highlight and (hasShortDescription or role.achievements | hasLowlights) %}
{% include "components/resume/highlight-icon.njk" %}
{% endif %}
</div>
<span class="details">
{% if role.team %}<span class="team">on {{ role.team }}&nbsp;</span>{% endif %}
{% if role.company %}<span class="company">at {{ role.company }}&nbsp;</span>{% endif %}
Add significant amounts of skill and some experience data. Squashed commit of the following: commit e77be3f08b3f3101e90f4c476b3971b714e67fe5 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 21:16:15 2020 -0500 Add more data to experience and skills commit 6e9b769519acf179dceb8c8ff9ad6b45d229ea44 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:36:45 2020 -0500 Add personal projects "role" to experience section. commit 093ecaa7807fb4024676348538f628339ba30b89 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:20:18 2020 -0500 Add collapsable image credits section to footer commit 37cf813ee1c7c5aa82fc05fc481750d81b4270b6 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:04:39 2020 -0500 Add logos from old internships. commit 2956dd77110d5c93c34115617226fb8e4e90cf15 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:51:13 2020 -0500 Remove test resume and limiters on main resume commit ceacd9e0854c8845ba8d9cc0e8284ab1898995dd Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:49:46 2020 -0500 Update skills and add logos commit e7b3217a2cd1509424378b218cb43ec5188e9114 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:39 2020 -0500 Small updates to experience notes commit ba6f8ec460e6404d5a43f70c4f13374da4694e3f Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:19 2020 -0500 Fix minor bugs in has{High,Low}lightsRecursive commit 846804a6f42dadd2c094c4ab9933ca37b36c772c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:52 2020 -0500 Add Skype number and email address. commit 69c6440bb3b8194539645b7564ab9bef55fac343 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:29 2020 -0500 Add credits for new icons. commit e37386074989ceb57fd7f23769604f0a7cb37c14 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:21 2020 -0500 Add proper About for main resume page. commit 1741139a211a6ca93353d7ef213d452d7686c285 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:58 2020 -0500 Update spacing of About and Skills sections. commit 094d6a887ad06f5f6a2287b1c8bb2c64c702285e Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:35 2020 -0500 First pass of proficiencies and images for skills. commit bbf1b4df9940c7e4912fcd1387be5780bd2c900c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 12:21:21 2020 -0500 Fix lowlight roles to look more like lowlight skill categories commit a48e23050ae5497e0d1e9f1e48f13c7976c5838b Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 11:53:33 2020 -0500 Add US phone number to contacts (and remove JP phone number for now) commit 03dabcb24f3a6ba86c3bd5bb6842420b8ea35854 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:54:35 2020 -0500 Add adaptability as engineering skill commit 8548a78a74a68d79d7ef8e4f6e0c8c2eeab4f4b3 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:17:03 2020 -0500 Add Docker and personal projects notes commit 57e42163bf1b5159e1fd4699d7ee0a1b1e27ab54 Author: Mari <mstaib.git@reya.zone> Date: Mon Feb 3 11:38:42 2020 -0500 Translate notes into commented-out text in experience and skills yaml files
5 years ago
{% if role.startDate or role.endDate %}
<span class="date">
{% if role.startDate %}
<span class="start">&nbsp;from {{ role.startDate | monthAndYear }}</span>
{% endif %}
{% if role.endDate %}
<span class="end">&nbsp;until {{ role.endDate | monthAndYear }}</span>
{% else %}
<span class="end">&nbsp;(ongoing)</span>
{% endif %}
</span>
{% endif %}
</span>
</div>
{% if role.description.full %}
Add significant amounts of skill and some experience data. Squashed commit of the following: commit e77be3f08b3f3101e90f4c476b3971b714e67fe5 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 21:16:15 2020 -0500 Add more data to experience and skills commit 6e9b769519acf179dceb8c8ff9ad6b45d229ea44 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:36:45 2020 -0500 Add personal projects "role" to experience section. commit 093ecaa7807fb4024676348538f628339ba30b89 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:20:18 2020 -0500 Add collapsable image credits section to footer commit 37cf813ee1c7c5aa82fc05fc481750d81b4270b6 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:04:39 2020 -0500 Add logos from old internships. commit 2956dd77110d5c93c34115617226fb8e4e90cf15 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:51:13 2020 -0500 Remove test resume and limiters on main resume commit ceacd9e0854c8845ba8d9cc0e8284ab1898995dd Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:49:46 2020 -0500 Update skills and add logos commit e7b3217a2cd1509424378b218cb43ec5188e9114 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:39 2020 -0500 Small updates to experience notes commit ba6f8ec460e6404d5a43f70c4f13374da4694e3f Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:19 2020 -0500 Fix minor bugs in has{High,Low}lightsRecursive commit 846804a6f42dadd2c094c4ab9933ca37b36c772c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:52 2020 -0500 Add Skype number and email address. commit 69c6440bb3b8194539645b7564ab9bef55fac343 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:29 2020 -0500 Add credits for new icons. commit e37386074989ceb57fd7f23769604f0a7cb37c14 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:21 2020 -0500 Add proper About for main resume page. commit 1741139a211a6ca93353d7ef213d452d7686c285 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:58 2020 -0500 Update spacing of About and Skills sections. commit 094d6a887ad06f5f6a2287b1c8bb2c64c702285e Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:35 2020 -0500 First pass of proficiencies and images for skills. commit bbf1b4df9940c7e4912fcd1387be5780bd2c900c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 12:21:21 2020 -0500 Fix lowlight roles to look more like lowlight skill categories commit a48e23050ae5497e0d1e9f1e48f13c7976c5838b Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 11:53:33 2020 -0500 Add US phone number to contacts (and remove JP phone number for now) commit 03dabcb24f3a6ba86c3bd5bb6842420b8ea35854 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:54:35 2020 -0500 Add adaptability as engineering skill commit 8548a78a74a68d79d7ef8e4f6e0c8c2eeab4f4b3 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:17:03 2020 -0500 Add Docker and personal projects notes commit 57e42163bf1b5159e1fd4699d7ee0a1b1e27ab54 Author: Mari <mstaib.git@reya.zone> Date: Mon Feb 3 11:38:42 2020 -0500 Translate notes into commented-out text in experience and skills yaml files
5 years ago
<div class="description{% if hasShortDescription or not role.highlight %} lowlight{% endif %}">
{{ role.description.full | md | safe }}
</div>
{% endif %}
{% if hasShortDescription %}
<div class="description highlight">
{{ role.description.short | md | safe }}
</div>
{% endif %}
{% if role.achievements %}
<ul class="achievements">
{% for achievement in role.achievements %}
Add significant amounts of skill and some experience data. Squashed commit of the following: commit e77be3f08b3f3101e90f4c476b3971b714e67fe5 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 21:16:15 2020 -0500 Add more data to experience and skills commit 6e9b769519acf179dceb8c8ff9ad6b45d229ea44 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:36:45 2020 -0500 Add personal projects "role" to experience section. commit 093ecaa7807fb4024676348538f628339ba30b89 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:20:18 2020 -0500 Add collapsable image credits section to footer commit 37cf813ee1c7c5aa82fc05fc481750d81b4270b6 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:04:39 2020 -0500 Add logos from old internships. commit 2956dd77110d5c93c34115617226fb8e4e90cf15 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:51:13 2020 -0500 Remove test resume and limiters on main resume commit ceacd9e0854c8845ba8d9cc0e8284ab1898995dd Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:49:46 2020 -0500 Update skills and add logos commit e7b3217a2cd1509424378b218cb43ec5188e9114 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:39 2020 -0500 Small updates to experience notes commit ba6f8ec460e6404d5a43f70c4f13374da4694e3f Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:19 2020 -0500 Fix minor bugs in has{High,Low}lightsRecursive commit 846804a6f42dadd2c094c4ab9933ca37b36c772c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:52 2020 -0500 Add Skype number and email address. commit 69c6440bb3b8194539645b7564ab9bef55fac343 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:29 2020 -0500 Add credits for new icons. commit e37386074989ceb57fd7f23769604f0a7cb37c14 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:21 2020 -0500 Add proper About for main resume page. commit 1741139a211a6ca93353d7ef213d452d7686c285 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:58 2020 -0500 Update spacing of About and Skills sections. commit 094d6a887ad06f5f6a2287b1c8bb2c64c702285e Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:35 2020 -0500 First pass of proficiencies and images for skills. commit bbf1b4df9940c7e4912fcd1387be5780bd2c900c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 12:21:21 2020 -0500 Fix lowlight roles to look more like lowlight skill categories commit a48e23050ae5497e0d1e9f1e48f13c7976c5838b Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 11:53:33 2020 -0500 Add US phone number to contacts (and remove JP phone number for now) commit 03dabcb24f3a6ba86c3bd5bb6842420b8ea35854 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:54:35 2020 -0500 Add adaptability as engineering skill commit 8548a78a74a68d79d7ef8e4f6e0c8c2eeab4f4b3 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:17:03 2020 -0500 Add Docker and personal projects notes commit 57e42163bf1b5159e1fd4699d7ee0a1b1e27ab54 Author: Mari <mstaib.git@reya.zone> Date: Mon Feb 3 11:38:42 2020 -0500 Translate notes into commented-out text in experience and skills yaml files
5 years ago
<li{% if not role.highlight or not achievement.highlight %} class="lowlight"{% endif %}>{{achievement.description | md | safe }}</li>
{% endfor %}
</ul>
{% endif %}
</article>