-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
176 lines (159 loc) · 7.62 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
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="https://amagi.io/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<link rel="preconnect" href="https://fonts.gstatic.com">
<!-- Stylesheets -->
<link href="https://fonts.googleapis.com/css2?family=Jura:wght@300;400;500&display=swap" rel="stylesheet">
<link href="global.css" rel="stylesheet">
<link href="contact.css" rel="stylesheet">
<link href="animations.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.typekit.net/bxg1dss.css">
<link href="assets/fonts/enhanced/index.css" rel="stylesheet">
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="https://amagi.io/manifest.json">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>AMAGI | Contact</title>
<meta itemprop="name" content="AMAGI | Contact" />
<meta name="description" content="AMAGI builds better digital solutions and teams. Specializing in healthcare, financial services, and education." />
<meta itemprop="description" content="AMAGI builds better digital solutions and teams. Specializing in healthcare, financial services, and education." />
<meta name="google-site-verification" content="SyC9F_95LipZtASLPmLA7loJzggWRhk33R8U3trdCns" />
<link rel="canonical" href="https://amagi.io" />
<meta name="author" content="AMAGI" />
<!-- Twitter -->
<meta name="twitter:title" content="AMAGI | Contact" />
<meta name="twitter:description" content="AMAGI builds better digital solutions and teams. Specializing in healthcare, financial services, and education." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image:src" content="https://amagi.io/assets/images/spaceamagifb.png" />
<meta name="twitter:image:alt" content="Digital Solutions for a Better Tomorrow">
<meta name="twitter:site" content="@amagitech" />
<meta name="twitter:account_id" content="982106599673049091" />
<!-- Facebook -->
<meta property="og:title" content="AMAGI | Contact" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://amagi.io/contact" />
<meta property="og:description" content="AMAGI builds better digital solutions and teams. Specializing in healthcare, financial services, and education." />
<meta property="og:site_name" content="AMAGI" />
<meta property="og:image" content="https://amagi.io/assets/images/spaceamagifb.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-96823676-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-96823676-4');
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2710956122480581');
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2710956122480581&ev=PageView&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code -->
<!-- Schema -->
<script type='application/ld+json'>
{
"@context": "https://www.schema.org",
"@type": "Corporation",
"additionalType": "https://en.wikipedia.org/wiki/Consultant",
"@id": "https://amagi.io/contact",
"name": "AMAGI | Contact",
"url": "https://amagi.io/contact",
"logo": "https://amagi.io/assets/images/amagi.png",
"image": "https://amagi.io/assets/images/amagi.png",
"description": "AMAGI is a global technology consultancy. We build better digital solutions and teams. Specializing in modern software, data science, and devops.",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "[email protected]",
"contactType": "sales"
},
"sameAs": [
"https://www.facebook.com/amagitech/",
"https://www.instagram.com/amagitech/",
"https://twitter.com/amagitech",
"https://www.linkedin.com/company/amagi-technologies/"
]
}
</script>
<script
src="https://kit.fontawesome.com/297c891af6.js"
crossorigin="anonymous"
></script>
</head>
<body>
<navigation-menu></navigation-menu>
<div id="container">
<!-- <div class="loading visible" id="loader-bg"><div class="visible" id="loader"></div></div> -->
<main>
<article class="content" id="message">
<div class="copy animation fadein">
<h2>Send us a message</h2>
<p class="subline">Let's build the future together</p>
</div>
<form class="animation fadein" id="message-form" action="https://formspree.io/[email protected]" method="POST">
<div id="input__personal-details">
<div class="input" id="input__name">
<label for="name">Name</label>
<input type="text" name="name" placeholder="e.g. Luke Skywalker" required="y">
</div>
<div class="input" id="input__email">
<label for="email">Email</label>
<input type="email" name="email" placeholder="e.g. [email protected]" required="y">
</div>
</div>
<div class="input" id="input__message">
<label for="message">Message</label>
<textarea rows="3" name="message" placeholder="I want to learn the ways of the Force..."></textarea>
</div>
<div class="buttons">
<a class="button gray" href="https://calendly.com/amagi-sales">Schedule A Call</a>
<button type="submit">Send Message</button>
</div>
</form>
</article>
</main>
<footer>
<ul class="footer-list animation fadein">
<li><a href="/about">AMAGI © 2015</a></li>
<li><a href="/privacy">Privacy Policies</a></li>
<li class="mobile-hidden"><a href="/contact">Contact</a></li>
<li class="mobile-hidden"><a href="/careers">Careers</a></li>
<li class="mobile-hidden"><a href="https://amagiacademy.com">Training</a></li>
<!--<li class="mobile-hidden">Get Newsletter</li>-->
<li><a href="https://www.facebook.com/amagitech/"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://www.instagram.com/amagitech/"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://github.com/amagitechnologies"><i class="fab fa-github"></i></a></li>
</ul>
</footer>
</div>
<!-- <script type="text/javascript" src="./load.js"></script> -->
<script src="./menu.js"></script>
<script src="animations.js"></script>
</body>
</html>