Files
thetempusproject/app/plugins/resume/views/timeline.html
Joey Kimsey de5530b1e3 wip
2024-12-02 18:03:11 -05:00

22 lines
560 B
HTML

<h1>Resume</h1>
<hr>
{RESUME_NAV}
{LOOP}
<div class="resume-timeline">
<div class="timeline-container {side}">
<div class="timeline-content">
<h3 class="resume-position-title">{name}</h3>
<p><b>{position}</b> from <i>{prettyStart}</i> to <i>{prettyEnd}</i></p>
<div class="well">
{details}
</div>
</div>
</div>
</div>
{/LOOP}
{ALT}
<div class="resume-timeline">
<p>None Found</p>
</div>
{/ALT}
{RESUME_DOWNLOADS}