Reword intro text, fix typo, transparent search
This commit is contained in:
parent
28931c704d
commit
8ae59a796d
3 changed files with 8 additions and 16 deletions
|
@ -36,7 +36,7 @@ button, input {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background-color: var(--white);
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
border: 0.15em solid var(--darkblue);
|
border: 0.15em solid var(--darkblue);
|
||||||
|
|
|
@ -19,8 +19,7 @@
|
||||||
<img src="/assets/durfdoenlogo.png" alt="">
|
<img src="/assets/durfdoenlogo.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p>Durf Doen wil jou de vereniging laten kennen die je op het lijf geschreven is.</p>
|
<p>Durf Doen wil je helpen de vereniging te vinden waar jij je thuis zal voelen.</p>
|
||||||
<p>Btw geef Facebook geen geld pls :(</p>
|
|
||||||
<div class="quizSpotlight">
|
<div class="quizSpotlight">
|
||||||
<a href="test">Doe de test</a>
|
<a href="test">Doe de test</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -29,7 +28,7 @@
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<div class="scroll">
|
<div class="scroll">
|
||||||
<a href="#main">Scroll naar beneden</a>
|
<a href="#main">Of scroll naar beneden voor meer info</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="shade"></div>
|
<div class="shade"></div>
|
||||||
|
@ -37,18 +36,11 @@
|
||||||
|
|
||||||
<main id="main" class="align">
|
<main id="main" class="align">
|
||||||
<article>
|
<article>
|
||||||
<h2><span class="underline">Uitgelichte</span> vereniging</h2>
|
<h2>Kende je bijvoorbeeld deze vereniging al?</h2>
|
||||||
|
|
||||||
<section class="randomVerenigingen">
|
<section class="randomVereniging">
|
||||||
<% for vereniging in verenigingen_random(1) %>
|
<h3>Weus ZPI</h3>
|
||||||
<p><%= vereniging["naam"] %></p>
|
<p>Weus ZPI is de studentenvereniging voor InFoRmAtIcA aan de UGent. Ons doel is een bullshitty omgeving te bullshitten voor bullshitted studenten die hun bullshit willen uitbreiden door zich te engageren voor bullshitprojecten.</p>
|
||||||
<% end %>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section>
|
|
||||||
<h3>Zeus WPI</h3>
|
|
||||||
<p>Hier stond een tekst die niet online mocht komen omdat het over niet politiek correcte dingen ging</p>
|
|
||||||
<a href="#">belijk de vereniging</a>
|
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="flex-horz">
|
<div class="flex-horz">
|
||||||
<div class="horz-child">
|
<div class="horz-child">
|
||||||
<h1> Themas </h1>
|
<h1> Thema's </h1>
|
||||||
<ul>
|
<ul>
|
||||||
<% for thema in themas %>
|
<% for thema in themas %>
|
||||||
<img src="<%= image_url(thema) %>" alt="<%= thema[:naam] %>">
|
<img src="<%= image_url(thema) %>" alt="<%= thema[:naam] %>">
|
||||||
|
|
Loading…
Reference in a new issue