17 lines
649 B
HTML
17 lines
649 B
HTML
<div class="cell medium-4 large-3 small-12">
|
|
<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:280px">
|
|
<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>
|