forked from aseelalmutareb/BeaverON
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
174 lines (171 loc) · 7.07 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
<!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" />
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="./contact.css" />
<title>Case studies</title>
</head>
<body>
<header class="contact-carrer text-gray-600 body-font">
<div
class="container mx-auto flex flex-wrap p-4 flex-col md:flex-row items-center"
>
<a
href="index.html"
class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0"
>
<img class="logoImg" src="./img/logo.png" alt="logoBeaver" />
</a>
<nav
class="md:ml-auto flex flex-wrap items-center text-base justify-center"
>
<a class="navLink mr-5 hover:text-gray-900" href="about.html"
>About</a
>
<a class="navLink mr-5 hover:text-gray-900" href="services.html"
>Services</a
>
<a class="navLink mr-5 hover:text-gray-900" href="careers.html"
>Careers</a
>
<a class="navLink mr-5 hover:text-gray-900" href="contact.html"
>Contact</a
>
<a href="./freeAudit.html" class="navLink mr-5 hover:text-gray-900"
>Free Audit</a
>
</nav>
</div>
</header>
<img class="contactBanner" src="./img/contact.png" alt="" />
<section class="text-gray-600 body-font relative">
<div class="container px-5 py-24 mx-auto flex sm:flex-nowrap flex-wrap">
<div
class="frame-border lg:w-2/3 md:w-1/2 bg-gray-300 rounded-lg overflow-hidden sm:mr-10 p-10 flex items-end justify-start relative"
>
<iframe
width="100%"
height="100%"
class="absolute inset-0"
frameborder="0"
title="map"
marginheight="0"
marginwidth="0"
scrolling="no"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6148.035066850729!2d-73.98002190266499!3d40.7810824815018!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2588fc50eabc7%3A0x145ef5ddf63a434e!2s81%20Street%20-%20Museum%20of%20Natural%20History%20Station!5e0!3m2!1sen!2sde!4v1655069586314!5m2!1sen!2sde"
style="filter: grayscale(1) contrast(1.2) opacity(0.4)"
></iframe>
<div class="bg-white relative flex flex-wrap py-6 rounded shadow-md">
<div class="lg:w-1/2 px-6">
<h2
class="title-font font-semibold text-gray-900 tracking-widest text-xs"
>
81 Street - New York, NY, 10024, United States
</h2>
<p class="mt-1"></p>
</div>
<div class="lg:w-1/2 px-6 mt-4 lg:mt-0">
<h2
class="title-font font-semibold text-gray-900 tracking-widest text-xs"
>
EMAIL
</h2>
<a class="text-indigo-500 leading-relaxed"
>
<h2
class="title-font font-semibold text-gray-900 tracking-widest text-xs mt-4"
>
PHONE
</h2>
<p class="leading-relaxed">856-431-4829</p>
</div>
</div>
</div>
<div
class="form-contact-wrapper lg:w-1/3 md:w-1/2 bg-white flex flex-col md:ml-auto w-full md:py-8 mt-8 md:mt-0"
>
<h2 class="text-gray-900 text-lg mb-1 font-medium title-font">
Contact Us
</h2>
<p class="leading-relaxed mb-5 text-gray-600"></p>
<div class="relative mb-4">
<label for="fName" class="leading-7 text-sm text-gray-600"
>First Name</label
>
<input
type="text"
id="fname"
name="fname"
class="w-full bg-white rounded border border-gray-300 focus:border-indigo-500 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 class="relative mb-4">
<label for="lastName" class="leading-7 text-sm text-gray-600"
>Last Name</label
>
<input
type="text"
id="lastName"
name="lastName"
class="w-full bg-white rounded border border-gray-300 focus:border-indigo-500 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 class="relative mb-4">
<label for="email" class="leading-7 text-sm text-gray-600"
>Email</label
>
<input
type="email"
id="email"
name="email"
class="w-full bg-white rounded border border-gray-300 focus:border-indigo-500 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 class="relative mb-4">
<label for="phone" class="leading-7 text-sm text-gray-600"
>Phone</label
>
<input
type="text"
id="phone"
name="phone"
class="w-full bg-white rounded border border-gray-300 focus:border-indigo-500 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 class="relative mb-4">
<label for="company" class="leading-7 text-sm text-gray-600"
>Company</label
>
<input
type="text"
id="company"
name="company"
class="w-full bg-white rounded border border-gray-300 focus:border-indigo-500 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 class="relative mb-4">
<label for="message" class="leading-7 text-sm text-gray-600"
>Message</label
>
<textarea
id="message"
name="message"
class="w-full bg-white rounded border border-gray-300 focus:border-indigo-500 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>
<button
class="pink-btn text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded text-lg"
>
Submit
</button>
<p class="text-xs text-gray-500 mt-3"></p>
</div>
</div>
</section><br /><br />
</body>
</html>