-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
182 lines (176 loc) · 6.23 KB
/
index.html
File metadata and controls
182 lines (176 loc) · 6.23 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="Css/Style.css">
<link rel="stylesheet" href="Css/Ad.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=PT+Serif&display=swap" rel="stylesheet">
</head>
<body>
<header class="header">
<div class="conteiner">
<nav class="nav">
<img src="Img/Logo.png" class="logo"/>
<ul class="menu">
<li>
<a href="#">HOME</a>
</li>
<li>
<a href="#">ABOUT</a>
</li>
<li>
<a href="#">SERVICES</a>
</li>
<li>
<a href="#">GALLERY</a>
</li>
<li>
<a href="#">CONTACT</a>
</li>
</ul>
</nav>
<div class="banner">
<div class="glav-banner">
<h1>TRAVEL IS</h1>
<h2>BEAUTIFUL</h2>
<h6>Lorem Ipsum is simply dummy text of the printing and<br> typesetting industry. Lorem Ipsum has been the<br> industry's standard dummy text ever since the 1500s</h6>
</div>
</div>
</div>
</header>
<section class="content1">
<div class="banner2">
<div class="sidebar1">
<h1>OUR</h1><h2>SERVICES</h2>
</div>
<div class="sidebar2">
<img src="Img/content1.png" class="cont1">
</div>
<div class="sidebar3">
<h1>Making your trip<br>
beautiful and easier</h1>
<h1>Tools to help you<br>
succeed tommorow</h1>
<h1>Ideas that will blow<br>
you out the blue.</h1>
<h1>Navigate your path<br>
to beautiful world.</h1>
</div>
</div>
</section>
<section class="content2">
<div class="ban-slogan">
<div class="sid">
<div class="sidebar4">
<h1>We are in business for over 6 years providing amazing services to client<br>
and people love them to the core. View our story to know more.</h1>
<div class="but">
<a href="#" class="b">OUR STORY</a>
</div>
</div>
</div>
</div>
</section>
<section class="content3">
<div class="shop">
<div class="price">
<div class="text-price">
<h1>PRICING</h1>
</div>
<div class="bog">
<div class="bok-s">
<h5>Starter</h5>
<br>
<h1>FREE</h1>
<h6>
Free Service<br>
Multiple Accounts<br>
Management No<br>
--<br>
--<br>
</h6>
<br>
<a href="#" class="cs2">TRY</a>
</div>
<div class="bok-s">
<img src="Img/Popular.png" class="Popular">
<h5>Business</h5>
<br>
<h1>$97</h1>
<h6>
Free Service<br>
Multiple Accounts<br>
Management No<br>
Unlimited Data<br>
--<br>
</h6>
<br>
<a href="#" class="cs1">SIGN UP</a>
</div>
<div class="bok-s">
<h5>Professional</h5>
<br>
<h1>$297</h1>
<h6>
Free Service<br>
Multiple Accounts<br>
Management No<br>
Unlimited Data<br>
Whatever You Need<br>
</h6>
<br>
<a href="#" class="cs1">SIGN UP</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="content6">
<div class="txt-pred">
<div class="cont-txt1">
<h1>TESTIMONIAL</h1>
<h2>GALLERY</h2>
</div>
<div class="cont-txt2">
<div class="cont1">
<h1>I have been involved with this comapny<br> for ages and just want to say this is a<br> great work by designcoon.</h1>
<h2>DJ Bravo - Frequent Travelera</h2>
</div>
<div class="krug">
</div>
<div class="krug1">
</div>
<div class="krug2">
</div>
<div class="krug2">
</div>
</div>
<div class="cont-txt3">
<div class="cont1">
<h1>I have been involved with this comapny<br> for ages and just want to say this is a<br> great work by designcoon.</h1>
<h2>DJ Bravo - Frequent Travelera</h2>
</div>
<div class="krug">
</div>
<div class="krug1">
</div>
<div class="krug2">
</div>
<div class="krug2">
</div>
</div>
<div class="VIEW">
<a href="#">VIEW MORE PICTURES</a>
</div>
</div>
</section>
<footer class="footer">
<div class="razmer">
<h1>All Rights Reserved | 2016 | Designed with love by</h1>
<a href="#"> DesignCoon</a>
<img src="Img/Logo-copy.png" class="Logo-copy">
</div>
</footer>
</body>
</html>