-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (73 loc) · 3.07 KB
/
index.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
<!DOCTYPE HTML>
<!--
Lens by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Saflor Ocampo Resorts</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload-0 is-preload-1 is-preload-2">
<!-- Main -->
<div id="main">
<!-- Header -->
<header id="header">
<h5>Keith Nicole Saflor & Francine Ocampo</h5>
<h5>BSN 2-A</h5>
<h1>Resorts on the Philippines</h1>
<p>
Experience the tropical paradise of the Philippines with stunning beaches, enchanting resorts, thrilling adventures, rich culture, luxurious accommodations, and warm hospitality.</p>
<ul class="icons">
<li><a href="birds.html" ><span class="label">Birds</span></a></li>
<li><a href="flowers.html" ><span class="label">Flowers</span></a></li>
</ul>
</header>
<!-- Thumbnail -->
<section id="thumbnails">
<article>
<a class="thumbnail" href="assets/image/img1.jpg" data-position="left center"><img src="assets/image/timg1.jpg" alt="" /></a>
<h2>Amanpulo Resort Palawan</h2>
</article>
<article>
<a class="thumbnail" href="assets/image/img2.jpg"><img src="assets/image/timg2.jpg" alt="" /></a>
<h2>Apulit Island, El Nido</h2>
</article>
<article>
<a class="thumbnail" href="assets/image/img3.jpg" data-position="top center"><img src="assets/image/timg3.jpg" alt="" /></a>
<h2>Balesin Island Club</h2>
</article>
<article>
<a class="thumbnail" href="assets/image/img4.jpg"><img src="assets/image/timg4.jpg" alt="" /></a>
<h2>Bohol Beach Club, Bohol</h2>
</article>
<article>
<a class="thumbnail" href="assets/image/img5.jpg" data-position="top center"><img src="assets/image/timg5.jpg" alt="" /></a>
<h2>Eskaya Beach Resort and Spa, Bohol</h2>
</article>
<article>
<a class="thumbnail" href="assets/image/img6.jpg"><img src="assets/image/timg6.jpg" alt="" /></a>
<h2>Miniloc Resort, El Nido</h2>
</article>
<article>
<a class="thumbnail" href="assets/image/img7.jpg"><img src="assets/image/timg7.jpg" alt="" /></a>
<h2>Masibis Bay Resort, Albay</h2>
</article>
<article>
<a class="thumbnail" href="assets/image/img8.jpg"><img src="assets/image/timg8.jpg" alt="" /></a>
<h2>nay Palad Hideaway, Siargao</h2>
</article>
</section>
<!-- Footer -->
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>