-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (37 loc) · 2.37 KB
/
Copy pathindex.html
File metadata and controls
39 lines (37 loc) · 2.37 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width"=device-width, initial scale =1.0>
<meta http equiv="X-UA=Compatible"
content = "ie=edge">
<title>Stranagergaard</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="v-header container">
<div class="full-screen-video-wrap">
<video src="video/video.mov" autoplay="true" loop="true"> </video>
</div>
<div class="header-overlay"></div>
<div class="header-content">
<h1>Strandagergaard</h1>
<p>LoLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has </p>
<a href= "#" class="button btn">Enter the page</a>
</div>
</header>
<section class="section section-a">
<div class="container">
<h1>Section A</h1>
<p>oLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It haoLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It ha</p>
</div>
</section>
<section class="section section-b">
<div class="container">
<h1>Section B</h1>
<p>oLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It haoLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It ha</p>
</div>
</section>
</body>
</html>