-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
318 lines (304 loc) · 13.4 KB
/
contact.html
File metadata and controls
318 lines (304 loc) · 13.4 KB
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<!DOCTYPE html><html lang="en-GB"><head>
<meta charset="utf-8"><meta name="viewport" content="width=1440"><title>Contact Us</title>
<meta name="description" content="This international programme brings together design practitioners and academics to develop high-performance strategies for energy-efficient, climate-adaptable buildings, using step-by-step, optimised mixed-mode ventilation and in-use feedback loops.">
<link rel="icon" type="image/png" sizes="any" href="assets/images/favicon.png"><link href="assets/images/favicon.png" rel="icon" media="(prefers-color-scheme: light)">
<link href="assets/images/favicon.png" rel="icon" media="(prefers-color-scheme: dark)">
<link rel="apple-touch-icon" href="assets/images/favicon.png"><link rel="manifest" href="/site.webmanifest"><meta name="theme-color" content="#333333">
<meta property="og:type" content="website">
<meta property="og:title" content="Contact Us">
<meta property="og:description" content="This international programme brings together design practitioners and academics to develop high-performance strategies for energy-efficient, climate-adaptable buildings, using step-by-step, optimised mixed-mode ventilation and in-use feedback loops.">
<meta property="og:image" content="https://actionresearchprojects.github.io/assets/images/og-image.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Contact Us">
<meta name="twitter:description" content="This international programme brings together design practitioners and academics to develop high-performance strategies for energy-efficient, climate-adaptable buildings, using step-by-step, optimised mixed-mode ventilation and in-use feedback loops.">
<meta name="twitter:image" content="https://actionresearchprojects.github.io/assets/images/og-image.jpg">
<link rel="canonical" href="https://actionresearchprojects.github.io/contact">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;1,400&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { height: 100%; background: url('assets/images/support-page-background.webp') center / cover no-repeat fixed; }
body {
font-family: "Ubuntu", sans-serif;
background: transparent;
color: #222;
min-height: 100%;
-webkit-font-smoothing: antialiased;
}
#main { position: relative; min-height: 100vh; }
.contact-header {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: space-between;
padding: 36px 72px 0;
}
.contact-header .logo img {
height: 54px;
width: auto;
}
.contact-header nav {
display: flex;
align-items: center;
gap: 24px;
}
.contact-header nav a {
font-size: 14px;
font-weight: 400;
color: #888;
text-decoration: none;
transition: color 0.2s;
}
.contact-header nav a:hover { color: #222; }
.linkedin-icon {
display: inline-flex;
align-items: center;
justify-content: center;
opacity: 0.45;
transition: opacity 0.2s;
}
.linkedin-icon:hover { opacity: 0.8; }
.linkedin-icon svg { width: 22px; height: 22px; fill: #222; }
.contact-hero {
position: relative;
z-index: 1;
text-align: center;
padding: 56px 80px 16px;
}
.contact-hero h1 {
font-size: 46px;
font-weight: 500;
color: #111;
margin-bottom: 12px;
letter-spacing: -0.5px;
}
.contact-hero .tagline {
font-size: 18px;
font-weight: 300;
color: #666;
max-width: 680px;
margin: 0 auto;
line-height: 1.5;
}
.contact-body {
position: relative;
z-index: 1;
max-width: 960px;
margin: 0 auto;
padding: 40px 72px 60px;
display: flex;
gap: 56px;
align-items: flex-start;
}
.contact-info {
flex: 1;
min-width: 0;
}
.contact-info section {
margin-bottom: 28px;
}
.contact-info h2 {
font-size: 17px;
font-weight: 500;
color: #111;
margin-bottom: 8px;
letter-spacing: 0.2px;
}
.contact-info h2::before {
content: "";
display: inline-block;
width: 3px;
height: 15px;
background: #ccc;
border-radius: 2px;
margin-right: 10px;
vertical-align: middle;
position: relative;
top: -1px;
}
.contact-info p {
font-size: 14.5px;
font-weight: 300;
line-height: 1.7;
color: #444;
}
.contact-info a {
color: #444;
text-decoration: none;
border-bottom: 1px solid #ccc;
transition: color 0.2s, border-color 0.2s;
}
.contact-info a:hover {
color: #111;
border-color: #888;
}
.contact-form-card {
flex: 1.2;
min-width: 0;
background: rgba(255,255,255,0.75);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(0,0,0,0.08);
border-radius: 16px;
padding: 36px;
}
.contact-form-card h2 {
font-size: 20px;
font-weight: 500;
color: #111;
margin-bottom: 24px;
}
.form-group {
margin-bottom: 18px;
}
.form-group label {
display: block;
font-size: 13px;
font-weight: 500;
color: #666;
margin-bottom: 6px;
letter-spacing: 0.3px;
}
.form-group input,
.form-group textarea {
font-family: "Ubuntu", sans-serif;
font-size: 15px;
font-weight: 300;
padding: 11px 14px;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 10px;
background: rgba(255,255,255,0.6);
width: 100%;
box-sizing: border-box;
transition: border-color 0.2s, box-shadow 0.2s;
color: #222;
}
.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: rgba(0,0,0,0.3);
box-shadow: 0 0 0 3px rgba(0,0,0,0.04);
}
.form-group textarea {
resize: vertical;
min-height: 110px;
}
.form-submit {
background-color: #333;
color: #fff;
font-family: "Ubuntu", sans-serif;
font-size: 16px;
font-weight: 500;
padding: 12px 20px;
border: none;
border-radius: 10px;
cursor: pointer;
width: 100%;
transition: background-color 0.2s;
}
.form-submit:hover {
background-color: #444;
}
.form-submit:disabled {
opacity: 0.6;
cursor: not-allowed;
}
#arc-form-status {
display: none;
text-align: center;
padding: 12px;
border-radius: 10px;
font-size: 14.5px;
font-weight: 400;
margin-top: 12px;
}
</style>
<link rel="stylesheet" href="fluid-scaling.css"><link rel="stylesheet" href="orientation-lock.css">
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<style id="site-footer-style">
#site-footer {
position: fixed;
bottom: 6px;
right: 10px;
z-index: 10;
font-family: "Ubuntu", sans-serif;
font-size: 10px;
font-weight: 300;
color: rgba(0,0,0,0.4);
pointer-events: auto;
}
#site-footer a {
color: rgba(0,0,0,0.4);
text-decoration: none;
}
#site-footer a:hover {
color: rgba(0,0,0,0.6);
}
</style></head>
<body><div id="orientation-overlay" class="force-landscape"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.48 2.52c3.27 1.55 5.61 4.72 5.97 8.48h1.5C23.44 4.84 18.29 0 12 0l-.66.03 3.81 3.81 1.33-1.32zm-6.25-.77c-.59-.59-1.54-.59-2.12 0L3.52 6.34c-.59.59-.59 1.54 0 2.12l10.02 10.02c.59.59 1.54.59 2.12 0l4.59-4.59c.59-.59.59-1.54 0-2.12L10.23 1.75zm3.06 9.89l-4.59 4.59-6.96-6.96 4.59-4.59 6.96 6.96zM7.52 21.48C4.25 19.94 1.91 16.76 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.81-1.38 1.32z"></path></svg><p>Please rotate your device to landscape mode</p></div>
<div id="main">
<div class="contact-header">
<a href="/" class="logo"><img src="assets/images/arc-logo.png" alt="ARC" decoding="auto"></a>
<nav>
<a href="/about">About</a>
<a href="/privacy">Privacy</a>
<a href="https://www.linkedin.com/company/arc-cool-buildings" target="_blank" rel="noopener" class="linkedin-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 01-2.063-2.065 2.064 2.064 0 112.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"></path></svg>
</a>
</nav>
</div>
<div class="contact-hero">
<h1>Contact Us</h1>
</div>
<div class="contact-body">
<div class="contact-info">
<section>
<h2>Get in Touch</h2>
<p>If you're interested in our research, want to explore collaboration opportunities, or have questions about passive cooling solutions for hot and humid climates, please reach out using the form.</p>
</section>
<section>
<h2>Who We Are</h2>
<p>ARC is led by Andrew Simmonds of <a href="https://www.simmondsmills.com" target="_blank" rel="noopener">Simmonds Mills</a>, a UK-based architectural R&D firm, in partnership with the Al-Mizan Children's Ecovillage in Tanzania.</p>
</section>
<section>
<h2>Follow Us</h2>
<p>Stay up to date with our latest research and projects on <a href="https://www.linkedin.com/company/arc-cool-buildings" target="_blank" rel="noopener">LinkedIn</a>.</p>
</section>
</div>
<div class="contact-form-card">
<h2>Send a Message</h2>
<form id="arc-form" onsubmit="return submitArcForm(event)">
<input type="hidden" name="access_key" value="29DE75">
<input type="hidden" name="_source" value="Contact Page">
<div style="position:absolute;left:-9999px;top:-9999px;" aria-hidden="true"><input type="text" name="_gotcha" tabindex="-1" autocomplete="off"></div>
<div class="form-group">
<label for="contact-name">Name</label>
<input type="text" id="contact-name" name="name" required="" placeholder="Your full name">
</div>
<div class="form-group">
<label for="contact-email">Email</label>
<input type="email" id="contact-email" name="email" required="" placeholder="you@example.com">
</div>
<div class="form-group">
<label for="contact-company">Company / Organisation (optional)</label>
<input type="text" id="contact-company" name="company_organisation" placeholder="Your organisation">
</div>
<div class="form-group">
<label for="contact-message">Message</label>
<textarea id="contact-message" name="message" required="" rows="5" placeholder="Your message"></textarea>
</div>
<div class="form-group" style="display:flex;justify-content:center;"><div class="g-recaptcha" data-sitekey="6LcTJJMsAAAAAMjPJ8taLwB9z4yTTp1FrddDtnp6"></div></div>
<button type="submit" id="arc-submit-btn" class="form-submit">Send Message</button>
<div id="arc-form-status"></div>
</form>
</div>
</div>
</div>
<div id="overlay"></div>
<script>
function submitArcForm(e){e.preventDefault();var form=document.getElementById("arc-form");var btn=document.getElementById("arc-submit-btn");var status=document.getElementById("arc-form-status");var response=grecaptcha.getResponse();if(!response){status.style.display="block";status.style.background="rgba(200,150,0,0.15)";status.style.color="#665500";status.textContent="Please complete the CAPTCHA before submitting.";return false;}var data=new FormData(form);btn.disabled=true;btn.textContent="Sending...";status.style.display="none";fetch("https://codefreeform.com/api/contact-api/",{method:"POST",body:data}).then(function(r){if(r.ok){status.style.display="block";status.style.background="rgba(0,150,0,0.1)";status.style.color="#006600";status.textContent="Message sent successfully. Thank you!";form.reset();grecaptcha.reset();}else{return r.json().then(function(d){throw d});}}).catch(function(err){status.style.display="block";status.style.background="rgba(200,0,0,0.1)";status.style.color="#660000";status.textContent="Something went wrong. Please try again or email us directly.";}).finally(function(){btn.disabled=false;btn.textContent="Send Message";});return false;}
</script>
<script src="fluid-scaling.js"></script>
<div id="site-footer">© 2026 ARC, a programme of Simmonds Mills. All rights reserved. · <a href="/privacy">Privacy</a></div>
<script data-goatcounter="https://actionresearchprojects.goatcounter.com/count" async="" src="//gc.zgo.at/count.js"></script></body></html>