-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
222 lines (211 loc) · 12.5 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!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>Routine of Nepal Banda</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&family=Mukta:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./tailwind.css">
<style>
body {
font-family: 'Poppins', sans-serif;
}
[x-cloak] {
opacity: 0;
transition: all 300ms ease-in-out;
}
</style>
</head>
<body x-cloak class="antialised relative bg-gray-50 overflow-x-hidden" x-data="{}">
<!-- Header start -->
<header class="bg-white shadow mb-8">
<div class="max-w-6xl mx-auto flex items-center">
<!-- Logo -->
<a href="" class="px-3 md:px-0">
<img class="w-12 h-12" src="./img/logo.jpg">
</a>
<span class="flex-1"></span>
<!-- Primary Navigation Menu-->
<nav class="hidden md:flex items-center">
<div class="relative dropdown group z-20">
<a href="/"
class="inline-flex items-center space-x-1 px-4 py-4 font-medium text-gray-500 text-sm uppercase hover:text-red-600">
<span>News</span>
<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"
clip-rule="evenodd"></path>
</svg>
</a>
<div class="
opacity-0
invisible
group-hover:opacity-100
group-hover:visible
group-hover:scale-100
dropdown-menu
transition-all
duration-300
transform
origin-top-right
-translate-y-2
scale-95
">
<ul class="absolute right-0 w-56 py-2 origin-top-right bg-white shadow-lg outline-none "
aria-labelledby="menu-button-1" id="menu-items-117" role="menu">
<li><a href=""
class="block px-4 py-2 text-sm font-medium uppercase text-gray-500 hover:bg-gray-50 hover:text-red-600">Submenu
here</a></li>
<li><a href=""
class="block px-4 py-2 text-sm font-medium uppercase text-gray-500 hover:bg-gray-50 hover:text-red-600">Submenu
here</a></li>
<li><a href=""
class="block px-4 py-2 text-sm font-medium uppercase text-gray-500 hover:bg-gray-50 hover:text-red-600">Submenu
here</a></li>
<li><a href=""
class="block px-4 py-2 text-sm font-medium uppercase text-gray-500 hover:bg-gray-50 hover:text-red-600">Submenu
here</a></li>
<li><a href=""
class="block px-4 py-2 text-sm font-medium uppercase text-gray-500 hover:bg-gray-50 hover:text-red-600">Submenu
here</a></li>
<li><a href=""
class="block px-4 py-2 text-sm font-medium uppercase text-gray-500 hover:bg-gray-50 hover:text-red-600">Submenu
here</a></li>
</ul>
</div>
</div>
<a href="/" class="px-4 py-4 font-medium text-gray-500 text-sm uppercase hover:text-red-600">
Match Center
</a>
<a href="/" class="px-4 py-4 font-medium text-gray-500 text-sm uppercase hover:text-red-600">
Series
</a>
<a href="/" class="px-4 py-4 font-medium text-gray-500 text-sm uppercase hover:text-red-600">
Teams
</a>
<a href="/" class="px-4 py-4 font-medium text-gray-500 text-sm uppercase hover:text-red-600">
Players
</a>
<a href="/" class="px-4 py-4 font-medium text-gray-500 text-sm uppercase hover:text-red-600">
More
</a>
</nav>
<button @click="openSideMenu()"
class="inline-flex px-5 py-4 ml-4 bg-red-600 text-white font-medium text-sm uppercase">
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z"
clip-rule="evenodd"></path>
</svg>
</button>
</div>
</header>
<!-- Header End -->
<!-- Side Menu -->
<div :class="isSideMenuOpen ? 'translate-x-0' : 'translate-x-full'"
class="fixed top-0 right-0 w-full md:w-72 min-h-screen bg-white z-50 shadow-lg transform transition-all duration-200 ease-in-out"
style="display: none;" :style="isSideMenuOpen ? 'display:block':''">
<div class="flex flex-wrap justify-between ">
<!-- Logo SideMenu -->
<a href="" class="px-2 py-1">
<img class="w-12 h-12" src="./img/logo.jpg">
</a>
<!-- Logo SideMenu End -->
<button @click="closeSideMenu()"
class="w-12 h-12 bg-red-600 text-white inline-flex items-center justify-center ">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12">
</path>
</svg>
</button>
</div>
</div>
<!-- Side Menu -->
<main>
<section class="text-gray-600 body-font relative">
<div class="container px-5 py-24 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">Whatever cardigan tote bag tumblr hexagon
brooklyn asymmetrical gentrify.</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-red-500 focus:bg-white focus:ring-2 focus:ring-red-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-red-500 focus:bg-white focus:ring-2 focus:ring-red-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-red-500 focus:bg-white focus:ring-2 focus:ring-red-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-white bg-red-500 border-0 py-2 px-8 focus:outline-none hover:bg-red-600 rounded text-lg">Submit</button>
</div>
<div class="p-2 w-full pt-8 mt-8 border-t border-gray-200 text-center">
<a class="text-red-500">[email protected]</a>
<p class="leading-normal my-5">49 Smith St.
<br>Saint Cloud, MN 56301
</p>
<span class="inline-flex">
<a class="text-gray-500">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z"></path>
</svg>
</a>
<a class="ml-4 text-gray-500">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path
d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z">
</path>
</svg>
</a>
<a class="ml-4 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>
<a class="ml-4 text-gray-500">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path
d="M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z">
</path>
</svg>
</a>
</span>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer start-->
<footer></footer>
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></script>
</body>
</html>