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"> <div class="grid-container">
<h1>Blackboard</h1> <h1>Blackboard</h1>
<!-- Tab panes --> <div class="grid-x grid-margin-x">
<div class="tabs-content">
{% for job in jobPostings %} {% for job in jobPostings %}
{% include 'blackboard/partials/_jobPosting.html' %} {% include 'blackboard/partials/_jobPosting.html' %}
{% endfor %} {% endfor %}

View File

@@ -1,10 +1,9 @@
<div class="grid-x"> <div class="cell medium-4 large-3 small-12">
<div class="medium-3 large-2 small-6 cell">
<h2>{{job.companyName}}</h2> <h2>{{job.companyName}}</h2>
<p>{{job.jobName}}<br> <p>{{job.jobName}}<br>
Mindestgehalt: {{job.salary}}€</p> Mindestgehalt: {{job.salary}}€</p>
{# only thumb and name of member #} {# 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="" /> <img src="{{job.pdf_thumb_location}}" alt="" />
<div class="thumb-layer"> <div class="thumb-layer">
<div> <div>
@@ -15,4 +14,3 @@
</div> </div>
</a> </a>
</div> </div>
</div>