-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
155 lines (129 loc) · 5.58 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
<!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.">
<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/base.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!--
<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" />
-->
</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="Images/banners/mobile.png" alt="DoorHinge Apps" class="titleImage">
</div>
<div class="hide-mobile">
<img src="Images/banners/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">
Crash the Email Servers!
</h2>
<p class="infoSubtextLeft">Yes! Email us at breaktheservers@doorhingeapps.com.</p>
<!--<div class="centerButtons">-->
<a href="mailto:breaktheservers@doorhingeapps.com">
<h3 class="fillButtons">
Break the Servers!
</h3>
</a>
<!--</div>-->
<br>
</div>
<br>
<br>
<div class="infoText">
<h2 class="infoSubtextLeft">
¿Qué necesitas?
</h2>
<form action="https://formbold.com/s/9kBG6" method="POST">
<div>
<br>
<label class="infoSubtextLeft">
Your Email:
<br>
<br>
<input type="email" name="email" class="emailField" placeholder="email">
</label>
</div>
<br>
<div>
<label class="infoSubtextLeft">
Rant or Complaint:
<br>
<br>
<textarea name="message" class="emailField" placeholder="Rant Here -->"></textarea>
</label>
</div>
<div class="centerButtons">
<button type="submit" class="formButtons">Send</button>
</div>
</form>
</div>
<br>
<br>
<div class="infoText">
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://wordpress.us18.list-manage.com/subscribe/post?u=9e9edc9e6f504f674159739b7&id=deb2b39b75&f_id=00ad36e7f0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_self">
<div id="mc_embed_signup_scroll">
<h2 class="infoSubtextLeft">Free Spam!</h2>
<h4 class="infoSubtextLeft">It might go to your spam folder. Leave it there or don’t. Doesn’t really matter</h4>
<div class="infoSubtextApp">
<input type="email" placeholder="email" value="" name="EMAIL" class="emailField" id="mce-EMAIL" required>
<span id="mce-EMAIL-HELPERTEXT" class="helper_text"></span>
</div>
<div id="mce-responses" class="clear foot">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_9e9edc9e6f504f674159739b7_deb2b39b75" tabindex="-1" value="" placeholder="Email Address"></div>
<div class="optionalParent">
<div class="centerButtons">
<input type="submit" value="YES PLEASE!" name="subscribe" id="mc-embedded-subscribe" class="fillButtons">
</div>
</div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<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>