-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·206 lines (203 loc) · 13.8 KB
/
index.html
File metadata and controls
executable file
·206 lines (203 loc) · 13.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Strategic Machines</title>
<link rel="manifest" href="./manifest.json">
<link rel="apple-touch-icon" href="/assets/img/icon-192x192.png">
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.12.1/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="css/phone.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<img class="proximity-logo" src="./assets/img/icon-72x72.png">
</a><button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span style="font-family: Ubuntu; font-weight: 600; padding-right: 10px;">Menu</span> <i class="fas fa-bars"></i></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="./pages/index.html">Beta</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="/pages/demo.html">Demo</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="https://proximityblog.netlify.app/" target="_blank">Blog</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#signup">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center">
<h1 class="mx-auto text-uppercase text-white">PROXIMITY</h1>
<h2 class="text-white mx-auto mt-2 mb-2">A <span style="font-weight: 600;">STRATEGIC MACHINES</span style="color:blue;"> SOLUTION</h2>
<h2 class="text-white mx-auto mt-2 mb-5" style="font-style: oblique;">Helping You Reach Your Audience at the Point of Interest</h2>
<h3 class="text-white mx-auto mt-5 mb-4">Join the Beta Program Today</h3>
<a class="btn btn-primary js-scroll-trigger" href="./pages/index.html">Get Started</a>
</div>
</div>
</header>
<!-- Line Break-->
<div class="line-break-container">
<div class="line-break"></div>
</div>
<!-- About-->
<section class="about-section text-center" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-white mb-4" style="text-transform: uppercase;">Store Traffic is Your Audience</h2>
<h3 class="text-white mb-4" style="font-size: 1.3rem; font-style: oblique;">Reach Shoppers at the Point of Interest With Your Message</h3>
<p class="text-white-50">Proximity delivers real-time context for your messages, offers and ads. We help Brands to reach shoppers in stores nationwide - at the point of interest. The Proximity platform provides a powerful AI engine for planning hyper-targeted marketing campaigns with engaging <a href="https://findit.vercel.app/" target="_blank">real-time offers and messages </a>. We help retailers to enrich the shopping experience of every customer through through relevant and curated content. Consumer privacy is fully protected.</p>
</div>
</div>
<div class="row">
<div class="smartphone">
<div >
<img src="https://res.cloudinary.com/ddd93xegh/image/upload/v1594994243/Proximity/iPhone_Proximity_Screen_1_wmq5gd.png" style="width:99%;border:none;height:90%" />
</div>
</div>
<div class="smartphone">
<div >
<img src="https://res.cloudinary.com/ddd93xegh/image/upload/v1594994243/Proximity/iPhone_Proximity_Screen_2_genurw.png" style="width:99%;border:none;height:90%" />
</div>
</div>
</div>
</div>
</section>
<!-- Projects-->
<section class="projects-section bg-light" id="projects">
<div class="container">
<!-- Project One Row-->
<div class="row justify-content-center no-gutters mb-5 mt-4 mb-lg-0">
<div class="bg-black col-lg-6"><img class="img-fluid" src="assets/img/indoorshopping3.jpg" alt="" /></div>
<div class="col-lg-6">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<h4 class="text-white" style="text-transform: uppercase;">Design</h4>
<p class="mb-0 text-white-50">The best design point for a message is context. Proximity helps you to identify and to execute on the most relevant context for your campaigns, from the front door of a retailer to the beverage aisle of a grocer. Our partners include leading retailers and local merchants nationwide. Join today, and begin speaking with your customers real-time.</p>
<hr class="d-none d-lg-block mb-0 ml-0" />
</div>
</div>
</div>
</div>
</div>
<!-- Project Two Row-->
<div class="row justify-content-center no-gutters">
<div class="col-lg-6"><img class="img-fluid" src="assets/img/indoorshopping2.jpg" alt="" /></div>
<div class="col-lg-6 order-lg-first">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-right">
<h4 class="text-white" style="text-transform: uppercase;">Beta Program</h4>
<p class="mb-0 text-white-50">Proximity is the Industry leading cognitive messaging platform for location-based 'conversational messaging'. Plan your campaigns with confidence, execute with precision and reach your Audience of One with tailored messages and offers.</p>
<hr class="mr-0"/>
<p class="mb-0 text-white-50">Our beta program is configured to test outcomes across a limited number of merchants and retail sites. If you would like to participate, please register today, and be part of the Brand and Retail teams helping to shape the future of real-time consumer marketing.</p>
<hr class="d-none d-lg-block mb-0 mr-0" />
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Signup-->
<section class="signup-section" id="signup">
<div class="container">
<div class="row" id="dspemail" style="display: inline;">
<div class="col-md-10 col-lg-8 mx-auto text-center">
<i class="far fa-paper-plane fa-2x mb-2 text-white"></i>
<h2 class="text-white mb-5">Subscribe here to receive updates!</h2>
<form id="emailForm" class="form-inline d-flex" name="newsletter" method="POST" data-netlify="true" netlify-honeypot="bot-field">
<div hidden aria-hidden="true">
<label>
Don’t fill this out if you're human:
<input name="bot-field" />
</label>
</div>
<input class="form-control flex-fill mr-0 mr-sm-2 mb-3 mb-sm-0" name="email" type="email" placeholder="Enter email address..." id="email" required />
<button class="btn btn-primary mx-auto" type="submit">Subscribe</button>
</form>
</div>
</div>
<div class="row" id="dspverify" style="display: none;">
<div class="col-md-10 col-lg-8 mx-auto text-center">
<i class="far fa-paper-plane fa-2x mb-2 text-white"></i>
<h5 class="mb-5" style="color: #64a19d; line-height: 1.75rem;">Please check your inbox (or spam) for an email with your 5 digit verification code and enter it here.</h5>
<form id="verifyForm" class="form-inline d-flex" name="verifycode" method="POST" data-netlify="true" netlify-honeypot="bot-field" >
<div hidden aria-hidden="true">
<label>
Don’t fill this out if you're human:
<input name="bot-field" />
</label>
</div>
<input class="form-control flex-fill mr-0 mr-sm-2 mb-3 mb-sm-0" name="code" type="text" placeholder="Enter 5 digit verification code..." id="code" required />
<button class="btn btn-primary mx-auto" id="btn" type="submit">Verify</button>
</form>
</div>
</div>
</div>
</section>
<!-- Contact-->
<section class="contact-section bg-black">
<div class="container">
<div class="row">
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-1 h-100 mt-3">
<div class="card-body text-center">
<i class="fas fa-map-marked-alt text-primary mb-3"></i>
<h4 class="text-uppercase m-0 mb-3" style="font-size: 1rem;">Locations</h4>
<div class="small text-black-50">Atlanta | Austin | Charlotte</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-1 h-100 mt-3">
<div class="card-body text-center">
<i class="fas fa-envelope text-primary mb-3"></i>
<h4 class="text-uppercase m-0 mb-3" style="font-size: 1rem;">Email</h4>
<div class="small text-black-50"><a>Please subscribe above</a></div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-1 h-100 mt-3">
<div class="card-body text-center">
<i class="fab fa-twitter text-primary mb-3"></i>
<h4 class="text-uppercase mb-3" style="font-size: 1rem;">Twitter</h4>
<div class="small text-black-50">
<a href="https://twitter.com/StrategicMachi1">Follow</a>
</div>
</div>
</div>
</div>
</div>
<div class="social d-flex justify-content-center">
<a class="mx-2" href="https://github.com/pdhoward"><i class="fab fa-github"></i></a>
</div>
</div>
</section>
<!-- Footer-->
<footer class="footer bg-black small text-center text-white-50"><div class="container">Copyright © Strategic Machines 2020</div></footer>
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>