Skip to content

Commit

Permalink
more tmp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Monar committed Jan 11, 2020
1 parent e7a2fd2 commit 1bef009
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
15 changes: 11 additions & 4 deletions templates/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,21 @@ <h2>Employment</h2>
<div class="description">
{{ job.description }}
</div>
{% if job.buzzwords %}
<div class="buzzwords">
{{ job.buzzwords }}
</div>
{% endif %}
</div>
{% endfor %}
</div>
</div>

<footer>
Wyrażam zgodę na przetwarzanie moich danych osobowych dla potrzeb
niezbędnych do realizacji procesu rekrutacji (zgodnie z Ustawą z dnia
29.08.1997 roku o Ochronie Danych Osobowych; tekst jednolity: Dz. U. 2016
r. poz. 922).
I hereby give consent for my personal data included in the application to be
processed for the purposes of the recruitment process in accordance with Art. 6
paragraph 1 letter a of the Regulation of the European Parliament and of the
Council (EU) 2016/679 of 27 April 2016 on the protection of natural persons
with regard to the processing of personal data and on the free movement of such
data, and repealing Directive 95/46/EC (General Data Protection Regulation).
</footer>
19 changes: 13 additions & 6 deletions templates/default/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
font-family: 'Lato', sans-serif;
font-size: 14px;

width: 21cm;
height: 29.7cm;
padding: 0.5cm;
width: 21cm;
height: 29.7cm;
padding: 0.5cm;
grid-template-columns: 6.5cm 13.5cm;
grid-template-rows: 4cm auto 2cm;
grid-template-rows: 3cm auto 1cm;
min-height: 100%;
}

a {
text-decoration: none;
}

a:visited a:link {
a:visited, a:active, a:link {
color: blue;
}

Expand All @@ -28,7 +28,7 @@ h3 {
grid-column: 1;
display: flex;
justify-content: center;
clip-path: circle(75px at center);
clip-path: circle(70px at center);

img {
height: 100%;
Expand Down Expand Up @@ -132,6 +132,13 @@ ul {

.position {
}

.buzzwords {
grid-column: 1 / span 2;
font-size: 12px;
margin-top: 0.1cm;
font-style: italic;
}

.description {
border-left: 0.1cm solid lightgray;
Expand Down

0 comments on commit 1bef009

Please sign in to comment.