-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
165 lines (165 loc) · 7.33 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html class="Homepage" lang="en">
<head>
<meta charset="UTF-8">
<meta property="og:url" content="https://www.coforma.com.au/contact.html">
<meta property="og:site_name" content="Coforma | Contact Us">
<meta property="og:type" content="website">
<style type="text/css">
:root {
--color-gray: #dddddd;
--color-dark-gray: #333333;
}
</style>
<style type="text/css">
:root {
--font-1: "Google Sans Display";
}
body {
--font-1: "Google Sans Display";
--font-body: var(--font-1);
--font-headline: var(--font-1);
--font-list-title: var(--font-1);
--font-promo-title: var(--font-1);
--font-promo-description: var(--font-1);
--font-rte-body: var(--font-1);
--font-pull-quote: var(--font-2);
}
</style>
<link data-cssvarsponyfill="true" class="Webpack-css" rel="stylesheet"
href="styles/All.min.css">
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
<style>
@media all and (min-width:0px) and (max-width: 625px) {
.Homepage-backgroundImage {
display: none;
}
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=5">
<title>Coforma | Contact Us</title>
<link rel="canonical" href="contact.html">
<meta name="brightspot.contentId" content="00000181-ceca-d150-a3d3-cefb2d570000">
<link rel="apple-touch-icon" sizes="180x180"
href="favicon.png">
<link rel="icon" type="image/png"
href="favicon.png">
<link rel="icon" type="image/png"
href="favicon.png">
<script
type="application/ld+json">{"@context":"http://schema.org","@type":"WebPage","url":"http://coforma.com.au/","publisher":{"@type":"Organization","name":"Coforma | Contact Us","logo":{"@type":"ImageObject","url":"logo_web.png","width":256,"height":60}},"name":"Coforma | Contact Us"}</script>
<!-- this will add webcomponent polyfills based on browsers. As of 04/29/21 still needed for IE11 and Safari -->
<script src="webcomponents-loader/webcomponents-loader.js"></script>
<script>
/**
This allows us to load the IE polyfills via feature detection so that they do not load
needlessly in the browsers that do not need them. It also ensures they are loaded
non async so that they load before the rest of our JS.
*/
var head = document.getElementsByTagName('head')[0];
if (!window.CSS || !window.CSS.supports || !window.CSS.supports('--fake-var', 0)) {
var script = document.createElement('script');
script.setAttribute('src', "/util/IEPolyfills.js");
script.setAttribute('type', 'text/javascript');
script.async = false;
head.appendChild(script);
}
</script>
<script src="styles/All.min.js" async></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-6T3MX1JJ8M');
</script>
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js" async></script>
<script>
var link = document.createElement('link');
link.setAttribute('href', '//fonts.googleapis.com/css?family=Open+Sans:300,400,700|Merriweather:300,400,700');
var relList = link.relList;
if (relList && relList.supports('preload')) {
link.setAttribute('as', 'style');
link.setAttribute('rel', 'preload');
link.setAttribute('onload', 'this.rel="stylesheet"');
link.setAttribute('crossorigin', 'anonymous');
} else {
link.setAttribute('rel', 'stylesheet');
}
head.appendChild(link);
</script>
</head>
<a class="skip-to-content-link" href="contact.html#main" data-cms-ai="0">Skip to main content</a>
<body class="Page-body">
<header class="Page-header">
<div class="Page-header-bar">
<div class="Page-header-bar-logo"><a aria-label="Coforma" href="index.html" data-cms-ai="0">
<img class="PageLogo-image"
src="logo_web.png"
alt="Coforma header"
srcset="logo_web.png 1x,logo_web.png 2x"
width="400" height="94" />
</a>
</div>
<div class="Page-header-eyebrow">
<a class="Link" href="contact.html" data-cms-ai="0">Contact us</a>
</div>
</div>
</header>
<main class="Homepage-content" id="main">
<div class="Homepage-contentWrapper">
<div class="Homepage-pageLead" data-pagelead>
<div class="HomepageHeading">
<div class="HomepageHeading-content-wrapper">
<div class="HomepageHeading-content">
<h1 class="HomepageHeading-title">Contact Us</h1>
</div>
</div>
</div>
</div>
<div class="Homepage-letter"><bsp-rich-more class="RichTextModule ShortText" data-module>
<div class="RichTextModule-shortItems RichTextBody">
<p>We don’t ordinarily solicit direct requests for work via our website.</p>
<p>If you would like to know more about Coforma or how we can help, please send an email to
<a href="mailto:[email protected]">[email protected]</a></p>
<p></p>
</ul>
<p></p>
</div>
</bsp-rich-more>
</div>
</div>
<div class="Homepage-backgroundImage">
<picture>
</picture>
</div>
</main>
<footer class="Page-footer">
<div class="Page-footer-container">
<div class="Page-footer-leftWrapper">
<div class="Page-footer-logo"><a aria-label="home page" href="index.html" data-cms-ai="0">
<img class="PageLogo-image"
src="logo_web.png"
alt="Coforma footer"
srcset="logo_web.png 1x,logo_web.png 2x"
width="400" height="97" />
</a>
</div>
<div class="Page-footer-navigation">
<nav class="FooterNavigation">
<ul class="FooterNavigation-items" data-column-count="4">
<li class="FooterNavigation-items-item">
<div class="FooterNavigationItem">
<div class="FooterNavigationItem-text">
<a href="contact.html" data-cms-ai="0">Contact us</a>
<a href="https://abr.business.gov.au/ABN/View?id=77809392946" target="_blank">ABN: 77 809 392 946</a>
</div>
</div>
</li>
</ul>
</nav>
</div>
</div>
</div>
</footer>
</body>
</html>