Ensure all pages react to mobile browsers

In addition: add <header> to all pages
This commit is contained in:
2018-08-14 02:09:32 +02:00
parent 7b08ea6a22
commit 7dc892b757
22 changed files with 207 additions and 147 deletions

View File

@@ -48,17 +48,19 @@ $events = array_values(array_filter(
?>
<!DOCTYPE html>
<html lang="no">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="../../css/normalize.css">
<link rel="stylesheet" href="../../css/style.css">
<link rel="stylesheet" href="../../css/nav.css">
<link rel="stylesheet" href="../../css/events.css">
<link rel="stylesheet" href="../../css/admin.css">
</head>
<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="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="../../css/normalize.css">
<link rel="stylesheet" href="../../css/style.css">
<link rel="stylesheet" href="../../css/nav.css">
<link rel="stylesheet" href="../../css/events.css">
<link rel="stylesheet" href="../../css/admin.css">
<title>Aktivitetsadministrasjonsverkstedet</title>
<header>Aktivitets&shy;administrasjons&shy;verk&shy;stedet</header>
<body>
<header>Aktivitets&shy;administrasjons&shy;verk&shy;stedet</header>
<nav>
<?php echo navbar(2, 'admin'); ?>