-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
63 lines (54 loc) · 1.89 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Travela</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div class="testimonial">
<div class="tag-3">
<div class="medal">
<img
class="vector"
src="https://anima-uploads.s3.amazonaws.com/projects/61c3e55934c28ee99e3ae523/releases/622f53bdb8c38c2cd60acd53/img/[email protected]"
/>
</div>
<div class="testimonials manrope-medium-heliotrope-16px">Testimonials</div>
</div>
<div class="overlap-group1">
<div class="title-7 valign-text-middle manrope-semi-bold-black-pearl-40px">
Proof Of Their Trust In Our Service
</div>
<div class="description-4 manrope-normal-shuttle-gray-20px">
It's been years since we start this agency. We've already made thousands
of our clients happy with our services
</div>
<div class="overlap-group-2">
<img class="image" src="https://images.unsplash.com/photo-1518548419970-58e3b4079ab2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80">
<div class="approval">
<div class="travel-success">
<div class="text-2 manrope-semi-bold-black-pearl-48px">1000+</div>
<div class="successfull-travel manrope-normal-shuttle-gray-20px">
Successfull Travel
</div>
</div>
<div class="clients">
<div class="text-1 manrope-semi-bold-black-pearl-48px">5000+</div>
<div class="happy-clients manrope-normal-shuttle-gray-20px">
Happy Clients
</div>
</div>
<div class="years-of-experiences">
<div class="number manrope-semi-bold-black-pearl-48px">15</div>
<div class="years-of-experiences-1 manrope-normal-shuttle-gray-20px">
Years of Experiences
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>