forked from PaJo1791/Helios-Coasta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
104 lines (99 loc) · 6.37 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
<!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">
<title>Helios Coasta</title>
</head>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="css/main.css">
<div class="min-h-full">
<nav class="bg-gray-800">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-8 w-8" src="https://tailwindui.com/img/logos/workflow-mark-indigo-500.svg" alt="Workflow">
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-gray-700 hover:text-white" -->
<a href="index.html" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium" aria-current="page">Home</a>
<a href="gallery.html" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium" aria-current="page">Gallery</a>
<a href="contact.html" class="bg-gray-900 text-white px-3 py-2 rounded-md text-sm font-medium">Contacts</a>
<a href="about.html" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">About</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<header class="bg-white shadow">
<div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8">
<h1 class="text-3xl font-bold text-gray-900">
Helios Coasta</h1>
</div>
</header>
<main>
<section class="text-gray-600 body-font relative">
<div class="container px-5 py-5 mx-auto">
<div class="flex flex-col text-center w-full mb-12">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900">Contact Us</h1>
<p class="lg:w-2/3 mx-auto leading-relaxed text-base"><p>If you have any questions or queries a member of staff will always be happy to help.</p><p>Feel free to contact us by telephone or email and we will be sure to get back to you as soon as possible.</p>
</div>
<div class="lg:w-1/2 md:w-2/3 mx-auto">
<div class="flex flex-wrap -m-2">
<div class="p-2 w-1/2">
<div class="relative">
<label for="name" class="leading-7 text-sm text-gray-600">Name</label>
<input type="text" id="name" name="name" class="w-full bg-gray-100 bg-opacity-50 rounded border border-gray-300 focus:border-indigo-500 focus:bg-white focus:ring-2 focus:ring-indigo-200 text-base outline-none text-gray-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out">
</div>
</div>
<div class="p-2 w-1/2">
<div class="relative">
<label for="email" class="leading-7 text-sm text-gray-600">Email</label>
<input type="email" id="email" name="email" class="w-full bg-gray-100 bg-opacity-50 rounded border border-gray-300 focus:border-indigo-500 focus:bg-white focus:ring-2 focus:ring-indigo-200 text-base outline-none text-gray-700 py-1 px-3 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 text-sm text-gray-600">Message</label>
<textarea id="message" name="message" class="w-full bg-gray-100 bg-opacity-50 rounded border border-gray-300 focus:border-indigo-500 focus:bg-white focus:ring-2 focus:ring-indigo-200 h-32 text-base outline-none text-gray-700 py-1 px-3 resize-none leading-6 transition-colors duration-200 ease-in-out"></textarea>
</div>
</div>
<div class="p-2 w-full">
<button class="flex mx-auto text-gray bg-blue-200 border-0 py-2 px-8 focus:outline-none hover:bg-indigo-300 rounded text-lg"><a href="https://docs.google.com/forms/d/e/1FAIpQLSeq_w4z3x3vHn552enCW9SJfYJnD52jrPd7SXCsf4bVpLuH6w/viewform?embedded=true">Submit</button></a>
</div>
</main>
</div>
<footer class="text-gray-600 body-font">
<div class="container px-1 py-2 mx-auto flex items-center sm:flex-row flex-col">
<a href="index.html" class="flex title-font font-medium items-center md:justify-start justify-center text-gray-900">
<img src="https://tailwindui.com/img/logos/workflow-mark-indigo-500.svg" width="50">
</a>
<p class="text-sm text-gray-500 sm:ml-6 sm:pl-2 sm:border-l-2 sm:border-gray-300 sm:py-2 sm:mt-0 mt-4">© 2022 Helios Coasta
<a href="about.html" class="sm:ml-6 sm:pl-2 sm:border-l-2 sm:border-gray-200 mr-5 hover:text-gray-300 text-gray-900 ml-1" rel="noopener noreferrer" target="_blank">About us</a>
</p>
<p>
<nav class="md:mr-auto md:ml-2 md:py-1 md:pl-2 md:border-l-2 md:border-gray-300 sm:py-2 sm:mt-0 mt-4 flex flex-wrap items-center text-base justify-center">
<a href="index.html" class="mr-5 hover:text-gray-400" rel="noopener noreferrer" >Home</a>
<a href="about.html" class="mr-5 hover:text-gray-300" rel="noopener noreferrer" >About</a>
<a href="contact.html" class="mr-5 hover:text-gray-300" rel="noopener noreferrer" target="_blank">Contacts</a>
</nav>
</p>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-1 justify-center sm:justify-start">
<a href="https://github.com/PaJo1791/Helios-Coasta" class=" ml-3 text-gray-500">
<img src="https://distreau.com/github.svg" width="20">
<a href="https://www.instagram.com/trivago/" class="hover:text-red-400 ml-3 text-gray-500">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37zm1.5-4.87h.01"></path>
</svg>
</a>
</span>
</div>
</footer>
</html>