Skip to content

Commit

Permalink
event-search: Apply changes from wai-style-changes to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
cillianderoiste committed Nov 4, 2024
1 parent 3c5c6fe commit 883c83a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion _includes/events-tiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


<article class="post clearfix">
<div class="entry-header">
<div class="entry-header {% if item.is-open %} {{ item.is-open }}{% endif %}">
<!--div class="post-thumb thumb">
<img src="{{ item.image }}" alt="" class="img-responsive img-fullwidth">
</div-->
Expand Down Expand Up @@ -53,6 +53,16 @@


</div>
<div class="row">
<div class="col-md-12">
<div class="col-md-3 col-sm-4">
<span class="color-marker public fa"></span> Öffentliche Veranstaltung
</div>
<div class="col-md-3 col-sm-4">
<span class="color-marker private fa"></span> Interne Veranstaltung
</div>
</div>
</div>
</div>
</div>
</section>
Expand Down
1 change: 1 addition & 0 deletions _posts/termine/2017-11-05-tag-der-offenen-tuer.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ image: media/news/news_18.jpg
description: "Die Universität der Bundeswehr München veranstaltet regelmäßig einen Tag der offenen Tür. Auch im Jahr 2018 wird es wieder einen Tag der offenen Tür geben."
category: termine
department: pretix
is-open: open
veranstalter: Zentren für Kommunikation und Informationsverarbeitung in Lehre und Forschung e. V. (ZKI e. V.)
ausrichtung: Rechenzentrum der Universität
ansprechpartner: nfnfnfn, nrnnrnrnrnr
Expand Down
11 changes: 10 additions & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,9 @@ section {
font-size: 1.8em;
text-align: center;
color: white;
&.open {
background-color: $colour-uni-orange;
}
}
.media-body {
ul.list-icon {
Expand Down Expand Up @@ -1559,7 +1562,7 @@ section.categories>.container {
background-color: $colour-ruddy-beige;
color: $colour-text;
}
&.software {
&.software {
background-color: $colour-uni-orange;
color: $colour-text;
}
Expand All @@ -1574,6 +1577,12 @@ section.categories>.container {
background-color: $colour-valley-green;
color: $colour-text;
}
&.public {
background-color: $colour-uni-orange;
}
&.private {
background-color: $colour-middle-grey;
}

}
.text {
Expand Down

0 comments on commit 883c83a

Please sign in to comment.