-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
53 lines (50 loc) · 2.1 KB
/
Copy pathabout.html
File metadata and controls
53 lines (50 loc) · 2.1 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
<!DOCTYPE>
<html>
<head>
<title>Viking Photo</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="index.css"/>
</head>
<body>
<div class="container">
<header class="cell cell-1">
<a href="index.html" class="cell-1">
<h1>Viking photo</h1>
</a>
<p>Showcasing the natural beauty and wonder of the Scandinavian environment.</p>
</header>
<aside class="cell cell-2">
</aside>
<main class="cell cell-3">
<h2>ABOUT US</h2>
<p>
We are a group of dedicated photographers that value the uniqueness and beauty of the scandinavian peninsula.<br>
The Norwegian fjords and coastlines are unlike anywhere else in the world, and we feel that it is something worth sharing to the world. <br>
<br>
All of our photographs are licensed and hosted by <a href="https://www.pexels.com/license/">Pexels.com</a>
</p>
<p>
Pictures on Viking Photo are captured by the incredibly talented:<br>
<br>
<a href="https://www.pexels.com/@tobias-bjorkli-706370">Tobias Bjørkli</a><br>
<a href="https://www.pexels.com/@valdemaras-d-784301">Valdemaras D</a><br>
<a href="https://www.pexels.com/@julieaagaard">Julie Aagaard</a><br>
<a href="https://www.pexels.com/@jacobmorch">Jacob Morch</a><br>
<a href="https://www.pexels.com/@angeloduranti">Angelo Duranti</a><br>
<a href="https://www.pexels.com/@marius-schmidt-600183">Marius Schmidt</a><br>
and <a href="https://www.pexels.com/@alleksana">alleksana</a><br>
<br>
To return to the main page, click <a href="index.html">here</a> or on the logo in the header.
</p>
</main>
<aside class="cell cell-4">
</aside>
<footer class="cell cell-5">
<div class="cell"><a href=about.html>About Us</a></div>
<div class="cell"><a href=contact.html>Contact Us</a></div>
<div class="cell">Privacy Policy</div>
</footer>
</div>
</div>
</body>
</html>