forked from fullit/fullit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
landing.html
executable file
·128 lines (98 loc) · 4.52 KB
/
landing.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
---
layout: landing
title: Landing
header: Buy our product
tagline: "A ridicolus landing page example"
group: navigation
img : 1.jpg
---
{% include JB/setup %}
<!-- Stack the columns on mobile by making one full-width and the other half-width -->
<div class="container-fluid nopadding">
<div class="post">
<!-- Fist image block -->
<div class="nopadding row vertical-align">
<div class="nopadding col-md-6">
<img src="https://unsplash.it/700/700/?image=1004" class="img-fluid">
</div>
<div class="col-md-6 text-center">
<h2>With the product you'll became more beautifull</h2>
<p>This is the truth you will be <b>more beautiful</b> and attractive in order to be always perfect in every moment of your life.</p>
</div>
</div>
<!-- Second image block -->
<div class="nopadding row vertical-align">
<div class="nopadding col-md-6 text-center">
<h2>You will demonstrate your authority</h2>
<p>And to <b>show other people what you are worth</b>, taking advantage of all its benefits.</p>
</div>
<div class="nopadding col-md-6">
<img src="https://unsplash.it/700/700/?image=825" class="img-fluid">
</div>
</div>
<!-- Third image block -->
<div class="nopadding row vertical-align">
<div class="nopadding col-md-6">
<img src="https://unsplash.it/700/700/?image=967" class="img-fluid">
</div>
<div class="col-md-6 text-center">
<h2>Finally, you can improve your lifestyle thanks to the product</h2>
<p>That's right, you can not help it and <b>your life will be full again</b> and fun as long ago when you were a successful person.</p>
</div>
</div>
<!-- Jumbiotron parallax-->
<div class="jumbotron jumbotron-fluid" style="margin-bottom: 0px; background: url('https://unsplash.it/2200/?image=120') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;">
<div class="jumbotron jumbotron-fluid" style="background-color: transparent;">
<div class="container">
<h1 class="display-3 heavy"><strong>Make the point of situation</strong></h1>
<p class="lead heavy" style="color: white"><b>Make the point of situation for persuade your customer to buy your great product.</b></p>
</div>
</div>
</div>
<!-- Four column List -->
<div class="nopadding row vertical-align">
<div class="nopadding col-6 col-sm-3">
<img src="https://unsplash.it/400/400/?image=996" class="img-fluid">
</div>
<div class="nopadding col-6 col-sm-3 text-center">Since using the product they are much prettier and friends make me the note.</div>
<!-- Add the extra clearfix for only the required viewport -->
<div class="clearfix hidden-sm-up"></div>
<div class="nopadding col-6 col-sm-3">
<img src="https://unsplash.it/400/400/?image=433" class="img-fluid">
</div>
<div class="nopadding col-6 col-sm-3 text-center">I finally found my authority! Thanks product!</div>
</div>
<!-- Four column List inverse -->
<div class="nopadding row vertical-align">
<div class="nopadding col-6 col-sm-3 text-center">
From when I use it I can go for a walk without being ashamed of myself.
</div>
<div class="nopadding col-6 col-sm-3">
<img src="https://unsplash.it/400/400?image=64" class="img-fluid">
</div>
<!-- Add the extra clearfix for only the required viewport -->
<div class="clearfix hidden-sm-up"></div>
<div class="nopadding col-6 col-sm-3 text-center">
Now I can finally take in hand my life and make it a successful life!
</div>
<div class="nopadding col-6 col-sm-3">
<img src="https://unsplash.it/400/400/?image=91" class="img-fluid">
</div>
</div>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-3"><strong>Now buy our amazing product!</strong></h1>
<p class="lead"><b>Buying the product be able to express the best of yourself and your feelings.</b></p>
<hr class="my-4">
<p>Remember to subscribe to the list to receive all the tips to make the most out of the product!</p>
<p class="lead">
<a class="btn btn-primary btn-lg" href="#" role="button">Buy now!</a>
</p>
</div>
</div>
</div>
</div>