-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnect.html
186 lines (186 loc) · 8.97 KB
/
connect.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
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Accelerate Retail Partners</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/media/favicon-min.png" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;800&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/fontawesome-free-5.14.0-web/css/all.css" />
<link rel="stylesheet" href="/node_modules/animate-it/css/animations.css" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/connect.css" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CRKQ2WP0YE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-CRKQ2WP0YE");
</script>
<script src="/node_modules/jquery/dist/jquery.min.js" defer></script>
<script src="/node_modules/animejs/lib/anime.min.js" defer></script>
<script src="/node_modules/animate-it/js/css3-animate-it.js" defer></script>
<script src="/scripts/nav.js" defer></script>
<script src="/scripts/form.js" defer></script>
</head>
<body id="connect">
<div id="loading"><img src="/media/main-arrow-min.png" /></div>
<div id="content">
<header class="animatedParent animateOnce">
<a href="./index.html"
><img
class="header-logo animated fadeInUpShort"
src="./media/logos/main-horizontal-min-450w.png"
alt="Accelerate Retail Partners"
/></a>
<nav class="animated fadeInUpShort">
<ui class="menu"
><li class="menu-item-container">
<a class="menu-item" id="home" href="./index.html">home</a>
</li>
<li class="menu-item-container">
<a class="menu-item" id="services" href="./services.html">services</a>
</li>
<li class="menu-item-container">
<a class="menu-item" id="press" href="./press.html">press</a>
</li>
<li class="menu-item-container">
<a class="menu-item" id="connect" href="./connect.html" style="color: rgb(70, 70, 70)"
>connect</a
>
</li></ui
><i class="nav-bars fas fa-bars" onclick="openNav()"></i>
</nav>
<nav class="nav-mobile">
<i class="exit-mobile fas fa-times" onclick="closeNav()"></i>
<ul class="mobile-menu">
<li>
<a class="mobile-menu-item" href="./index.html">home</a>
</li>
<li>
<a class="mobile-menu-item" href="./services.html">services</a>
</li>
<li>
<a class="mobile-menu-item" href="./press.html">press</a>
</li>
<li>
<a class="mobile-menu-item" href="./connect.html" style="color: var(--light-gray)"
>connect</a
>
</li>
</ul>
</nav>
</header>
<section class="connect animatedParent">
<h1 class="welcome-text connect-title animated fadeInUpShort">partner with us.</h1>
<form id="connectForm" class="animated fadeInUpShort delay-500" onsubmit="subForm(event)">
<input
class="form-input"
type="text"
id="first"
name="First"
placeholder="First Name"
required
/><br /><input
class="form-input"
type="text"
id="last"
name="Last"
placeholder="Last Name"
required
/><br /><input
class="form-input"
type="text"
id="company"
name="Company"
placeholder="Company"
/><br /><input
class="form-input"
type="email"
id="email"
name="Email"
placeholder="Email"
required
/><br /><input
class="form-input"
type="tel"
pattern="[0-9]{3}(-?)[0-9]{3}(-?)[0-9]{4}"
id="phone"
name="Phone"
placeholder="Phone"
required
/><br /><textarea
class="form-input"
id="comments"
name="Comments"
placeholder="Comments"
wrap="hard"
rows="2"
></textarea
><input id="submitBtn" class="submit" type="submit" />
</form>
<p id="responseMsg" class="response-message">
Thank you for connnecting with us! A member of our team will connect with you as soon as possible.
</p>
</section>
<!-- <section class="us">
<div class="shape-container">
<div class="shape-1 tp-rt red"></div>
</div>
<div class="employee-container">
<div class="employee animatedParent animateOnce" data-sequence="200">
<div class="employee-image animated fadeInUpShort" data-id="1">
<img src="/media/employees/jb-portrait-min.jpeg" loading="lazy" />
</div>
<div class="employee-name center-items animated fadeInUpShort" data-id="2">
<h2>jessica berger</h2>
<h4>Founder + CEO</h4>
</div>
<div class="employee-info center-items animated fadeInUpShort" data-id="3">
<a href="tel:6235566887">(623) 556-6887</a
><a href="mailto:[email protected]"
>
</div>
</div>
<div class="employee animatedParent animateOnce" data-sequence="200">
<div class="employee-image animated fadeInUpShort" data-id="1">
<img src="/media/employees/spen-portrait-min.jpeg" loading="lazy" />
</div>
<div class="employee-name center-items animated fadeInUpShort" data-id="2">
<h2>spencer sablan</h2>
<h4>Account Manager</h4>
</div>
<div class="employee-info center-items animated fadeInUpShort" data-id="3">
<a href="tel:7028824603">(702) 882-4603</a
><a href="mailto:[email protected]"
>
</div>
</div>
</div>
</section> -->
<footer>
<div class="footer-logo-container">
<img class="footer-logo" src="/media/white-arrow-min.png" loading="lazy" />
</div>
<div class="footer-certifications-container">
<a target="_blank" href="https://www.wbenc.org"
><img class="WBENC-seal" src="/media/WBENC/WBE_Seal_REVERSE-min.png" loading="lazy"
/></a>
</div>
</footer>
</div>
<script src="/scripts/loading.js" async></script>
</body>
</html>