-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
289 lines (283 loc) · 11.5 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JuiceBox Charging</title>
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/f07f4d82e9.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<script src="script.js"></script>
</head>
<body>
<nav>
<a href="#" id="homeLink">
<img
src="https://jb-partner-images.s3.amazonaws.com/website/img/logo.png"
alt="Company Name"
>
</a>
<a href="#products" class="nav-link">Products</a>
<a href="#clients" class="nav-link">Clients</a>
<a href="#distributors" class="nav-link">Distributors</a>
<a href="#gallery" class="nav-link">Gallery</a>
<a href="#about" class="nav-link">About</a>
<a href="#contact" class="nav-link">Contact</a>
</nav>
<div id="intro">
<div id="introLeft">
<div id="highlights">
<section id="motto">
<span>
The solution to your customers'
<br/>
device charging needs
<strong class="italic">at scale</strong>.
</span>
</section>
<section id="zero">
<span>
<strong class="bold underline">Zero</strong>
cost <i class="fa-solid fa-tag"></i>
</br>
for your business
</span>
<span>
<strong class="bold underline">Zero</strong>
maintenance <i class="fa-solid fa-hammer"></i>
</br>
for your business
</span>
<span>
<strong class="bold underline">Zero</strong>
liability <i class="fa-solid fa-scale-balanced"></i>
</br>
for your business
</span>
</section>
</div>
<div id="cgi">
<img src="img/cgi/battery_showcase.jpeg"/>
<img src="img/cgi/station_8_black.jpeg"/>
</div>
<div id="demo">
<h4>Demo?</h4>
<span>
One of us will come to you with, and
<br/>
let you try out the chargers yourself.
</span>
<button>Schedule</button>
<span>Currently only offered in New York City and Chicago <i class="fa-solid fa-location-dot"></i></span>
</div>
<div id="supports">
<section id="cables">
<span>Lightning <img src="https://jb-partner-images.s3.amazonaws.com/website/img/lightning.png"/></span>
<span>USB-C <img src="https://jb-partner-images.s3.amazonaws.com/website/img/usbc.png"/></span>
<span>Micro-USB <img src="https://jb-partner-images.s3.amazonaws.com/website/img/microusb.png"/></span>
</section>
</div>
<div id="accepts">
<h6>Accepts:</h6>
<section id="paymentMethods">
<span><i class="fa-brands fa-google-pay" style="color: #000;"></i></span>
<span><i class="fa-brands fa-apple-pay" style="color: #000;"></i></span>
<span><i class="fa-regular fa-credit-card"></i> Card</span>
</section>
</div>
</div>
<div id="introRight">
<video autoplay muted loop>
<source
src="https://jb-partner-images.s3.amazonaws.com/website/vid/demo_new.mov"
type="video/quicktime"
>
<source
src="https://jb-partner-images.s3.amazonaws.com/website/vid/demo_new.mp4"
type="video/mp4"
>
Your browser does not support the video tag.
</video>
<img src="https://jb-partner-images.s3.amazonaws.com/website/img/classyExample.jpg"/>
</div>
</div>
<div id="products">
<h4>Products</h4>
<div id="options">
<div>
<img src="img/8-slot-yellow-bat.png"/>
<span><strong class="italic">8 chargers</strong></span>
<span class="specs">24.5×20×24cm</span>
<span class="specs">Weight: 4.03kg</span>
<span class="specs">Power: 60W</span>
</div>
<div>
<img src="img/24-slot-station.png"/>
<span><strong class="italic">24 chargers</strong></span>
<span class="specs">51.5×41×176cm</span>
<span class="specs">Weight: 63kg</span>
<span class="specs">Power: 200W</span>
</div>
<div>
<img src="img/48-slot-station.png"/>
<span><strong class="italic">48 chargers</strong></span>
<span class="specs">68×62×200cm</span>
<span class="specs">Weight: 64kg</span>
<span class="specs">Power: 350W</span>
</div>
</div>
</div>
<div id="steps">
<h4>Steps</h4>
<div>
<h6>QR Scan</h6>
<p>
Scan the QR code on a JB Charging bank, which will take you to our
app (or website).
</p>
</div>
<div>
<h6>Payment Details</h6>
<p>
After the QR scan, you'll be prompted to enter your payment details
through our secure platform.
</p>
</div>
<div>
<h6>Confirm Rental</h6>
<p>
When you confirm your rental, your charger will pop out of the bank,
when this happens, you are good to go.
</p>
</div>
<div>
<h6>Return Charger</h6>
<p>
Conclude your JuiceBox experience by returning the charger to any of
our stations located throughout major U.S. cities. Return within 72
hours to avoid late fees.
</p>
</div>
</div>
<div id="faq">
<h4>Frequently Asked Questions</h4>
<div>
<span>Do I need to get an app?</span>
<span>We have a user friendly app but you can also rent a charger without one.</span>
</div>
<div>
<span>How much does it cost to charge?</span>
<span>It costs $1.00 to unlock a charger + $1.00 per hour of charging.</span>
</div>
<div>
<span>What if I lose or damage a charger?</span>
<span>The cost of an unreturned charger is $45.00.</span>
</div>
<div>
<span>Where is the nearest charging bank?</span>
<span>Our app has a map showing every JB Charging bank with about the location.</span>
</div>
<div>
<span>Am I liable for any damages if I host a JB Charging bank in my shop?</span>
<span>Nope, all liability on us.</span>
</div>
</div>
<!--
<div id="distributors">
<form id="distributorForm">
<h4>Distributors</h4>
<span>Get rewarded to help us partner with clients</span>
<input type="text" placeholder="Name"/>
<input type="text" placeholder="Email Address"/>
<input type="text" placeholder="Phone Number"/>
<input type="text" placeholder="Location"/>
<button>Submit</button>
</form>
</div>
-->
<div id="gallery">
<span>
<a href="gallery.html">
Full Gallery
<i class="fa-solid fa-angle-right" style="color: #000;"></i>
</a>
</span>
<h4>Gallery</h4>
<div id="galleryContent">
<img src="https://jb-partner-images.s3.amazonaws.com/website/img/gallery/g4.jpg"/>
<img src="https://jb-partner-images.s3.amazonaws.com/website/img/gallery/g10.jpg"/>
<img src="https://jb-partner-images.s3.amazonaws.com/website/img/gallery/g16.jpg"/>
</div>
</div>
<div id="about">
<h4>About</h4>
<span>
Roomates from the New York City area
<br/>
were bothered with low phone battery
<br/>
when going about their day and night.
</span>
</div>
<div id="clients">
<h4>Clients</h4>
<span>We partner with intimate cafes up to high capacity stadiums</span>
<span>
<i class="fa-solid fa-circle-info" style="color: #000333;"></i>
Clients receive <strong>20%</strong>
of the revenue share generated from the charging bank
</span>
<div id="clientImgLoop"></div>
</div>
<div id="contact">
<form id="contactForm">
<h4>Contact</h4>
<span>Get in contact with our team</span>
<label>
<input type="text" placeholder="Business Name"/>
</label>
<label>
<input type="text" placeholder="Email Address"/>
</label>
<label>
<input type="text" placeholder="Phone Number"/>
</label>
<label>
<input type="text" placeholder="Message"/>
</label>
<button>Send</button>
</form>
</div>
</body>
<footer>
<div id="social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-youtube"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
<div id="email">
<span>[email protected]</span>
</div>
<div id="additionalLinks">
<ul>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Revenue Share</a></li>
</ul>
</div>
<div id="copyright">
JUICE-BOX PORTABLE BATTERY RENTALS © 2024
</div>
</footer>
</html>
<!-- V2
Images
- Clients
- Gallery
Pages
- Gallery Page
Functionality
- Form
- Demo
-->