-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (83 loc) · 5.09 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Fancy some money off your next dinner or taxi ride? We're the UK's number one destination to quickly get great discount codes.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="PromoCodePage.com - TASTY discounts on Deliveroo, Uber, and UberEATS!" />
<meta property="og:description" content="Fancy some money off your next dinner or taxi ride? We're the UK's number one destination to quickly get great discount codes. Click now to get some free food!" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://promocodepage.com/img/social.jpeg" />
<meta property="og:url" content="http://promocodepage.com" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="PromoCodePage - UK Discount Codes" />
<meta name="twitter:description" content="Fancy some money off your next dinner or taxi ride? We're the UK's number one destination to quickly get great discount codes." />
<meta name="twitter:image" content="http://promocodepage.com/img/social.jpeg" />
<title>PromoCodePage | UK Discount Codes for Uber, Deliveroo, UberEATS</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col">
<div class="title-container">
<img class="img-fluid mx-auto d-block" src="img/logo.png">
<h6 class="text-center">The UK's clutter-free homepage for quick access to discount codes.</h2>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="spacer"></div>
<h4 class="text-center">Choose a service below, then click GO to get the deal.</h4>
<h6 class="text-center">(Yep, it's that simple.)</h6>
<div class="spacer"></div>
</div>
</div>
<div class="row justify-content-center mt-2">
<div class="col col-md-6">
<div class="input-group">
<span class="input-group-addon dark"><img src="img/Uber_Logobit_Digital_black.png" style="height:1.5rem"></span>
<input type="text" class="form-control" value="£5 off with code 5iwny" disabled>
<span class="input-group-btn">
<a class="btn btn-primary" href="https://www.uber.com/invite/5iwny" target="_blank" role="button">Go!</a>
</span>
</div>
</div>
</div>
<div class="row justify-content-center mt-2">
<div class="col col-md-6">
<div class="input-group">
<span class="input-group-addon deliveroo"><img src="img/deliveroo_logo.png" style="height:1rem"></span>
<input type="text" class="form-control" value="£2.50 off with code craigb8580" disabled>
<span class="input-group-btn">
<a class="btn btn-primary" href="https://roo.it/craigb8580" target="_blank" role="button">Go!</a>
</span>
</div>
</div>
</div>
<div class="row justify-content-center mt-2">
<div class="col col-md-6">
<div class="input-group">
<span class="input-group-addon ubereats"><img src="img/ubereats.png" style="height:0.66rem"></span>
<input type="text" class="form-control" value="Sorry, no UberEATS codes at this time." disabled>
<span class="input-group-btn">
<button class="btn btn-primary" disabled>Go!</a>
</span>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col col-md-6">
<div class="spacer"></div>
<div class="text-center">All deals require registration of a new account.</div>
<div class="text-center">For full terms and conditions, please see the website of the relevant service.</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
</body>
</html>