-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
180 lines (167 loc) · 8.67 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Florida Multi Tech Services - Here To Help With Tech Questions</title>
<link rel="stylesheet" href="css/components.css">
<link rel="stylesheet" href="css/icons.css">
<link rel="stylesheet" href="css/responsee.css">
<link rel="stylesheet" href="owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="owl-carousel/owl.theme.css">
<link rel="stylesheet" href="css/lightcase.css">
<!-- CUSTOM STYLE -->
<link rel="stylesheet" href="css/template-style.css">
<link href="https://fonts.googleapis.com/css?family=Work+Sans:100,400,600,900&subset=latin-ext" rel="stylesheet">
<script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
<script data-cfasync="false" type="text/javascript" src="js/form.js"></script>
</head>
<body class="size-1140">
<!-- Call BUTTON -->
<a target="_blank" href="mailto:floridamultitech@gmail.com" ; style="position:fixed;top:120px;right:-14px;z-index:10;"><img src="img/call.png" alt=""></a>
<div id="page-wrapper">
<!-- HEADER -->
<header role="banner" class="position-absolute margin-top-30 margin-m-top-0 margin-s-top-0">
<!-- Top Navigation -->
<nav class="background-transparent background-transparent-hightlight full-width sticky">
<div class="s-12 l-2">
<a href="index.html" class="logo">
<!-- Logo version before sticky nav
<img class="logo-before" src="img/logo-dark.png" alt="">-->
<!-- Logo version after sticky nav
<img class="logo-after" src="img/logo-dark.png" alt="">-->
</a>
</div>
<div class="s-12 l-10">
<div class="top-nav right">
<ul class="right chevron">
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">Information </a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- MAIN -->
<main role="main">
<!-- Content -->
<article>
<header class="section background-white">
<div class="line text-center">
<h1 class="text-dark text-s-size-30 text-m-size-40 text-l-size-headline text-thin text-line-height-1">Contact Us</h1>
<!-- <p class="margin-bottom-0 text-size-16 text-dark"></p>-->
</div>
</header>
<section class="full-width background-dark">
<div class="s-12 m-12 l-6">
<!-- Change the background image -->
<div style="background-image: url(img/img-contact.jpg);" class="contact-image" ></div>
</div>
<div class="s-12 m-12 l-6 text-center">
<div class="padding-2x">
<i class="icon-sli-location-pin text-white text-size-30 center"></i>
<h2 class="text-size-20 margin-bottom-0 text-white">Company Address</h2>
<p>Bell Ranch</p>
<p>Brandon, FL - 33511</p>
<p>USA</p>
<i class="icon-sli-envelope text-white text-size-30 center margin-top-20"></i>
<h2 class="text-size-20 margin-bottom-0 text-white">E-mail</h2>
<a class="text-primary-hover" href="mailto:floridamultitech@gmail.com">floridamultitech@gmail.com</a><br>
<i class="icon-sli-earphones-alt text-white text-size-30 center margin-top-20"></i>
<h2 class="text-size-20 margin-bottom-0 text-white">Phone Numbers</h2>
<p>+1 (813)847-0032 </p>
</div>
</div>
</section>
<section class="section background-white">
<div class="s-12 m-12 l-4 center">
<h4 class="text-size-20 margin-bottom-20 text-dark text-center">Contact Us</h4>
<form action="https://script.google.com/macros/s/AKfycbz8VsOAvetwyRAlHW30IuY79MELyjeONN_sZ140cLHR-2T_6G6g/exec" name="contactForm" class="customform" method="post">
<div class="s-12">
<div class="margin">
<div class="s-12 m-12 l-6">
<input name="email" class="required email" placeholder="Your e-mail" title="Your e-mail" type="text">
<p class="email-error form-error">Please enter your e-mail.</p>
</div>
<div class="s-12 m-12 l-6">
<input name="name" class="name" placeholder="Your name" title="Your name" type="text">
<p class="name-error form-error">Please enter your name.</p>
</div>
</div>
</div>
<div class="s-12">
<input name="subject" class="subject" placeholder="Subject" title="Subject" type="text">
<p class="subject-error form-error">Please enter the subject.</p>
</div>
<div class="s-12">
<textarea name="message" class="required message" placeholder="Your message" rows="3"></textarea>
<p class="message-error form-error">Please enter your message.</p>
</div>
<div class="s-12"><button class="s-12 submit-form button background-primary text-white" name = "submit" type="submit">Submit Button</button></div>
<div style="display:none" >
<!-- You can customize the thankyou message by editing the code below -->
<h2><em>Thanks</em> for contacting us! We will get back to you soon!
</h2>
</div>
</form>
</div>
</section>
</article>
</main>
<!-- FOOTER -->
<footer>
<!-- Contact Us -->
<div class="background-dark padding text-center footer-social">
<a class="margin-right-10" target="_blank" href="https://www.facebook.com/Florida-Multi-Tech-Services-107506951066668/"><i class="icon-facebook_circle text-size-30"></i> <span class="text-strong text-white hide-s hide-m">FACEBOOK</span></a>
<a class="margin-right-10" target="_blank" href="https://www.twitter.com"><i class="icon-twitter_circle text-size-30"></i> <span class="text-strong text-white hide-s hide-m">TWITTER</span></a>
<a class="margin-right-10" target="_blank" href="https://www.instagram.com"><i class="icon-instagram_circle text-size-30"></i> <span class="text-strong text-white hide-s hide-m">INSTAGRAM</span></a>
<a target="_blank" href="https://www.linkedin.com"><i class="icon-linked_in_circle text-size-30"></i> <span class="text-strong text-white hide-s hide-m">LINKEDIN</span></a>
</div>
<!-- Main Footer -->
<section class="section-small-padding text-center background-dark full-width">
<div class="line">
<div class="margin">
<!-- Collumn 1 -->
<div class="s-12 m-12 l-4 margin-m-bottom-30">
<h3 class="text-size-16">Our Address</h3>
<p class="text-size-14">
Bell Ranch<br>
Brandon FL - 33511<br>
USA
</p>
</div>
<!-- Collumn 2 -->
<div class="s-12 m-12 l-4 margin-m-bottom-30">
<h3 class="text-size-16">E-mail</h3>
<p class="text-size-14">
floridamultitech@gmail.com<br>
</p>
</div>
<!-- Collumn 3 -->
<div class="s-12 m-12 l-4 ">
<h3 class="text-size-16">Phone Numbers</h3>
<p class="text-size-14">
+1 (813)847-0032<br>
</p>
</div>
</div>
</div>
</section>
<hr class="break margin-top-bottom-0" style="border-color: rgba(0, 0, 0, 0.80);">
<!-- Bottom Footer -->
<section class="padding background-dark full-width">
<div class="text-center">
<p class="text-size-12">Copyright 2019, Vision Design - graphic zoo</p>
</div>
</section>
</footer>
</div>
<script type="text/javascript" src="js/responsee.js"></script>
<script type="text/javascript" src="js/jquery.events.touch.js"></script>
<script type="text/javascript" src="owl-carousel/owl.carousel.js"></script>
<script type="text/javascript" src="js/template-scripts.js"></script>
<script data-cfasync="false" type="text/javascript" src="js/form.js"></script>
</body>
</html>