-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
161 lines (151 loc) · 7.95 KB
/
contact.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
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
<!DOCTYPE html>
<html lang="en" class="overflow-x-hidden">
<head>
<!-- Meta data for the webpage -->
<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 rel="stylesheet" href="output.css" />
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<title>Lalaland Yoga</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="relative flex flex-col bg-white h-screen font-Maven overflow-x-hidden ">
<!-- Header beginning-->
<header class=" bg-black text-white">
<!-- Navigation bar -->
<nav
class="pt-4 pb-4 w-full flex items-center fixed bg-black z-10 border-b-2 border-b-logo-color"
>
<!-- Navigation list -->
<ul
class="w-full px-2 flex items-center justify-around flex-row space-x-2 text-xs sm:text-md md:text-lg"
>
<li class="">
<a
class="hover:underline underline-offset-2 decoration-logo-color decoration-1"
href="/index.html"
>HOME</a
>
</li>
<li class="">
<a
class="hover:underline underline-offset-2 decoration-logo-color decoration-1"
href="/aboutus.html"
>ABOUT</a
>
</li>
<li class="">
<a
class="hover:underline underline-offset-2 decoration-logo-color decoration-1"
href="/retreats.html"
>RETREATS</a
>
</li>
<li class="">
<a
class="hover:underline underline-offset-2 decoration-logo-color decoration-1"
href="/galery.html"
>GALLERY</a
>
</li>
<li class="">
<a
class="hover:underline underline-offset-2 decoration-logo-color decoration-1"
href="/contact.html"
>CONTACT</a
>
</li>
</ul>
</nav>
</header>
<!-- Main body beginning -->
<main class="leading-none font-Maven w-full relative flex flex-1 justify-center items-center mt-10 ">
<video autoplay loop muted playsinline class="absolute object-cover w-full opacity-30 h-full" src="/media/pexels-michal-marek-3223480-1920x1080-30fps.mp4"/>
</video>
<div class=" w-full my-20 sm:w-3/4 lg:w-1/2 xl:w-1/3 p-10 mx-auto border border-gray-100 shadow-md scale-90 bg-white rounded-md">
<h1 class="text-4xl text-black sm:text-4xl font-bold mb-4">Contact us</h1>
<div class="text-left">
<p class="text-lg text-gray-900">
<span class="font-bold">Any question? </span> Feel free to contact us and we will answer you with great pleasure!
</p>
<br>
<p class="text-lg text-gray-900">
<span class="font-bold">Interested by a retreat?</span> Please fill this form with your details: full name, phone number, the retreat you would like to book and any extra questions you have! We will contact you in the next days.
</p>
</div>
<form id="emailForm" action="https://formsubmit.co/f1926f5ab083ba97615aba63c7f3ff66" method="POST">
<input type="hidden" name="_next" value="https://lalalandyoga.com/contact.html">
<input type="hidden" name="_template" value="box">
<input type="hidden" name="_captcha" value="false">
<div class="p-2 w-full">
<div class="relative">
<label for="name" class="leading-7 py-4 text-lg">Name</label>
<input type="text" id="name" name="Name" required
class=" w-full bg-white rounded border border-gray-400 focus:border-logo-color focus:white focus:ring-2 focus:ring-white text-base outline-none text-gray-900 py-1 px-1 leading-8 transition-colors duration-200 ease-in-out ">
</div>
</div>
<div class="p-2 w-full">
<div class="relative">
<label for="email" class="leading-7 py-4 text-lg">Email</label>
<input type="email" id="email" name="Email" required
class=" w-full bg-white rounded border border-gray-400 focus:border-logo-color focus:bg-white focus:ring-2 focus:ring-white text-base outline-none text-gray-900 py-1 px-1 leading-8 transition-colors duration-200 ease-in-out">
</div>
</div>
<div class="p-2 w-full">
<div class="relative">
<label for="message" class="leading-7 py-4 text-lg">Message</label>
<textarea id="message" name="Message" required
class=" w-full bg-white rounded border border-gray-400 focus:border-logo-color focus:bg-white focus:ring-2 focus:ring-white h-32 text-base outline-none text-gray-900 py-1 px-3 resize-none leading-6 transition-colors duration-200 ease-in-out"></textarea>
</div>
</div>
<div class="p-2 w-full flex justify-center">
<div>
<button type="submit" class="relative inline-flex items-center justify-center px-6 py-3 w-auto overflow-hidden font-medium transition-all bg-logo-color-before -2 rounded-lg hover:bg-logo-color group">
<span
class="w-48 h-48 rounded rotate-[-40deg] bg-logo-color absolute bottom-0 left-0 -translate-x-full ease-out duration-500 transition-all translate-y-full mb-9 ml-9 group-hover:ml-0 group-hover:mb-32 group-hover:translate-x-0"
></span>
<span
class="relative w-full font-semibold text-black transition-colors duration-300 ease-in-out group-hover:text-white"
>Send</span
>
</button>
</div>
</form>
</div>
</div>
</section>
</main>
<!-- Footer beginning -->
<footer class="bg-black font-Maven">
<div class=" flex flex-col items-center md:pb-5 pt-0 ">
<div class="sm:flex items-left justify-start flex-col lg:flex-row sm:justify-between py-4 px-6 w-full">
<a href="https://lalalandyoga.com/" class="flex items-center mb-4 sm:mb-0">
<img src="/media/lalaland-logo.png" class="w-16 mr-3" alt="Lalaland Logo" />
<span class="self-center text-lg whitespace-nowrap text-white">LALALAND YOGA</span>
</a>
<ul class="flex flex-wrap gap-5 justify-center items-center lg-mb-6 text-sm font-medium sm:mb-0 mt-3 lg:mt-0">
<li>
<a href="/aboutus.html" class="mr-4 text-white hover:text-logo-color hover:transition duration-200 ease-in-out md:mr-6 ">About</a>
</li>
<li>
<a href="/policy.html" class="mr-4 text-white hover:text-logo-color hover:transition duration-200 ease-in-out md:mr-6">Privacy Policy</a>
</li>
<li>
<a href="/retreats.html" class="mr-4 text-white hover:text-logo-color hover:transition duration-200 ease-in-out md:mr-6 ">Retreats</a>
</li>
<li>
<a href="/galery.html" class="mr-4 text-white hover:text-logo-color hover:transition duration-200 ease-in-out md:mr-6 ">Gallery</a>
</li>
<li>
<a href="/contact.html" class="text-white hover:text-logo-color hover:transition duration-200 ease-in-out">Contact</a>
</li>
</ul>
</div>
<div class="block text-center w-full text-sm text-white border-t pt-5 pb-5 lg:pb-0">
© 2023 <a href="https://lalalandyoga.com/" class="hover:text-logo-color hover:transition duration-200 ease-in-out ">Lalaland Yoga™</a>. All Rights Reserved.</div>
</div>
</footer>
<script src="contact.js"></script>
</body>
</html>