-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
51 lines (47 loc) · 1.74 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Terms of Service | Flowdash</title>
<meta content="website" property="og:type" />
<meta content="Flowdash Contact" property="og:description"/>
<meta content="Contact | Flowdash" property="og:title"/>
<meta content="Flowdash is the most flexible platform for teams to manage, track, and complete work. Build custom workflows to save time and get more done." name="description"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://flowdash-assets.s3.us-west-1.amazonaws.com/logo/logo-no-text.png" rel="shortcut icon" type="image/x-icon"/>
<style>
body {
padding-top: 96px;
background-color: #f8f8f8;
}
hr {
margin: 24px 0;
}
</style>
</head>
<body>
<div class="container">
<div class="row justify-content-center">
<div class="col col-xl-10 col-lg-12">
<img src="https://flowdash-assets.s3.us-west-1.amazonaws.com/logo/logo.svg" height="45" alt="Flowdash logo">
<hr/>
<main role="main">
<div class="container contact">
<br/><br/>
<div class="row">
<div class="col">
<h1>Contact Us</h1>
<p>
We're here to help. Send us a message and we'll respond as soon as we can. You can reach us anytime at <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</div>
</div>
<br/><br/><br/>
</main>
</div>
</div>
</div>
</body>
</html>