-
Notifications
You must be signed in to change notification settings - Fork 0
/
credits.html
105 lines (83 loc) · 4.79 KB
/
credits.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>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121232788-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-121232788-2');
</script>
<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>Maldives - Credits</title>
<link href="https://fonts.googleapis.com/css?family=Cinzel" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" href="styles/bootstrap.css">
<link rel="stylesheet" href="styles/basic.css">
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggler" aria-controls="navbarToggler" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="index.html"><span><img class="logo" src="./images/Flag_of_Maldives.png" alt="flag of Maldives"></span>Maldives</a>
<div class="collapse navbar-collapse" id="navbarToggler">
<ul class="navbar-nav ml-auto my-2 my-lg-0">
<li class="nav-item">
<a class="nav-link" href="index.html">Overview<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="geography.html">Geography</a>
</li>
<li class="nav-item">
<a class="nav-link" href="tourism.html">Tourism</a>
</li>
<li class="nav-item">
<a class="nav-link" href="future.html">Future</a>
</li>
</ul>
</div>
</nav>
</header>
<main>
<div class="credits-container container">
<h1>Credits</h1>
<h2>Imaeges</h2>
<div class="ml-3">
<a class="row" href="https://travel.padi.com/d/maldives/" target="_blank">https://travel.padi.com/d/maldives/</a>
<a class="row" href="https://www.maldives.com/wp-content/uploads/2016/05/Milaidhoo-Island-1-4.jpg" target="_blank">https://www.maldives.com/wp-content/uploads/2016/05/Milaidhoo-Island-1-4.jpg</a>
<a class="row" href="https://en.wikipedia.org/wiki/Maldives#/media/File:Sunset_in_the_Maldives.jpg" target="_blank">https://en.wikipedia.org/wiki/Maldives#/media/File:Sunset_in_the_Maldives.jpg</a>
<a class="row" href="https://unsplash.com/photos/g3ItI8wVzfM" target="_blank">https://unsplash.com/photos/g3ItI8wVzfM</a>
<a class="row" href="http://www.wallpaperawesome.com/sand-happy-people-sea-beach-awesome.php" target="_blank">http://www.wallpaperawesome.com/sand-happy-people-sea-beach-awesome.php</a>
</div>
<h2>Articles</h2>
<div class="ml-3">
<a class="row" href="https://en.wikipedia.org/wiki/Maldives" target="_blank">https://en.wikipedia.org/wiki/Maldives</a>
<a class="row" href="https://en.wikipedia.org/wiki/Geography_of_the_Maldives" target="_blank">https://en.wikipedia.org/wiki/Geography_of_the_Maldives</a>
<a class="row" href="https://en.wikipedia.org/wiki/Tourism_in_the_Maldives" target="_blank">https://en.wikipedia.org/wiki/Tourism_in_the_Maldives</a>
<a class="row" href="https://blog.geographydirections.com/2014/07/08/our-nation-is-sinking-the-maldives-and-global-warming/" target="_blank">https://blog.geographydirections.com/2014/07/08/our-nation-is-sinking-the-maldives-and-global-warming/</a>
</div>
</div>
</main>
<footer>
<div class="row ">
<div class="col-6">
<p>© 2018 | Sunny Xue Design </p>
</div>
<div class="col-6 text-right">
<p class="social-m-icon "><i class=" fab fa-facebook-square"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter-square"></i>
</p>
</div>
</div>
</footer>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>