-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
92 lines (57 loc) · 2.59 KB
/
menu.html
File metadata and controls
92 lines (57 loc) · 2.59 KB
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
<!DOCTYPE html>
<html lang="da">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Opgaver</title>
<link rel="stylesheet" href="style.css">
<link rel="apple-touch-icon" sizes="180x180" href="myIcon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="myIcon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="myIcon/favicon-16x16.png">
<link rel="manifest" href="myIcon/site.webmanifest">
<link rel="mask-icon" href="myIcon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="myIcon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="myIcon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body id="menubody">
<header>
<div id="nav">
<nav>
<div id="menuknap">☰</div>
<div id="lukkeknap" class="hide">X</div>
<ul id="menu" class="hidden menudown">
<li><a href="index.html">FORSIDE</a></li>
<li id="li_mid"><a href="menu.html">PORTFOLIO</a></li>
<li><a href="cv.html">CV</a></li>
</ul>
</nav>
</div>
</header>
<section id="opgaver">
<div class="sectionswrapper">
<div class="contentboks">
<a class="links_til_opgaver" href="portfolio.html#grundloeggende_web">
<img src="billeder_tilopgaver/web_boks_medt.png" alt="webboks">
</a></div>
<div class="contentboks">
<a class="links_til_opgaver" href="portfolio.html#grundloeggende_ux2">
<img src="billeder_tilopgaver/ux_boks_medt.png" alt="uxboks">
</a></div>
</div>
<div class="sectionswrapper">
<div class="contentboks">
<a class="links_til_opgaver" href="portfolio.html#grundloeggende_animation">
<img src="billeder_tilopgaver/animation_boks_medt.png" alt="animationboks">
</a> </div>
<div class="contentboks">
<a class="links_til_opgaver" href="portfolio.html#grundloeggende_content_pilot">
<img src="billeder_tilopgaver/content_boks_medt.png" alt="indholdboks">
</a> </div>
</div>
</section>
<footer> Multimediedesigner - Københavnserhvers Akademi - Katrine Meyer </footer>
<script src="script.js"></script>
</body>
</html>