-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunTimes.html
More file actions
183 lines (161 loc) · 7.04 KB
/
funTimes.html
File metadata and controls
183 lines (161 loc) · 7.04 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="fun.css">
<title>Students @funTimes</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="#">Study Abroad, Greece</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="geologicalwonders.html">Geological Wonders</a>
</li>
<li class="nav-item">
<a class="nav-link " href="cretanhist.html">Cretan History</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Students @funTimes</a>
</li>
<li class="nav-item">
<a class="nav-link " href="travel.html">Leisure & Travel</a>
</li>
</ul>
</div>
</nav>
<hr>
<!-- <div class="video-header wrap">
<div class="fullscreen-video-wrap"></div>
<video src="video/matala1.mp4" autoplay="loop" controls=""> ></video>
</div>
<div class="header-overlay">
<div class="header-content"2
<h1>Matala</h1>
</div>
</div> -->
<div class="video-header">
<div class="card mb-3">
<video controls="" source src="matala03.mp4" type="video/mp4" class="card-img-top" alt="..."
width="50%" height="50%">
</video>
<div class="card-body">
<h1 class="card-title text-center">Matala</h1>
<p class="text-center">Matala is a music festival. It has been the home of multiple locals and international artist to play, enjoy and share their love for music. In fact, it is like the European Coachela. It's the Greek Coachela. "Greece's Beach Festival".</p>
<p class="text-center"> The festival is very famous in Europe and it was a pioneer music festival. The people, the music , the environment, their restaurant, caffees, culture and souvenirs shops made it a most see attraction, when in Greece. It's a bucket list adventure. Where you can dance from sunrise to sunset, taste the amazing greek deliciousness, have fun and make new friends exploring new cultures.</p>
</div>
</div>
</div>
</header>
<section class="img-galery">
<h2 style="text-align:center">Matala Gallery</h2>
<!-- Container for the image gallery -->
<div class="container">
<!-- Full-width images with number text -->
<div class="mySlides">
<div class="numbertext">1 / 6</div>
<img src="img/tree.jpg" style="width: 100%">
</div>
<div class="mySlides">
<div class="numbertext">2 / 6</div>
<img src="img/mat2.jpg" style="width:100%">
</div>
<div class="mySlides">
<div class="numbertext">3 / 6</div>
<img src="img/car.jpg" style="width:100%">
</div>
<div class="mySlides">
<div class="numbertext">4 / 6</div>
<img src="img/mat31.jpg" style="width:100%">
</div>
<div class="mySlides">
<div class="numbertext">5 / 6</div>
<img src="img/mat4.jpg" style="width:100%">
</div>
<div class="mySlides">
<div class="numbertext">6 / 6</div>
<img src="img/mat5.jpg" style="width:100%">
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
<!-- Image text
<div class="caption-container">
<p id="caption"></p>
</div>
<!-- Thumbnail images -->
<div class="row">
<div class="column">
<img class="demo cursor" src="img/tree.jpg" style="width:100%" onclick="currentSlide(1)" alt="Matala icon tree">
</div>
<div class="column">
<img class="demo cursor" src="img/mat2.jpg" style="width:100%" onclick="currentSlide(2)" alt="Matala design art">
</div>
<div class="column">
<img class="demo cursor" src="img/car.jpg" style="width:100%" onclick="currentSlide(3)" alt="Car">
</div>
<div class="column">
<img class="demo cursor" src="img/mat3.jpg" style="width:100%" onclick="currentSlide(4)" alt="Friends having fun">
<img class="demo cursor" src="img/mat3.jpg" style="width:100%" onclick="currentSlide(4)">
</div>
<div class="column">
<img class="demo cursor" src="img/mat4.jpg" style="width:100%" onclick="currentSlide(5)"
alt="Electro-music Vibes">
</div>
<div class="column">
<img class="demo cursor" src="img/mat5.jpg" style="width:100%" onclick="currentSlide(6)" alt="Beach festival Vibes">
</div>
</div>
</div>
<script>
var slideIndex = 1;
showSlides(slideIndex);
function plusSlides(n) {
showSlides(slideIndex += n);
}
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("demo");
var captionText = document.getElementById("caption");
if (n > slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
captionText.innerHTML = dots[slideIndex-1].alt;
}
</script>
</section>
<hr>
<footer class="container">
<p class="float-right"><a href="#">Back to top</a></p>
<p>© Summer-2018 Crete-Greece, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>