Files
fet2020/fet2020/templates/blackboard/partials/_jobPosting.html
2020-10-02 22:27:12 +00:00

19 lines
676 B
HTML

<div class="grid-x">
<div class="medium-3 large-2 small-6 cell">
<h2>{{job.companyName}}</h2>
<p>{{job.jobName}}<br>
Mindestgehalt: {{job.salary}}€</p>
{# only thumb and name of member #}
<a class="thumbnail member-thumb" href="{{job.pdfLocation.url}}" style="width:200px;height:300px">
<img src="{{job.pdf_thumb_location}}" alt="" />
<div class="thumb-layer">
<div>
<h1>{{job.companyName}}</h1>
<p>{{job.jobName}} <br>
Mindestgehalt: {{job.salary}}€</p>
</div>
</div>
</a>
</div>
</div>