-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRebrandly.html
351 lines (325 loc) · 15.4 KB
/
Rebrandly.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
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="rebrandly.css">
<!-- BOOTSTRAP 5 CDN -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<title>Rebrandly-Clone</title>
</head>
<body>
<div>
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="https://www.rebrandly.com/images/URL-Shortener.fileextension.svg" alt="">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarNavAltMarkup">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Domains</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Enterprise</a>
</li>
</ul>
</div>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavAltMarkup">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#">Login</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Signup</a>
</li>
<li class="nav-item">
<button class="nav-link btn btn-outline-primary" href="#">Get a quote</button>
</li>
</ul>
</div>
</div>
</nav>
<!-- MAIN BODY -->
<!-- SECTION1 -->
<div class="text-md-center">
<img src="https://www.rebrandly.com/images/home-cta.png" alt="">
<h1>
Your Brand
on Your Links ®
</h1>
<h5>
Rebrandly is the industry-leading link management platform to brand, track and share short URLs using a custom domain name
</h5>
<button class="btn btn-primary">Sign up free</button>
<button class="btn btn-outline-primary">Request a demo</button>
</div>
<!-- SCTION 2 -->
<div class="bg-secondary container-fluid pb-4">
<form action="#" class="pt-5 mt-3 pb-3 input-group-lg input-group justify-content-center">
<input type="text" class=" pr-3" placeholder="Makes your links shorter">
<button class="btn btn-primary btn-lg">Shorten URL</button>
</form>
<p class="text-center">By clicking shorten, you agree to Rebrandly’s <a href="">Terms of Use</a> and <a href="">Privacy Policy</a></p>
</div>
<!-- SECION 3 -->
<section>
<div class="container-fluid bg-light pt-4">
<h4 class="text-center">Learn More</h4>
<!-- SECTION 3-1 -->
<div class="bg-info container">
<h3 class="pt-4">The complete platform to brand and manage links</h3>
<ul class="text-start">
<p>
<h4>Brand</h4>
Enhance brand visibility and trust by putting your brand name on every link you share
</p>
<p>
<h4>Collaborate</h4>
Share branded short links across departments, regions and teams with one cohesive strategy
</p>
<p>
<h4>Integrate</h4>
Incorporate branded links into your existing processes, workflow and tools with ease
</p>
</ul>
<img src="https://www.rebrandly.com/images/hero-home-2.png" alt="" class="img-fluid">
<ul class="text-end">
<p>
<h4>Track</h4>
Understand social media, email marketing, ads and SEO through detailed click stats
</p>
<p>
<h4>Optimize</h4>
Growth and Target your audience with our link shortener
</p>
<p>
<h4>Scale</h4>
Increase usage with an infrastructure that can grow at the same rate as your business
</p>
</ul>
<button class="btn btn-outline-info">Discover all features</button>
</div>
<!-- SECTION 3-2 -->
<div class="container-fluid mt-4">
<h4 class="text-center">Trusted by the world's smartest brand</h4>
<div></div>
<div>
<ul>
<h4>Don't just take our word for it</h4>
<li></li>
<li></li>
<li></li>
</ul>
<ul class="text-end">
<li>
2 billion
Clicks tracked each month
</li>
<li>
1 billion
Branded links created so far
</li>
<li>
550,000
Happy customers
</li>
<li>
50,000
Developers using our APIs
</li>
</ul>
<button class="d-grid col-4 mx-auto btn btn-outline-info btn-lg">View case studies</button>
</div>
</div>
</div>
</section>
<!-- SECTION 4 -->
<section class="mt-3">
<div class="container text-center pb-5">
<h4>Rebrandly connects to the tools you already use</h4>
<div>
<img src="https://www.rebrandly.com/images/integrations-ill.svg" alt="" class="img-fluid">
</div>
<a href="#" class="fs-3">Discover 100+ Integrations</a>
</div>
</section>
<!-- SECTION 5 -->
<section>
<div class="bg-primary py-auto d-grid gap-2 d-flex justify-content-end">
<p>Stop wasting time with generic URL shorteners</p>
<button class=" d-grid btn btn-outline-dark btn-lg">Start Rebranding Now</button>
</div>
</section>
</div>
<!-- FOOTER -->
<footer class="text-center text-lg-start bg-light text-muted">
<!-- Section: Links -->
<section class="pt-5">
<div class="container-fluid text-start">
<!-- Grid row -->
<div class="row pt-3">
<!-- Grid column -->
<div class="col-md-6 col-sm-6 mb-4 col-lg-2 col-xl-2">
<!-- COMPANY -->
<h6 class="text-uppercase fw-bold">Company</h6>
<p>
<a href="#" class="text-reset">About us</a>
</p>
<p>
<a href="#" class="text-reset">Case studies</a>
</p>
<p>
<a href="#" class="text-reset">Online Marketing Dublin</a>
</p>
<p>
<a href="#" class="text-reset">Join our team</a>
</p>
<p>
<a href="#" class="text-reset">Ambassador program</a>
</p>
<p>
<a href="#" class="text-reset">Press kit</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-6 col-sm-6 mb-4 col-lg-2 col-xl-2">
<!-- PRODUCT -->
<h6 class="text-uppercase fw-bold">
Product
</h6>
<p>
<a href="#!" class="text-reset">Why Rebrandly?</a>
</p>
<p>
<a href="#!" class="text-reset">Use cases</a>
</p>
<p>
<a href="#!" class="text-reset">Demo (video)</a>
</p>
<p>
<a href="#!" class="text-reset">Altenatives to Rebrandly</a>
</p>
<p>
<a href="#" class="text-reset">Video tutorials</a>
</p>
<p>
<a href="#" class="text-reset">What's new</a>
</p>
<p>
<a href="#" class="text-reset">Services status</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-6 col-sm-6 mb-4 col-lg-2 col-xl-2">
<!-- REBRANDLY FOR -->
<h6 class="text-uppercase fw-bold">Rebrandly for</h6>
<p>
<a href="#!" class="text-reset">Enterprise solutions</a>
</p>
<p>
<a href="#!" class="text-reset">Bulk SMS projects</a>
</p>
<p>
<a href="#!" class="text-reset">Dot brand domains</a>
</p>
<p>
<a href="#!" class="text-reset">Developers</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-6 col-sm-6 mb-4 col-lg-2 col-xl-2">
<!-- RESOURCES -->
<h6 class="text-uppercase fw-bold">Resources</h6>
<p>
<a href="#!" class="text-reset">Register domain names</a>
</p>
<p>
<a href="#!" class="text-reset">Branded links blog</a>
</p>
<p>
<a href="#!" class="text-reset">Knowledge base (FAQ)</a>
</p>
<p>
<a href="#!" class="text-reset">Browser</a>
</p>
<p>
<a href="#" class="text-reset">Browser extention</a>
</p>
<p>
<a href="#" class="text-reset">LinkGallery</a>
</p>
<p>
<a href="#" class="text-reset">Apps and Integrations</a>
</p>
<p>
<a href="#" class="text-reset">API - Developers hub</a>
</p>
<p>
<a href="#" class="text-reset">Import your links</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-6 col-sm-6 mb-4 col-lg-2 col-xl-2">
<!-- CONTACT -->
<h6 class="text-uppercase fw-bold">Contact</h6>
<p><a href=""></a></p>
<p>[email protected]</p>
<p>+ 01 234 567 88</p>
<p>+ 01 234 567 89</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-6 col-sm-6 mb-4 col-lg-2 col-xl-2">
<!-- SOCIAL-->
<h6 class="text-uppercase fw-bold">Social</h6>
<p>New York, NY 10012, US</p>
<p>[email protected]</p>
<a class="A appstore store-icon w-inline-block A--sm" href="https://itunes.apple.com/us/app/rebrandly/id1103787320?mt=8" target="_blank" rel="noopener noreferrer">Apple Store</a>
<a class="A playstore store-icon w-inline-block A--sm" href="https://play.google.com/store/apps/details?id=com.rebrandlynative&hl=en" target="_blank" rel="noopener noreferrer">Google Play Store</a>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<section class="p-4 align-items-center bg-light container-fluid">
<div class="d-flex justify-content-between">
<div class="">
<a href="#" class="text-reset">Terms & Conditions</a>
<a href="#" class="text-reset">Privacy Policy</a>
<a href="#" class="text-reset">Cookie Policy</a>
</div>
<!-- Copyright -->
<div class="">
<a class="text-reset fw-bold" href="#">Rebrandly © Copyright 2021</a>
</div>
<!-- Copyright -->
</div>
</section>
</footer>
<!-- Footer -->
</body>
</html>