-
Notifications
You must be signed in to change notification settings - Fork 1
/
ray.html
90 lines (89 loc) · 5.62 KB
/
ray.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<title>Ray's Paradise</title>
</head>
<body background="b2.jpg">
<section id="ray" class="text-black text-xl body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 mb-10 md:mb-0">
<a href="ray2.html"><img class="object-cover object-center rounded" alt="hero" src="6.jpg" width="720" height="600"></a>
</div>
<div class="lg:flex-grow md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-black">Ray's Paradise
</h1>
<p class="mb-8 leading-relaxed">"The stay at the ruby suite of the hotel was very comfortable. Staff were prompt in their service, a bit rushed perhaps at times. Had the breakfast buffet which was quite decent except for some of the breads which were on the firmer side. The location is great with the central business area being a short ten minute walk away. "</p>
<div class="flex justify-center">
<a href="ray2.html"><button class="inline-flex text-white bg-indigo-900 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded text-lg">View Deals</button></a>
</div>
</div>
</div>
<div class="container px-5 py-0 mx-auto"><
<div class="flex flex-col">
<div class="lg:flex-grow md:w-1/2 lg:pl-8 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">More Images
</h1>
</div>
<div class="flex flex-wrap sm:-m-4 -mx-4 -mb-10 -mt-4">
<div class="p-4 md:w-1/3 sm:mb-0 mb-6">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="1.jpg">
</div>
</div>
<div class="p-4 md:w-1/3 sm:mb-0 mb-6">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="2.jpg">
</div>
</div>
<div class="p-4 md:w-1/3 sm:mb-0 mb-6">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="3.jpg">
</div>
</div>
</div>
</div>
</section>
<section class="text-black body-font">
<div class="container px-5 py-24 mx-auto flex flex-wrap items-center">
<div class="lg:w-3/5 md:w-1/2 md:pr-16 lg:pr-0 pr-0">
<h1 class="title-font font-medium text-3xl text-gray-900">Top Reviews<br><br></h1>
<a class="inline-flex items-center">
<img alt="blog" src="pp5.jpg" class="w-12 h-12 rounded-full flex-shrink-0 object-cover object-center">
<span class="flex-grow flex flex-col pl-4">
<span class="title-font font-large text-xl text-black">Bheel Longwani</span>
<span class="text-black text-medium tracking-widest mt-0.5">It's super awesome for backpackers, solo travellers, bachelors & groups of friends. The staff is very sweet and cooperative. The vibe and overall environment are great. You won't feel like leaving the place. If you're looking to come and work from the hostel, then most likely it won't happen.<br><br></span>
</span>
</a>
<br>
<a class="inline-flex items-center">
<img alt="blog" src="pp7.jpg" class="w-12 h-12 rounded-full flex-shrink-0 object-cover object-center">
<span class="flex-grow flex flex-col pl-4">
<span class="title-font font-large text-xl text-black">Samol</span>
<span class="text-black text-medium tracking-widest mt-0.5">The rooms were clean, comfortable, and the staff was amazing. They went over and beyond to help make our stay enjoyable. The amenities were great. I recommend this hotel for anyone visiting downtown. (PS: Hopefully you too get people around with whomsoever you can share your tea in midnight's.)<br><br></span>
</span>
</a>
<br>
<a class="inline-flex items-center">
<img alt="blog" src="pp4.jpg" class="w-12 h-12 rounded-full flex-shrink-0 object-cover object-center">
<span class="flex-grow flex flex-col pl-4">
<span class="title-font font-large text-xl text-black">Asta </span>
<span class="text-black text-medium tracking-widest mt-0.5">Nice ambience and breakfast is good. This place is affordable and well within budgets in an expensive area.
</span>
</a>
<div class="flex flex-col">
<div class="container px-5 py-24 mx-auto">
<div class=class="lg:flex-grow md:w-1/2 lg:pl-8 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<button class="inline-flex text-white bg-indigo-900 border-0 py-2 px-3 focus:outline-none hover:bg-indigo-600 rounded text-lg">More Reviews </button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>