update blackboard view

This commit is contained in:
2020-10-12 16:25:37 +00:00
parent ffd5cb318e
commit 847f2f6e83
2 changed files with 3 additions and 6 deletions

View File

@@ -5,8 +5,7 @@
<div class="grid-container">
<h1>Blackboard</h1>
<!-- Tab panes -->
<div class="tabs-content">
<div class="grid-x grid-margin-x">
{% for job in jobPostings %}
{% include 'blackboard/partials/_jobPosting.html' %}
{% endfor %}

View File

@@ -1,10 +1,9 @@
<div class="grid-x">
<div class="medium-3 large-2 small-6 cell">
<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:300px">
<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>
@@ -15,4 +14,3 @@
</div>
</a>
</div>
</div>