-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcontact-us.html
More file actions
427 lines (346 loc) · 19.6 KB
/
contact-us.html
File metadata and controls
427 lines (346 loc) · 19.6 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
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact us | Monadical Consulting</title>
<!-- Meta Tags Start -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Contact us | Monadical Consulting">
<meta name="description" content="Monadical is a full-stack software development consultancy. We specialize in full-stack web development and custom software solutions.">
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="Monadical is a full-stack software development consultancy. We specialize in full-stack web development and custom software solutions.">
<meta property="og:image" name="image" content="https://monadical.com/static/core/img/og.jpg">
<meta property="og:title" content="Contact us | Monadical Consulting">
<meta property="og:type" content="website">
<meta property="og:url" content=https://monadical.com/contact-us.html />
<meta property="og:site_name" content="Monadical Consulting" />
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:description" content="Monadical is a full-stack software development consultancy. We specialize in full-stack web development and custom software solutions.">
<meta property="twitter:image" content="https://monadical.com/static/core/img/og.jpg">
<meta property="twitter:site" content="@MonadicalHQ">
<meta property="twitter:title" content="Contact us | Monadical Consulting">
<meta property="twitter:url" content=https://monadical.com/contact-us.html />
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Meta Tags End -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans|Ubuntu" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fjalla+One" type="text/css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" type="text/css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/font-hack/2.020/css/hack.min.css" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
type="text/css">
<link rel="stylesheet" href="/static/bootstrap4-pleasant.min.css" type="text/css">
<link rel="stylesheet" href="/static/core/css/base.css" type="text/css">
<link rel="canonical" href="https://monadical.com/contact-us.html" />
<link rel="apple-touch-icon" sizes="76x76" href="/static/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon/favicon-16x16.png">
<link rel="mask-icon" href="/static/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/atom-one-light.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"
integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous">
</script>
<link rel="stylesheet" href="/static/core/css/contact-us.css" />
</head>
<body>
<header>
<div id="header-container" class="container">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" id="monadical-brand" href="/index.html">
<img srcset="/static/core/img/logo@3x.png 3x,
/static/core/img/logo@2x.png 2x"
src="/static/core/img/logo.png"
id="brand-img" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="navbar-content-container">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link "
href="/index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link "
href="/portfolio.html">Portfolio</a>
</li>
<div class="nav-item dropdown">
<button class="nav-link btn-link dropdown-toggle" type="button"
id="dropdownservicesButton" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Services
</button>
<div class="dropdown-menu" aria-labelledby="dropdownservicesButton">
<a class="dropdown-item nav-link"
href="/ai-services.html">AI</a>
<a class="dropdown-item nav-link"
href="/services.html">Web Dev</a>
</div>
</div>
<li class="nav-item">
<a class="nav-link "
href="/about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank"
href="https://careers.monadical.com/">Careers</a>
</li>
<li class="nav-item">
<a class="nav-link "
href="/blog.html">Insights</a>
</li>
<li class="nav-item">
<a class="nav-link"
href="/contact-us.html">LET'S TALK</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<article>
<div class="container-full">
<img class="cloud-img-left" src="/static/core/img/img-team-013.png" />
<div class="container">
<div class="title text-center">Contact Us</div>
<div class="row content-row">
<div class="col-12 col-md-6">
<div class="section-title">We are currently accepting new clients.</div>
<p class="margin-top-30">
Please schedule a call to get started, or email us a quick summary of
the work you're looking for, including scope, timeline, and estimated
budget if known.
</p>
<p>
If it's something we can help with, we'll provide a project timeline
and budget to review together <b style="font-size: 1em">before</b> we
start billing for any work.
</p>
<!-- Social (medium+ screens) -->
<div class="text-center margin-top-30 d-none d-md-block">
<hr />
<div class="subtitle margin-top-30">
Send us an email:<br />
<a href="mailto:hello@monadical.com">
hello@monadical.com
</a>
</div>
<small>or</small><br />
<div class="subtitle">
Chat with us online:<br />
<a href="https://twitter.com/MonadicalHQ" class="btn-circle btn-info btn-circle-raised mt-2">
<i class="fa fa-twitter"></i>
</a>
<a href="https://facebook.com/Monadical" class="btn-circle btn-info btn-circle-raised mt-2">
<i class="fa fa-facebook"></i>
</a>
<a href="https://linkedin.com/company/monadical" class="btn-circle btn-info btn-circle-raised mt-2">
<i class="fa fa-linkedin"></i>
</a>
</div>
</div>
</div>
<!-- Calendar-->
<div id="calendly-contact-form" class="col-12 col-md-5 offset-md-1 calendar">
<div class="subtitle text-center">Schedule a call with us.</div>
<!-- Cal inline embed code begins -->
<div style="width:100%;height:100%;overflow:scroll" id="my-cal-inline"></div>
<script type="text/javascript">
(function (C, A, L) { let p = function (a, ar) { a.q.push(ar); }; let d = C.document; C.Cal = C.Cal || function () { let cal = C.Cal; let ar = arguments; if (!cal.loaded) { cal.ns = {}; cal.q = cal.q || []; d.head.appendChild(d.createElement("script")).src = A; cal.loaded = true; } if (ar[0] === L) { const api = function () { p(api, arguments); }; const namespace = ar[1]; api.q = api.q || []; if(typeof namespace === "string"){cal.ns[namespace] = cal.ns[namespace] || api;p(cal.ns[namespace], ar);p(cal, ["initNamespace", namespace]);} else p(cal, ar); return;} p(cal, ar); }; })(window, "https://app.cal.com/embed/embed.js", "init");
Cal("init", "30min", {origin:"https://cal.com"});
Cal.ns["30min"]("inline", {
elementOrSelector:"#my-cal-inline",
config: {"layout":"month_view","theme":"light"},
calLink: "monadical/widget",
});
Cal.ns["30min"]("ui", {"styles":{"branding":{"brandColor":"#0086b4"}},"hideEventTypeDetails":true,"layout":"month_view"});
</script>
<!-- Cal inline embed code ends -->
</div>
<!-- Social (mobile screens, positioned at the end) -->
<div class="col-12 text-center margin-top-30 margin-bottom-30 d-md-none">
<div class="subtitle margin-top-30">
Send us an email:<br />
<a href="mailto:hello@monadical.com">
hello@monadical.com
</a>
</div>
<small>or</small><br />
<div class="subtitle">
Chat with us online:<br />
<a href="https://twitter.com/MonadicalHQ" class="btn-circle btn-info btn-circle-raised mt-2">
<i class="fa fa-twitter"></i>
</a>
<a href="https://facebook.com/Monadical" class="btn-circle btn-info btn-circle-raised mt-2">
<i class="fa fa-facebook"></i>
</a>
<a href="https://linkedin.com/company/monadical" class="btn-circle btn-info btn-circle-raised mt-2">
<i class="fa fa-linkedin"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</article>
<footer>
<div class="container footer">
<div class="row">
<div class="col-12 col-md-4">
<ul>
<li><b title="Montréal, Canada">Montréal</b></li>
<li><b title="New York, USA">New York</b></li>
<li><b title="San Francisco, USA">San Francisco</b></li>
<li><b title="Vancouver, Canada">Vancouver</b></li>
<li><b title="Medellín, Colombia">Medellín</b></li>
</ul>
</div>
<div class="col-12 col-md-3">
<ul>
<li>
<b>Monadical</b>
</li>
<li><a href="/blog.html">Blog</a></li>
<li><a href="/services.html">Services</a></li>
<li><a href="/projects.html">Projects</a></li>
<li><a href="/privacy.html">Privacy Policy</a></li>
</ul>
</div>
<div class="col-12 col-md-3">
<ul>
<li>
<b>About Us</b>
</li>
<li><a href="/about.html">About</a></li>
<li><a href="/team.html">Team</a></li>
<li><a href="/principles.html">Principles</a></li>
</ul>
</div>
<div class="col-12 col-md-2">
<ul>
<li>
<b>Contact Us</b>
</li>
<li><a href="https://cal.com/monadical/widget">Get a Quote</a></li>
<li><a href="https://careers.monadical.com/">Careers</a></li>
<li><a href="/contact-us.html">Contact us</a></li>
</ul>
</div>
</div>
<div class="row social">
<div class="col-12">
<ul>
<li>
<a href="https://twitter.com/MonadicalHQ" title="Monadical Twitter" target="_blank"
rel="noopener">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="https://facebook.com/monadical" title="Monadical Facebook" target="_blank"
rel="noopener">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="https://linkedin.com/company/monadical" title="Monadical LinkedIn" target="_blank"
rel="noopener">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://github.com/Monadical-SAS" title="Monadical Github" target="_blank"
rel="noopener">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<script type="text/javascript">
// hide all the tags containing fake contact info that are there to throw off scrapers
// most scrapers dont run JS, so this fairly effectively masks our real info from bots
for (const elem of document.querySelectorAll('.please-scrape-this-fake-info')) {
elem.style.display = 'none'
}
</script>
<script src="/static/squares.js"></script>
<!-- Smooth Scroll to Anchor Links Animation -->
<script>
function getUnicodeHash(reference) {
return "#\\" + reference.codePointAt(1).toString(16) + " " + reference.slice(2)
}
function smoothScroll(e) {
const hash = decodeURIComponent(this.hash)
e.preventDefault()
e.stopPropagation()
console.log('Scrolling to', this.getAttribute('href'))
let reference = this.getAttribute('href')
if (reference.match(/^#[0-9]+/)) {
reference = getUnicodeHash(reference)
}
document.querySelector(reference).scrollIntoView({
behavior: 'smooth'
});
setTimeout(() => {
window.location.hash = hash
}, 500/*arbitrary value, not standartized*/);
}
document.addEventListener('DOMContentLoaded', () => {
document.querySelectorAll('a[smoothhashscroll]').forEach(elem => {
/*
this code drops all the event listeners that were attached so far;
we need to do it here because the event listeners themselves are not under control of this repo
this content together with js files (that are executed) is presumably downloaded from hedgedoc
this is a very hacky hack, we shall negate it "as soon as we can"
*/
elem.parentNode.outerHTML = elem.parentNode.outerHTML
})
document.querySelectorAll('a[href^="#"], a[smoothhashscroll]').forEach(anchor => {
anchor.addEventListener('click', smoothScroll);
});
})
</script>
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["setCookieDomain", "*.monadical.com"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
// accurately measure the time spent in the visit
_paq.push(['enableHeartBeatTimer']);
(function () {
var u = "//analytics.zervice.io/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '12']);
var d = document,
g = d.createElement('script'),
s = d.getElementsByTagName('script')[0];
g.type = 'text/javascript';
g.async = true;
g.defer = true;
g.src = u + 'matomo.js';
s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->
<!-- Highlight Code -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
<!-- End Highlight Code -->
</body>
</html>