-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
144 lines (115 loc) · 4.75 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
<!DOCTYPE html>
<div>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7747XZXY15"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7747XZXY15');
</script>
<title>Contact | DoorHinge Apps</title>
<meta name="description" content="Hello humans! You can find the contact info for DoorHinge Apps here.">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="all" href="css/contact.css" />
<!--
<link rel="stylesheet" type="text/css" media="screen and (min-width: 0px) and (max-width: 400px)" href="css/400px.css" />
<link rel="stylesheet" type="text/css" media="screen and (min-width: 340px) and (max-width: 639px)" href="css/639px.css" />
<link rel="stylesheet" type="text/css" media="screen and (min-width: 640px) and (max-width: 999px)" href="css/999px.css" />
-->
<link rel="stylesheet" type="text/css" media="screen and (min-width: 401px)" href="css/contact.css" />
</head>
<body style="background-color: #A487FF">
<meta name="viewport" content="width=device-width, initial-scale=1">
<div id="header"></div>
<a href="index.html">
<div class="show-mobile">
<!--<img src="DoorHinge Parkour Banner.png" alt="DoorHinge Apps" class="titleImage">-->
<img src="Images/CAC/CAC Banner.png" alt="DoorHinge Apps" class="titleImage">
</div>
<div class="hide-mobile">
<!--<img src="DoorHinge Parkour Banner Desktop.png" alt="DoorHinge Apps" class="titleImage">-->
<img src="Images/CAC/CAC Banner Desktop.png" alt="DoorHinge Apps" class="titleImage">
</div>
</a>
<br>
<div class="infoText">
<h2 class="infoSubtextLeft">
Want to Speak to the Manager?
</h2>
<h2 class="infoSubtextLeft">
Right this way Karen!
</h2>
</div>
<br>
<div class="infoText">
<h2 class="infoSubtextLeft">
Email Us
</h2>
<a href="mailto:karen@doorhingeapps.com">
<h3 class="contactButtons">
karen@doorhingeapps.com
</h3>
</a>
<br>
</div>
<br>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5723952362361159"
crossorigin="anonymous"></script>
<ins class="adsbygoogle"
style="display:block"
data-ad-format="fluid"
data-ad-layout-key="-fb+5w+4e-db+86"
data-ad-client="ca-pub-5723952362361159"
data-ad-slot="6603480565"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<br>
<div class="infoText">
<form action="https://formbold.com/s/9kBG6" method="POST">
<div>
<br>
<label class="infoSubtextLeft">
Your Email:
<p class="formNewLine">---</p>
<input type="email" name="email" class="formEmail">
</label>
</div>
<br>
<div>
<label class="infoSubtextLeft">
Rant or Complaint:
<p class="formNewLine">---</p>
<textarea name="message" class="formMessage"></textarea>
</label>
</div>
<button type="submit" class="formButtons">Send</button>
</form>
</div>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5723952362361159"
crossorigin="anonymous"></script>
<ins class="adsbygoogle"
style="display:block"
data-ad-format="autorelaxed"
data-ad-client="ca-pub-5723952362361159"
data-ad-slot="1351153887"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<div id="footer"></div>
<script>
$(function() {
$("#header").load("header.html");
$("#footer").load("footer.html");
});
$(document).on('click', 'a.socialIcon', function (event) {
event.preventDefault();
window.open($(this).attr('href'));
});
</script>
</body>
</div>