-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
129 lines (126 loc) · 6.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="DISH is a product in which restaurant, bar, and convenience store owners can manage, edit, & publish their own mobile apps.">
<meta name="author" content="DISH Digital US">
<title>DISH - Contact</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,600;0,700;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/fontawesome-all.css" rel="stylesheet">
<link href="css/swiper.css" rel="stylesheet">
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<link rel="icon" href="images/logo.png">
</head>
<body data-spy="scroll" data-target=".fixed-top">
<nav class="navbar navbar-expand-lg fixed-top navbar-dark">
<div class="container">
<a class="navbar-brand logo-image" href="index.html"><img src="images/logo2.png" alt="alternative"></a>
<button class="navbar-toggler p-0 border-0" type="button" data-toggle="offcanvas">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse offcanvas-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link page-scroll" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="aboutUs.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="features.html">Features</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="pricing.html">Pricing</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Legal</a>
<div class="dropdown-menu" aria-labelledby="dropdown01">
<a class="dropdown-item page-scroll" href="terms.html">Terms Conditions</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item page-scroll" href="privacy.html">Privacy Policy</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="ex-header bg-dark-blue">
<div class="container">
<div class="row">
<div class="col-xl-10 offset-xl-1">
<h1>Contact Details</h1>
</div>
</div>
</div>
</header>
<div class="ex-form-1 pt-6 pb-5">
<div class="container">
<div class="row">
<div class="col-xl-10 offset-xl-1">
<p class="mb-5">We love to create dependable business are solutions for small and medium sized word companies. Email our office using <a href="mailto:[email protected]">[email protected]</a> or call us using <a href="tel:630-613-0388">+1 630 613 0388</a></p>
<form action="https://formspree.io/f/moqypqpe" method="POST">
<div class="form-group">
<input type="text" class="form-control-input" id="cname" required>
<label class="label-control" for="cname">Name</label>
<div class="help-block with-errors"></div>
</div>
<div class="form-group">
<input type="email" name="_replyto" class="form-control-input" id="cemail" required>
<label class="label-control" for="cemail">Email</label>
<div class="help-block with-errors"></div>
</div>
<div class="form-group">
<textarea name="message" class="form-control-textarea" id="cmessage" required></textarea>
<label class="label-control" for="cmessage">Your message</label>
<div class="help-block with-errors"></div>
</div>
<div class="form-group">
<button type="submit" class="form-control-submit-button submitButton">Send</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="footer bg-dark-blue">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="footer-col first">
<h6>About DISH</h6>
<p class="p-small">DISH is a product in which restaurant, bar, and convenience store owners can manage, edit, & publish their own apps.</p>
</div>
<div class="footer-col second">
<h6>Links</h6>
<ul class="list-unstyled li-space-lg p-small">
<li>Important: <a href="terms.html">Terms & Conditions</a>, <a href="privacy.html">Privacy Policy</a></li>
<li>Menu: <a href="index.html">Home</a>, <a href="aboutUs.html">About Us</a>, <a href="features.html">Features</a>, <a href="pricing.html">Pricing</a>
</ul>
</div>
<div class="footer-col third">
<h6>Contact</h6>
<p class="p-small">We would love to hear from you
<a target="_blank" href="mailto:[email protected]"><strong>[email protected]</strong></a>
</p>
</div>
</div>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/swiper.min.js"></script>
<script src="js/jquery.magnific-popup.js"></script>
<script src="js/morphext.min.js"></script>
<script src="js/validator.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>