-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistrering.html
105 lines (88 loc) · 4.11 KB
/
registrering.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="author" content="" />
<meta name="viewport"
content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width" />
<meta name="robots" content="noindex">
<title>Arlagården Plus</title>
<link href="./css/style.css" rel="stylesheet" />
<link href="./css/font-face.css" rel="stylesheet" />
</head>
<body>
<header>
<p class="header-logo">Arlagården <span>Plus</span></p>
<ul id="headernav" class="header-nav">
<li class="selected"><a href="/arlagaarden" class="nav-links">Oversigt</a></li>
<li><a href="#registerings-historik" class="nav-links">Registerings historik</a> </li>
<li><a href="#sammenlign" class="nav-links">Sammenlign</a> </li>
<li><a href="/arlagaarden/hall-of-farms.html" class="nav-links">Hall of farms</a></li>
<div id="navSelection" class="selection"></div>
</ul>
<button class="btn main-btn">Registrer kvartal</button>
</header>
<div class="heading-photo">
<img class="vp-photo" src="./images/arla-transport-truck.jpg" alt="Arla lastbil forlader Arla fabrik">
</div>
<div class="progress-bar-container" title="Progress bar">
<div id="progress" role="progressbar" class="progress-active" aria-valuenow="0" aria-valuemin="0"
aria-valuemax="100"></div>
<div class="progress-default">
<div class="waypoint part1 current-point">
<p class="waypoint-title">Produktion</p>
<svg viewBox="0 0 130.2 130.2">
<polyline class="path check" fill="none" stroke-width="20" stroke-miterlimit="10"
points="100.2,40.2 51.5,88.8 27.8,65.5 " />
</svg>
</div>
<div class="waypoint part2">
<p class="waypoint-title">CO2</p>
<svg viewBox="0 0 130.2 130.2">
<polyline class="path check" fill="none" stroke-width="20" stroke-miterlimit="10"
points="100.2,40.2 51.5,88.8 27.8,65.5 " />
</svg>
</div>
<div class="waypoint part3">
<p class="waypoint-title">Dyr</p>
<svg viewBox="0 0 130.2 130.2">
<polyline class="path check" fill="none" stroke-width="20" stroke-miterlimit="10"
points="100.2,40.2 51.5,88.8 27.8,65.5 " />
</svg>
</div>
<div class="waypoint part4">
<p class="waypoint-title">Foder</p>
<svg viewBox="0 0 130.2 130.2">
<polyline class="path check" fill="none" stroke-width="20" stroke-miterlimit="10"
points="100.2,40.2 51.5,88.8 27.8,65.5 " />
</svg>
</div>
<div class="waypoint part5">
<p class="waypoint-title">Energi</p>
<svg viewBox="0 0 130.2 130.2">
<polyline class="path check" fill="none" stroke-width="20" stroke-miterlimit="10"
points="100.2,40.2 51.5,88.8 27.8,65.5 " />
</svg>
</div>
<div class="waypoint part6">
<p class="waypoint-title">Opsumering</p>
<svg viewBox="0 0 130.2 130.2">
<polyline class="path check" fill="none" stroke-width="20" stroke-miterlimit="10"
points="100.2,40.2 51.5,88.8 27.8,65.5 " />
</svg>
</div>
</div>
</div>
<section class="topic">
<h2 class="topic__heading" id="topicHeading">Produktion</h2>
<div id="topicQuistions" class="topic-qustions">
</div>
<button id="submitForms" class="btn complete-btn">Færdig
<img src="./images/arrow-right.svg" alt="right arrow icon">
</button>
</section>
<script src="./js/navigation.js"></script>
<script src="./js/main.js"></script>
</body>
</html>