-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
241 lines (228 loc) · 10.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Design Agency</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-icons.css">
<link rel="stylesheet" href="css/splide.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/aos.css">
</head>
<body>
<!-- 1st -->
<div class="bg-image">
<div class="container-xxl px-0 h-100 d-flex justify-content-center align-items-center">
<div class="w-50 bg-white bg-opacity-75 p-2 text-center">
<div class="border border-1 border-secondary py-4 px-3">
<div class="display-6 fw-bold mb-2">
Jane Wronski
</div>
<div class="h6 text-secondary space">
Designer
</div>
</div>
</div>
</div>
</div>
<!-- 2nd -->
<div class="py-4 bg-opacity-25 bg-secondary">
<div class="container-xxl">
<div class="text-center h2 fw-normal mb-4">My works</div>
<div class="row g-4">
<div class="col-lg-3 col-sm-6">
<div class="overflow-hidden">
<img src="img/1.jpg" alt="" class="img-fluid h-75">
<div class="h5 fw-semibold pt-4 mb-2">
Perfect Taste
</div>
<div class="small fw-normal text-secondary">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Velit mollitia ipsa omnis? Eius eveniet maiores natus quos in molestiae est nostrum explicabo quo?
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="overflow-hidden">
<img src="img/2.jpeg" alt="" class="img-fluid h-75">
<div class="h5 fw-semibold pt-4 mb-2">
Sense of Style
</div>
<div class="small fw-normal text-secondary">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Error repudiandae expedita, blanditiis at deleniti aspernatur. Quod modi quia autem eligendi aliquam? Rerum, rem!
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="overflow-hidden">
<img src="img/3.jpg" alt="" class="img-fluid h-75">
<div class="h5 fw-semibold pt-4 mb-2">
Fashion Trends
</div>
<div class="small fw-normal text-secondary">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Fuga ullam doloremque omnis, vel necessitatibus incidunt nesciunt iure? Aliquid qui hic illum incidunt dolor?
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="overflow-hidden">
<img src="img/4.jpg" alt="" class="img-fluid h-75">
<div class="h5 fw-semibold pt-4 mb-2">
Unlimited Design
</div>
<div class="small fw-normal text-secondary">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ducimus alias ut repellendus error autem ab non, eos, dolorem, dicta nulla tenetur exercitationem laboriosam!
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 3rd -->
<div class="container-xl py-5">
<div class="text-uppercase space h2 text-center fw-normal mb-4">pricing</div>
<div class="row g-4">
<div class="col-lg-3 col-sm-6">
<div class="border bg-secondary bg-opacity-25 text-uppercase space h3 fw-normal text-center py-3 my-0">
person
</div>
<div class="border small fw-normal text-center p-3 px-2 my-0">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
</div>
<div class="border h6 fw-normal text-center py-3 px-2 my-0">
Service 1
</div>
<div class="border h6 fw-normal text-center py-3 px-2 my-0">
Service 2
</div>
<div class="border h6 fw-normal text-center py-3 px-2 my-0">
Service 3
</div>
<div class="d-flex justify-content-center bg-secondary bg-opacity-10 fw-normal text-center p-3 my-0">
<div class="pt-3 me-1 text-secondary h5">
<i class="bi bi-currency-dollar"></i>
</div>
<div>
<span class="display-5 fw-light">15</span>
<span class="text-secondary fw-normal">per hour</span>
</div>
</div>
<div class="bg-secondary bg-opacity-10 text-center p-3">
<button class="btn btn-danger text-light fw-semibold h6 rounded-1 px-3">PURCHASE</button>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="border bg-secondary bg-opacity-25 text-uppercase space h3 fw-normal text-center p-3 my-0">
family
</div>
<div class="border small fw-normal text-center p-3 px-2 my-0">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
</div>
<div class="border h6 fw-normal text-center py-3 px-2 my-0">
Service 1
</div>
<div class="border h6 fw-normal text-center py-3 px-2 my-0">
Service 2
</div>
<div class="border h6 fw-normal text-center py-3 px-2 my-0">
Service 3
</div>
<div class="d-flex justify-content-center bg-secondary bg-opacity-10 fw-normal text-center p-3 my-0">
<div class="pt-3 me-1 text-secondary h5">
<i class="bi bi-currency-dollar"></i>
</div>
<div>
<span class="display-5 fw-light">45</span>
<span class="text-secondary fw-normal">per hour</span>
</div>
</div>
<div class="bg-secondary bg-opacity-10 text-center p-3">
<button class="btn btn-danger text-light fw-semibold h6 rounded-1 px-3">PURCHASE</button>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="border bg-secondary bg-opacity-25 text-uppercase space h3 fw-normal text-center py-3 my-0">
firm
</div>
<div class="border small fw-normal text-center p-3 px-2 my-0">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
</div>
<div class="border h6 fw-normal text-center py-3 px-2 my-0">
Service 1
</div>
<div class="border h6 fw-normal text-center py-3 px-2 my-0">
Service 2
</div>
<div class="border h6 fw-normal text-center py-3 px-2 my-0">
Service 3
</div>
<div class="d-flex justify-content-center bg-secondary bg-opacity-10 fw-normal text-center p-3 my-0">
<div class="pt-3 me-1 text-secondary h5">
<i class="bi bi-currency-dollar"></i>
</div>
<div>
<span class="display-5 fw-light">90</span>
<span class="text-secondary fw-normal">per hour</span>
</div>
</div>
<div class="bg-secondary bg-opacity-10 text-center p-3">
<button class="btn btn-danger text-light fw-semibold h6 rounded-1 px-3">PURCHASE</button>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="border bg-secondary bg-opacity-25 text-uppercase space h3 fw-normal text-center py-3 my-0">
company
</div>
<div class="border small fw-normal text-center p-3 px-2 my-0">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
</div>
<div class="border h6 fw-normal text-center py-3 px-2 my-0">
Service 1
</div>
<div class="border h6 fw-normal text-center py-3 px-2 my-0">
Service 2
</div>
<div class="border h6 fw-normal text-center py-3 px-2 my-0">
Service 3
</div>
<div class="d-flex justify-content-center bg-secondary bg-opacity-10 fw-normal text-center p-3 my-0">
<div class="pt-3 me-1 text-secondary h5">
<i class="bi bi-currency-dollar"></i>
</div>
<div>
<span class="display-5 fw-light">99</span>
<span class="text-secondary fw-normal">per hour</span>
</div>
</div>
<div class="bg-secondary bg-opacity-10 text-center p-3">
<button class="btn btn-danger text-light fw-semibold h6 rounded-1 px-3">PURCHASE</button>
</div>
</div>
</div>
</div>
<script>
document.addEventListener('DOMContentLoaded', function () {
var splide = new Splide('#splide-gallery', {
type: 'loop',
autoplay: true,
gap: '1rem',
interval: 3000,
perPage: 1,
perMove: 1,
});
splide.mount();
});
</script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/splide.min.js"></script>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/aos.js"></script>
<script>
AOS.init({
once: true,
});
</script>
</body>
</html>