-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (112 loc) · 3.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
</head>
<body>
<header>
<a href="" class="logo">C<span>N</span>K<span>₺ourism</span></a>
<nav class="navbar">
<a href="">Ana Sayfa</a>
<a href="">Hakkımızda</a>
<a href="">Kültürel</a>
<a href="">Bİzimle Tanış</a>
</nav>
<div class="header-right">
<a href="">Takip Et</a>
<a href=""><i class="ri-instagram-fill"></i></a>
<a href=""><i class="ri-twitter-x-fill"></i></a>
<a href=""><i class="ri-facebook-fill"></i></a>
</div>
</header>
<section class="home">
<div class="home-text">
<h5 class="main-text">Haydi</h5>
<h1>
Senin Kendi Gezini <br />
Planyalım
</h1>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Praesentium,
placeat. <br />
Lorem ipsum dolor sit amet consectetur adipisicing elit. Atque,
eveniet.
</p>
<a href="" class="button">Randevu Al</a>
</div>
</section>
<section class="holiday">
<div class="holiday-img">
<img src="h1.png" alt="" />
</div>
<div class="holiday-text">
<h5 class="main-text">AYDER YAYLASI, RİZE</h5>
<h2>Muhteşem Bir Tatil GEçirmek İstermisin</h2>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Praesentium,
doloremque necessitatibus officia magni tenetur ullam eum quis
ratione. Commodi, fugiat. Amet reprehenderit adipisci laudantium cum
dolore qui nam dolores sunt!
</p>
<a href="" class="button">Daha Fazla</a>
</div>
</section>
<section class="tour">
<h2>Popüler Turlar</h2>
<div class="tour-content">
<div class="box">
<img src="t1.jpg" alt="">
<h6>MArdin Turu</h6>
<h4>Güneydoğu Bölgesi</h4>
</div>
<div class="box">
<img src="t2.jpg" alt="">
<h6>MArdin Turu</h6>
<h4>Güneydoğu Bölgesi</h4>
</div>
<div class="box">
<img src="t3.jpg" alt="">
<h6>MArdin Turu</h6>
<h4>Güneydoğu Bölgesi</h4>
</div>
<div class="box">
<img src="t3.jpg" alt="">
<h6>MArdin Turu</h6>
<h4>Güneydoğu Bölgesi</h4>
</div>
</div>
<div class="center-button">
<a href="" class="button">Turları İncele</a>
</div>
</section>
<footer>
<div class="footer-col">
<h3>Servisler</h3>
<a href="">Email Pazarlama</a>
<a href="">MArkalar</a>
<a href="">Kampanyalar</a>
</div>
<div class="footer-col">
<h3>Servisler</h3>
<a href="">Email Pazarlama</a>
<a href="">MArkalar</a>
<a href="">Kampanyalar</a>
</div>
<div class="footer-col">
<h3>Sosyal</h3>
<div class="social">
<a href=""><i class="ri-instagram-fill"></i></a>
<a href=""><i class="ri-twitter-x-fill"></i></a>
<a href=""><i class="ri-facebook-fill"></i></a>
</div>
</div>
</footer>
</body>
</html>