-
Notifications
You must be signed in to change notification settings - Fork 0
/
swiftender.html
310 lines (275 loc) · 13.2 KB
/
swiftender.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Swiftender | OasisCode</title>
<meta name="description" content="OasisCode" />
<meta name="keywords" content="OasisCode" />
<meta name="author" content="admin" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="shortcut icon" href="./img/favicon.png" type="image/x-icon" />
<link rel="apple-touch-icon" href="./img/favicon.png" />
<!-- Asssets Files -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link href="css/style.css" rel="stylesheet" />
<link rel="stylesheet" href="css/animate.min.css" />
<link rel='stylesheet' href='css/ekko-lightbox.min.css'/>
<link rel="stylesheet" href="css/owl.carousel.min.css"/>
<!-- Hotjar Tracking Code for www.oasiscode.com -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:2435110,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" class="index">
<div class="page-wraper">
<!-- Header Bar -->
<div class="navbar-fixed-top dark-nav">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="navbar-inner-content">
<a class="navbar-brand pull-left" href="index.html"><img src="img/logo.png" alt="Logo"/></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse nav_menu_grid float-lg-right" id="navbarSupportedContent">
<ul id="myUL" class="navbar-nav slimScrollMegaMenu">
<li class="nav-item dropdown">
<a class="nav-link" href="index.html#portfolio">Portfolio <i class="fa fa-angle-down" aria-hidden="true"></i></a>
<div class="dropdown-menu" role="menu">
<ul>
<li><a href="swiftender.html">Swiftender</a></li>
<li><a href="oto.html">Oto</a></li>
<li><a href="shufflespace.html">ShuffleSpace</a></li>
<li><a href="slabxchange.html">SlabXChange</a></li>
<li><a href="feverfilter.html">FeverFilter</a></li>
<li><a href="evokedresponse.html">EvokedResponse</a></li>
</ul>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="index.html#approach">Our Approach</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#who-we-serve">Who We Serve</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#testimonials">Testimonials</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#team">Executive Team</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#footer">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
</div>
<!-- / Header Bar -->
<!-- Home Banner -->
<div class="page_banner d-flex align-items-center justify-content-center bg-white">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-sm-8 col-md-7">
<div class="text_colm banner_caption pt-md-4 pb-md-4 py-sm-4 pr-lg-5">
<div class="z-index-1">
<div id="home-banner" class="carousel home_banner_slider slide" data-ride="carousel">
<ul class="carousel-indicators">
<li data-target="#home-banner" data-slide-to="0" class="active"></li>
<li data-target="#home-banner" data-slide-to="1"></li>
<li data-target="#home-banner" data-slide-to="2"></li>
</ul>
<div class="carousel-inner">
<div class="carousel-item text-left active">
<div class="title_bar_line"><img src="img/curve-line.png" alt="Line Bar" /></div>
<h1 class="color2 fw-bold fs-50 fw-mob-semiBold fs-mob-25"><span class="color3">Oasis</span>Code Swiftender</h1>
<p class="color1 fw-regular fs-20 fs-mob-14 mb-0 w-lg-75 mt-3">A specialized construction SaaS solution</p>
</div>
<!-- <div class="carousel-item text-left">
<div class="title_bar_line"><img src="img/curve-line.png" alt="Line Bar" /></div>
<h1 class="color3 fw-bold fs-50 fw-mob-semiBold fs-mob-25"><span class="color3">Digital</span> products by experienced entrepreneurs </h1>
<p class="color3 fw-regular fs-22 fs-mob-16 mb-0 w-lg-50 mt-3">Where Software Engineers and Business Strategy collide</p>
</div> -->
</div>
<div class="slideArrows">
<a class="carousel-control-prev" href="#home-banner" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#home-banner" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Home Banner -->
<main class="position-relative">
<section id="portfolio" class="portfolio_section pt-10 pt-13 pt-mob-5 pb-mob-5 bgcolor4 pb-10 pb-13">
<div class="container">
<div class="row row d-flex align-items-center">
<div class="col-sm-4 text-left animated fadeInLeft mt-3 mt-sm-0">
<div class="title_bar_line"><img src="img/curve-line.png" alt="Line Bar" /></div>
<h3 class="color2 fw-extraBold fs-35 fw-mob-semiBold fs-mob-18 text-left">Background</h3>
</div>
<div class="col-sm-8 col-md-8 animated fadeInRight">
<div class="col-12">
<p class="color1 fw-regular fs-16 fs-mob-12 text-left">As a tech entrepreneur and an Engineer who grew up in the construction industry, Shayan saw a challenge around the construction tendering process, and created Swiftender to provide a simple, streamlined solution. Five years later and Swiftender has helped construction professionals tender thousands of projects, send out many millions of emails, and support hundreds of construction estimating professionals throughout North America.</p>
</div>
</div>
</div>
</div>
</section>
<section class="portfolio_section pt-10 pt-mob-5">
<div class="container">
<div class="row row d-flex align-items-center">
<div class="col-sm-6 order-2 order-sm-1 animated fadeInLeft mt-3 mt-sm-0"><img src="img/sft-img-1.png" alt="ShuffleSpace" class="w-mob-75 img-responsive" /></div>
<div class="col-sm-6 order-1 order-sm-2 animated fadeInRight">
<div class="col-12">
<p class="color1 fw-regular fs-16 fs-mob-12 text-left">Our niche solution is known for its simplicity, reliability and fair privacy policy, where users own the contact list data that they use within the platform. </p>
</div>
</div>
</div>
</div>
</section>
</main>
<footer id="footer" class="footer">
<div class="get_in_touch_section">
<div class="container">
<div class="row animated fadeInUp w-75 ml-auto mr-auto align-items-center py-4 py-sm-5">
<div class="col-12">
<div class="row align-items-center box_content_width">
<div class="col-lg-7 col-md-7 col-sm-8 text-left">
<img src="img/comment-bar.png" alt="Comment Bar" class="img-responsive" />
<h2 class="fs-mob-20 fs-35 text-white fw-bold">Have a project in mind?</h2>
</div>
<div class="col-lg-5 col-md-5 col-sm-4 text-left text-md-right text-uppercase btn_1">
<button class="btn bg-white color2 fw-semiBold fs-14 rounded-full px-4 px-lg-5 py-3" data-toggle="modal" data-target="#contactModal">Get in touch</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Modal for contact form-->
<div class="modal fade" id="contactModal" tabindex="-1" role="dialog" aria-labelledby="contactModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content" style="border-color:#ffa300">
<div class="modal-header" style="border-color:#ffa300">
<h5 class="modal-title" id="contactModalLabel"><img src="img/comment-bar.png" alt="Comment Bar" class="img-responsive" /> <br>Contact Us</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<form accept-charset="UTF-8" action="https://www.formbackend.com/f/5cfa241671d7fba2" method="POST">
<div class="modal-body" style="border-color:#ffa300">
<label for="name">Name: </label><br>
<input type="text" name="name" id="name" class="contact_input"/><br>
<label for="email">Email: </label><br>
<input type="email" name="email" id="email" class="contact_input"/><br>
<label for="phone">Phone: </label><br>
<input type="tel" name="phone" id="phone" class="contact_input" /><br>
<label for="message">Message:</label><br>
<textarea name="message" id="message" rows="2" class="contact_input"></textarea>
</div>
<div class="modal-footer" style="border-color:#ffa300">
<button type="button" class="modal-btn btn bg-white color2 fw-semiBold fs-14 rounded-full px-4 px-lg-5 py-3" data-dismiss="modal">Close</button>
<button type="submit" class="modal-btn btn bg-white color2 fw-semiBold fs-14 rounded-full px-4 px-lg-5 py-3">Submit</button>
</div>
</form>
</div>
</div>
</div>
<!--Modal for popup-->
<div class="modal popup fade" id="popupModal" tabindex="-1" role="dialog" aria-labelledby="popupModalLabel" aria-hidden="true" data-backdrop="false">
<div class="modal-dialog" role="document">
<div class="modal-content" style="border-color:#ffa300">
<div class="modal-header" style="border-color:#ffa300">
<h5 class="modal-title" id="popupModalLabel">Like What You See?</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<h4>Ask now for a free consultation!</h4>
</div>
<div class="modal-header" style="border-style: none">
<button type="button" class="modal-btn btn bg-white color2 fw-semiBold fs-14 rounded-full px-4 px-lg-5 py-3" data-toggle="modal" data-target="#contactModal" data-dismiss="modal">Contact Us</button>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-3 col-sm-6 mb-4 mb-sm-0">
<div class="footer-logo text-lg-center mt-lg-5"><img src="img/footer-logo.png" alt="footer" /></div>
<div class="footer_social_links text-lg-center">
<a href="#" class="twitter" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="#" class="facebook" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#" class="instagram" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="#" class="instagram" target="_blank"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
</div>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 mb-4 mb-sm-0">
<div class="footer_col_head text-white">Quick Links</div>
<ul class="f_menu highlightMenu">
<li><a href="index.html#portfolio">Portfolio</a></li>
<li><a href="index.html#approach">Our Approach</a></li>
<li><a href="index.html#who-we-serve">Who We Serve</a></li>
<li><a href="index.html#testimonials">Testimonials</a></li>
<li><a href="index.html#team">Executive Team</a></li>
<li><a href="index.html#footer">Contact Us </a></li>
</ul>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 mb-4 mb-sm-0">
<div class="footer_col_head text-white">Portfolio</div>
<ul class="f_menu highlightMenu">
<li><a href="swiftender.html">Swiftender</a></li>
<li><a href="oto.html">Oto</a></li>
<li><a href="shufflespace.html">ShuffleSpace</a></li>
<li><a href="slabxchange.html">SlabXChange</a></li>
<li><a href="feverfilter.html">FeverFilter</a></li>
<li><a href="evokedresponse.html">EvokedResponse</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 mb-0">
<div class="footer_col_head text-white">Contact Us</div>
<div class="address">
<ul>
<li class="d-flex"><div class="add mr-2"><i class="fa fa-map-marker" aria-hidden="true"></i></div> <p>Office Location:<br/>308 Palmerston Ave<br>Suite 219<br>Toronto, ON<br>M6J 3X9</p></li>
<li class="d-flex"><div class="add mr-2"><i class="fa fa-phone" aria-hidden="true"></i></div> <p>Phone:<br/>1 (800) 280-2032</p></li>
<li class="d-flex"><div class="add mr-2"><i class="fa fa-envelope" aria-hidden="true"></i></div> <p>Email:<br/>[email protected]</p></li>
</ul>
</div>
</div>
</div>
</div>
<div class="copyright_bar">
<div class="container">
<div class="row">
<div class="col-md-12 footer_copyright text-center">
<p class="color3">© 2021 Oasiscode - All rights reserved.</p>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery-css3-animation-queue.js"></script>
<script src='js/ekko-lightbox.min.js'></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src='https://www.google.com/recaptcha/api.js'></script>
<script src="js/customJS.js"></script>
<script type='text/javascript'>
</script>
</body>
</html>