-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprice.html
322 lines (296 loc) · 16.6 KB
/
price.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Carlos Redolar TFG - Enemy design and game balance</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Game balance, Enemy design, TFG, Game design, Roguelite" name="keywords">
<meta content="Carlos Redolar TFG" name="description">
<meta content="Carlos Redolar Torres" name="author">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/48f76e4ac0.js" crossorigin="anonymous"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Topbar Start -->
<div class="container-fluid bg-dark">
<div class="row py-2 px-lg-5">
<div class="col-lg-6 text-center text-lg-left mb-2 mb-lg-0">
<div class="d-inline-flex align-items-center text-white">
<small><i class="fa fa-envelope mr-2"></i>carlos.redolar.torres@gmail.com</small>
</div>
</div>
<div class="col-lg-6 text-center text-lg-right">
<div class="d-inline-flex align-items-center">
<a class="text-white px-2" href="mailto:carlos.redolar.torres@gmail.com?Subject=Hey!">
<i class="fa fa-envelope"></i>
</a>
<a class="text-white px-2" href="https://www.linkedin.com/in/carlos-redolar/">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="text-white px-2" href="https://github.com/carlosredolar">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<!-- Navbar Start -->
<div class="container-fluid p-0">
<nav class="navbar navbar-expand-lg bg-light navbar-light py-3 py-lg-0 px-lg-5">
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between px-lg-5" id="navbarCollapse">
<div class="navbar-nav m-auto py-0">
<a href="home.html" class="nav-item nav-link active">Home</a>
<div class="nav-item dropdown">
<a href="single.html" class="nav-link dropdown-toggle" data-toggle="dropdown">Abilities&Behaviours</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="blog.html" class="dropdown-item">Attack type</a>
<a href="blog.html" class="dropdown-item">Movement type</a>
<a href="blog.html" class="dropdown-item">Extra abilities</a>
<a href="blog.html" class="dropdown-item">IA behaviour</a>
</div>
</div>
<a href="enemy.html" class="nav-item nav-link">Enemy creator</a>
<a href="balance.html" class="nav-item nav-link">Game Balance</a>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
</div>
<!-- Navbar End -->
<!-- Header Start -->
<div class="jumbotron jumbotron-fluid mb-5">
<div class="container text-center py-5">
<h1 class="text-white display-3">Price</h1>
<div class="d-inline-flex align-items-center text-white">
<p class="m-0"><a class="text-white" href="">Home</a></p>
<i class="fa fa-circle px-3"></i>
<p class="m-0">Price</p>
</div>
</div>
</div>
<!-- Header End -->
<!-- Pricing Plan Start -->
<div class="container-fluid pt-5">
<div class="container">
<div class="text-center pb-2">
<h6 class="text-primary text-uppercase font-weight-bold">Pricing Plan</h6>
<h1 class="mb-4">Affordable Pricing Packages</h1>
</div>
<div class="row">
<div class="col-md-4 mb-5">
<div class="bg-secondary">
<div class="text-center p-4">
<h1 class="display-4 mb-0">
<small class="align-top text-muted font-weight-medium" style="font-size: 22px; line-height: 45px;">$</small>49<small class="align-bottom text-muted font-weight-medium" style="font-size: 16px; line-height: 40px;">/Mo</small>
</h1>
</div>
<div class="bg-primary text-center p-4">
<h3 class="m-0">Basic</h3>
</div>
<div class="d-flex flex-column align-items-center py-4">
<p>HTML5 & CSS3</p>
<p>Bootstrap 4</p>
<p>Responsive Layout</p>
<p>Compatible With All Browsers</p>
<a href="" class="btn btn-primary py-2 px-4 my-2">Order Now</a>
</div>
</div>
</div>
<div class="col-md-4 mb-5">
<div class="bg-secondary">
<div class="text-center p-4">
<h1 class="display-4 mb-0">
<small class="align-top text-muted font-weight-medium" style="font-size: 22px; line-height: 45px;">$</small>99<small class="align-bottom text-muted font-weight-medium" style="font-size: 16px; line-height: 40px;">/Mo</small>
</h1>
</div>
<div class="bg-primary text-center p-4">
<h3 class="m-0">Premium</h3>
</div>
<div class="d-flex flex-column align-items-center py-4">
<p>HTML5 & CSS3</p>
<p>Bootstrap 4</p>
<p>Responsive Layout</p>
<p>Compatible With All Browsers</p>
<a href="" class="btn btn-primary py-2 px-4 my-2">Order Now</a>
</div>
</div>
</div>
<div class="col-md-4 mb-5">
<div class="bg-secondary">
<div class="text-center p-4">
<h1 class="display-4 mb-0">
<small class="align-top text-muted font-weight-medium" style="font-size: 22px; line-height: 45px;">$</small>149<small class="align-bottom text-muted font-weight-medium" style="font-size: 16px; line-height: 40px;">/Mo</small>
</h1>
</div>
<div class="bg-primary text-center p-4">
<h3 class="m-0">Business</h3>
</div>
<div class="d-flex flex-column align-items-center py-4">
<p>HTML5 & CSS3</p>
<p>Bootstrap 4</p>
<p>Responsive Layout</p>
<p>Compatible With All Browsers</p>
<a href="" class="btn btn-primary py-2 px-4 my-2">Order Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Pricing Plan End -->
<!-- Testimonial Start -->
<div class="container-fluid py-5">
<div class="container">
<div class="text-center pb-2">
<h6 class="text-primary text-uppercase font-weight-bold">Testimonial</h6>
<h1 class="mb-4">Our Clients Say</h1>
</div>
<div class="owl-carousel testimonial-carousel">
<div class="position-relative bg-secondary p-4">
<i class="fa fa-3x fa-quote-right text-primary position-absolute" style="top: -6px; right: 0;"></i>
<div class="d-flex align-items-center mb-3">
<img class="img-fluid rounded-circle" src="img/testimonial-1.jpg" style="width: 60px; height: 60px;" alt="">
<div class="ml-3">
<h6 class="font-weight-semi-bold m-0">Client Name</h6>
<small>- Profession</small>
</div>
</div>
<p class="m-0">Sed ea amet kasd elitr stet, stet rebum et ipsum est duo elitr clita lorem. Dolor ipsum sanct clita</p>
</div>
<div class="position-relative bg-secondary p-4">
<i class="fa fa-3x fa-quote-right text-primary position-absolute" style="top: -6px; right: 0;"></i>
<div class="d-flex align-items-center mb-3">
<img class="img-fluid rounded-circle" src="img/testimonial-2.jpg" style="width: 60px; height: 60px;" alt="">
<div class="ml-3">
<h6 class="font-weight-semi-bold m-0">Client Name</h6>
<small>- Profession</small>
</div>
</div>
<p class="m-0">Sed ea amet kasd elitr stet, stet rebum et ipsum est duo elitr clita lorem. Dolor ipsum sanct clita</p>
</div>
<div class="position-relative bg-secondary p-4">
<i class="fa fa-3x fa-quote-right text-primary position-absolute" style="top: -6px; right: 0;"></i>
<div class="d-flex align-items-center mb-3">
<img class="img-fluid rounded-circle" src="img/testimonial-3.jpg" style="width: 60px; height: 60px;" alt="">
<div class="ml-3">
<h6 class="font-weight-semi-bold m-0">Client Name</h6>
<small>- Profession</small>
</div>
</div>
<p class="m-0">Sed ea amet kasd elitr stet, stet rebum et ipsum est duo elitr clita lorem. Dolor ipsum sanct clita</p>
</div>
<div class="position-relative bg-secondary p-4">
<i class="fa fa-3x fa-quote-right text-primary position-absolute" style="top: -6px; right: 0;"></i>
<div class="d-flex align-items-center mb-3">
<img class="img-fluid rounded-circle" src="img/testimonial-4.jpg" style="width: 60px; height: 60px;" alt="">
<div class="ml-3">
<h6 class="font-weight-semi-bold m-0">Client Name</h6>
<small>- Profession</small>
</div>
</div>
<p class="m-0">Sed ea amet kasd elitr stet, stet rebum et ipsum est duo elitr clita lorem. Dolor ipsum sanct clita</p>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Footer Start -->
<div class="container-fluid bg-dark text-white mt-5 py-5 px-sm-3 px-md-5">
<div class="row pt-5">
<div class="col-lg-7 col-md-6">
<div class="row">
<div class="col-md-6 mb-5">
<h3 class="text-primary mb-4">Get In Touch</h3>
<p><i class="fa fa-map-marker-alt mr-2"></i>123 Street, New York, USA</p>
<p><i class="fa fa-phone-alt mr-2"></i>+012 345 67890</p>
<p><i class="fa fa-envelope mr-2"></i>info@example.com</p>
<div class="d-flex justify-content-start mt-4">
<a class="btn btn-outline-light btn-social mr-2" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-light btn-social mr-2" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-light btn-social mr-2" href="#"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-outline-light btn-social" href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-md-6 mb-5">
<h3 class="text-primary mb-4">Quick Links</h3>
<div class="d-flex flex-column justify-content-start">
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Home</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>About Us</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Our Services</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Pricing Plan</a>
<a class="text-white" href="#"><i class="fa fa-angle-right mr-2"></i>Contact Us</a>
</div>
</div>
</div>
</div>
<div class="col-lg-5 col-md-6 mb-5">
<h3 class="text-primary mb-4">Newsletter</h3>
<p>Rebum labore lorem dolores kasd est, et ipsum amet et at kasd, ipsum sea tempor magna tempor. Accu kasd sed ea duo ipsum. Dolor duo eirmod sea justo no lorem est diam</p>
<div class="w-100">
<div class="input-group">
<input type="text" class="form-control border-light" style="padding: 30px;" placeholder="Your Email Address">
<div class="input-group-append">
<button class="btn btn-primary px-4">Sign Up</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-dark text-white border-top py-4 px-sm-3 px-md-5" style="border-color: #3E3E4E !important;">
<div class="row">
<div class="col-lg-6 text-center text-md-left mb-3 mb-md-0">
<p class="m-0 text-white">© <a href="#">Your Site Name</a>. All Rights Reserved.
<!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
Designed by <a href="https://htmlcodex.com">HTML Codex</a>
</p>
</div>
<div class="col-lg-6 text-center text-md-right">
<ul class="nav d-inline-flex">
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Privacy</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Terms</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Help</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>