gl-website-deployer/views/public/cv.mustache

64 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-11-19 08:02:04 +01:00
{{> public_header}}
{{> generic_header}}
<style>
thead {
font-weight: bold;
color: white;
}
tbody > tr > td:first-child {
color: #99d89e;
font-weight: bold;
}
</style>
<!-- Wrapper -->
<div id="wrapper">
<section id="main" class="wrapper style2">
<div class="inner">
<h1 class="major">Curriculum Vitae</h1>
<div class="table-wrapper">
{{{short}}}
</div>
</div>
</div>
</section>
<section id="grants" class="wrapper style1">
<div class="inner">
<h1 class="major">Grants and Awards</h1>
<div class="table-wrapper">
{{{grants}}}
</div>
</div>
</section>
<section id="responsabilities" class="wrapper style3">
<div class="inner">
<h1 class="major">Responsabilities</h1>
<div class="table-wrapper">
{{{responsabilities}}}
</div>
</div>
</section>
<section id="grants" class="wrapper style3">
<div class="inner">
<h1 class="major">Outreach</h1>
<div class="table-wrapper">
{{{outreach}}}
</div>
</div>
</section>
</div>
{{> public_footer}}