-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
134 lines (133 loc) · 4.22 KB
/
index.html
File metadata and controls
134 lines (133 loc) · 4.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Indo Tourism</title>
<link rel="stylesheet" href="fonts/myriad-pro/style.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="container">
<div class="heading">
<div class="logo">
<span>Indo</span> Tourism
</div>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</nav>
</div>
</div>
</header>
<section id="ocean">
<div class="container">
<div class="ocean">
<div class="titles">
<h1>
I Like To Ask The Same Question
</h1>
<div class="title">
Many Many Times
</div>
</div>
<a href="#" class="button">Ok ask me</a>
</div>
</div>
</section>
<section id="gallery">
<div class="container">
<div class="gallery">
<p>Places You Must Visit In Your Lifetime</p>
<div class="images">
<div>
<img src="img/img1.png" alt="img">
<p>Azheekal</p>
</div>
<div>
<img src="img/img2.png" alt="img">
<p>Ooty</p>
</div>
<div>
<img src="img/img3.png" alt="img">
<p>Munnar</p>
</div>
<div>
<img src="img/img4.png" alt="img">
<p>Humpi</p>
</div>
<div>
<img src="img/img5.png" alt="img">
<p>Kovalam</p>
</div>
<div>
<img src="img/img6.png" alt="img">
<p>Kuttanad</p>
</div>
<div>
<img src="img/img7.png" alt="img">
<p>Thenmala</p>
</div>
<div>
<img src="img/img8.png" alt="img">
<p>Beach</p>
</div>
<div>
<img src="img/img9.png" alt="img">
<p>Munnar</p>
</div>
<div>
<img src="img/img10.png" alt="img">
<p>Punaloor</p>
</div>
</div>
</div>
</div>
</section>
<section id="banner">
<div class="container">
<div class="banner_header">
<p>We’ve since expanded our life list to 43 sites around the world</p>
<p>43 Places to See Before You Die</p>
</div>
</div>
<div class="logo_box">
<div>
<div>
<img src="img/logo1.png" alt="logo">
</div>
<p>Sites the world</p>
</div>
<div>
<div>
<img src="img/logo2.png" alt="logo">
</div>
<p>Shopping</p>
</div>
<div>
<div>
<img src="img/logo3.png" alt="logo">
</div>
<p>Photography</p>
</div>
<div>
<div>
<img src="img/logo4.png" alt="logo">
</div>
<p>Find the best</p>
</div>
</div>
</section>
<footer>
<div class="container">
<p>Designed by alex.epic</p>
</div>
</footer>
</body>
</html>