add member list, new leader
This commit is contained in:
@@ -43,18 +43,57 @@
|
||||
<a href="http://studentersamfundet.no/">Det Norske Studentersamfund</a>, Chateau Neuf, Oslo
|
||||
</header>
|
||||
<section>
|
||||
<h2>Kontaktinfo</h2>
|
||||
<h2>Kontakt</h2>
|
||||
<ul class="contact-info">
|
||||
<li><a href="mailto:edb@neuf.no">edb@neuf.no</a></li>
|
||||
<li>Leder: Jonas Braathen +47 454 80 454</li>
|
||||
<li>E-post: <a href="mailto:edb@neuf.no">edb@neuf.no</a></li>
|
||||
<li>
|
||||
Møtetid: Hver torsdag kl. 18.13.37 på EDB-kontoret (<a
|
||||
href="https://viteboka.studentersamfundet.no/3._etasje"
|
||||
>3. etg</a
|
||||
>)
|
||||
Møtetid: Hver torsdag kl. 18.13.37 på EDB-kontoret (Chateau Neuf,
|
||||
<a href="https://viteboka.studentersamfundet.no/3._etasje">3. etg</a>)
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Medlemmer</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<th>Navn</th>
|
||||
<th>Telefonnummer</th>
|
||||
<th>Rolle</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Leander Furumo</td>
|
||||
<td><a href="tel:+4747879007">+47 478 79 007</a></td>
|
||||
<td>Leder</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jonas Braathen</td>
|
||||
<td><a href="tel:+4745480454">+47 454 80 454</a></td>
|
||||
<td>Medlem</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Adrian Helle</td>
|
||||
<td></td>
|
||||
<td>Medlem</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Alve Elde</td>
|
||||
<td></td>
|
||||
<td>Medlem</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Paal Braathen</td>
|
||||
<td></td>
|
||||
<td>Medlem</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Petter Sæterøy</td>
|
||||
<td></td>
|
||||
<td>Medlem</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
<section class="cta">
|
||||
<div class="form-link">
|
||||
<h2>Interressert i EDB?</h2>
|
||||
|
@@ -59,6 +59,10 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
td, th {
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
.brand {
|
||||
line-height: 1;
|
||||
font-size: 1.2;
|
||||
|
Reference in New Issue
Block a user