-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
130 lines (111 loc) · 3.54 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
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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title> This is my 3rd project beach resort psd to html </title>
<link rel="stylesheet" href=" css/style.css" />
</head>
<body>
<div id="background">
<div class="header">
<div class="logo">
<a href="index.html"> <img src="img/logo.png" alt="beach resort logo" /> </a>
</div>
<div class="menu">
<nav class="navigation">
<ul>
<li> <a href="#"> HOME </a> </li>
<li> <a href="#"> ABOUT </a> </li>
<li> <a href="#"> ROOMS </a> </li>
<li> <a href="#"> DIVE SITE </a> </li>
<li> <a href="#"> FOOD </a> </li>
<li> <a href="#"> NEWS </a> </li>
<li > <a href="#"> CONTACT </a> </li>
</ul>
</nav>
</div>
<div class="banner_section">
<img src="img/sea-sound.jpg" alt="the sound of the sea" />
<h3>
ENJOY THE SUMMER WITH US
</h3>
<p>
This website template has been designed by Free Website Templates for you, for free. You can replace all this text with your own text. You can remove any link to our website from this website template, you're free to use this website template without linking back to us. If you're having problems editing this website template, then don't hesitate to ask for help on the forums.
</p>
</div>
</div> <!-- END BANNER SECTION -->
<div class="left_content_area">
<div class="wrapper_content">
<h3 class="latest_blog">
LATEST BLOG
</h3>
<div class="content_box">
<ul>
<li>
<h4> 2023 Bikini Contest Winners </h4>
<span> April 02, 2023 </span>
<p> Integer magna leo, posuere et dignissim vitae, porttitor at odio. Pellentesque a metus nec magna placerat volutpat. Nunc nisi mi, elementum sit amet.. </p>
</li>
<li>
<h4> Top 10 Diving Spots </h4>
<span> May 29, 2023 </span>
<p id="border"> Maecenas scelerisque odio quis arcu fringilla malesuada. Nulla facilisi. In libero nulla, fermentum ut pretium ac, pharetra et eros... </p>
</li>
</ul>
</div>
</div>
<div class="content_TESTIMONIALS">
<h3> TESTIMONIALS </h3>
<p>
“In hac habitasse platea dictumst. Integer purus justo, egestas eu consectetur eu, cursus in tortor. Quisque nec nunc ac mi ultrices iaculis.Aenean quis elit mauris, nec vestibulum lorem.”
</p>
<span> - Juan De La Cruz </span>
</div>
</div> <!-- End Content area -->
<div class="right_sidebar">
<div class="single_box">
<a href="#"> <img src="img/rooms.png" alt="" /> </a>
</div>
<div class="single_box">
<a href="#"> <img src="img/dive-site.png" alt="" /> </a>
</div>
<div class="single_box">
<a href="#"> <img src="img/food.png" alt="" /> </a>
</div>
</div>
<div class="footer_section">
<div class="footer_menu">
<nav class="menu2">
<ul>
<li>HOME</li>
<li>About</li>
<li>ROOMS</li>
<li>DIVE SITE</li>
<li>FOOD</li>
<li>NEWS</li>
<li>CONTACT</li>
<li>
<a href="www.facebook.com">
<img src="img/fb.png" alt=""/
</a>
</li>
<li>
<a href="www.twitter.com">
<img src="img/icon-twitter.png"/>
</a>
</li>
<li>
<a href="www.googleplus.com">
<img src="img/google_plus.png"/>
</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="footer_bottom">
<p> © 2023 by BHACCASYONIZTAS BEACH RESORT. All Rights Reserved </p>
</div>
</div>
</body>
</html>