-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
86 lines (71 loc) · 2.35 KB
/
header.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- makes content available in several devices.-->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<title>Gemensamhetsskog</title>
<meta name="Gemensamhetsskog Billingen" content="Frivillig organisation">
<meta name="Webmaster" content="Sonia Lindblom">
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script src="script.js"></script>
<style>
.responsive-iframe {
position: relative;
top: 100;
left: 0;
right: 0;
overflow: visible;
}
</style>
</head>
<body>
<div class="topnav" id="myTopnav">
<a id="logo" href="#home" class="active"><h1>Gemensamhetsskogen
<br>Billingen</h1></a>
<div class="menu">
<div class="dropdown">
<span class="dropbtn">Om Initiativet
<i class="fa fa-caret-down"></i>
</span>
<div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div>
<div class="dropdown">
<span class="dropbtn">Fakta
<i class="fa fa-caret-down"></i>
</span>
<div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div>
<div class="dropdown">
<span class="dropbtn">Om Oss
<i class="fa fa-caret-down"></i>
</span>
<div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div>
<a><i class="fa fa-home" href="index.html"></i></a>
<a href="javascript:void(0);" style="font-size:40px; color: green;"
class="icon" onclick="myFunction()">☰</a>
</div>
<a class="till" href="https://bit.ly/Billingen"> <button> till namninsamling</button></a>
<div style="padding-left:16px">
<h2>Responsive Topnav with Dropdown</h2>
<p>Resize the browser window to see how it works.</p>
<p>Hover over the dropdown button to open the dropdown menu.</p>
</div>
</body>
</html>