Move sosiale to aktiviteter

This commit is contained in:
Peder Bergebakken Sundt 2017-10-07 15:16:22 +02:00
parent 980e5ba9ac
commit 8c8af74783
4 changed files with 3 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 923 KiB

After

Width:  |  Height:  |  Size: 923 KiB

View File

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 108 KiB

View File

@ -10,14 +10,14 @@ $agenda = new \pvv\side\Agenda([
]);
?><!DOCTYPE html>
<html lang="no">
<title>Sosialverkstedet</title>
<title>Aktivitetverkstedet</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<link rel="stylesheet" href="../css/normalize.css">
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="../css/events.css">
<header>Sosial&shy;verk&shy;stedet</header>
<header>Aktivitet&shy;verk&shy;stedet</header>
<main>
@ -52,7 +52,7 @@ $agenda = new \pvv\side\Agenda([
<nav><ul>
<li><a href="../">hjem</a></li>
<li><a href="../prosjekt/">prosjekter</a></li>
<!--<li><a href="../prosjekt/">prosjekter</a></li>-->
<li class="active"><a href="../aktiviteter/">aktiviteter</a></li>
<li><a href="../kontakt">kontakt</a></li>
<li><a href="../pvv/">wiki</a></li>

View File

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 99 KiB