-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiletisim.html
146 lines (137 loc) · 5.08 KB
/
iletisim.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
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="vierport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Atakan KAPLAN">
<meta name="description" content="BM103 UYGULAMA ÖDEVİ İÇİNDİR.">
<title>İletisim | Kaplan Pansiyon</title>
<link rel="shortcut icon" type="image/png" href="img/amblem.jpg">
<style>
.header {
background-image: url('img/header.jpg');
padding: 0%;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
text-align: center;
}
.nav {
overflow: hidden;
background-color: green;
display: flex;
top: 0;
}
@media(max-width: 630px) {
.nav {
flex-direction: column;
}
}
.nav a {
float: left;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 16px;
}
.nav a:hover {
background-color: orange;
color: #ffffff;
}
.nav a.active {
background-color: wheat;
color: #ffffff;
}
.main {
padding: 2%;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
}
.footer {
position: relative;
background-color: green;
text-align: center;
width: 100%;
height: 75px;
}
.footer #copyright {
display: inline-block;
text-align: center;
padding-top: 40px;
color: #d4a697;
}
@media (max-width: 460px;) {
.footer #copyright {
font-size: 25px;
}
}
#sosyal {
position: static;
right: 30px;
top: 20px;
width: 300px;
height: 40px;
}
#sosyal img {
width: 60px;
height: 40px;
}
@media (max-width: 650px;) {
@sosyal {
position: initial;
width: 100%;
bottom: 2%;
}
}
</style>
</head>
<body style="background-image: url('img/body.png'); background-repeat: no-repeat; background-attachment: fixed; background-size: cover;">
<div class="header">
<img src="img/logo.png" alt="logo" style="max-width: 30%;height: auto;">
<img src="img/amblem.jpg" alt="amblem" style="max-width: 28%;height: auto;">
</div>
<div class="nav">
<a href="index.html">ANASAYFA</a>
<a href="hizmet.html">HİZMETLERİMİZ</a>
<a href="kurumsal.html">KURUMSAL</a>
<a href="kariyer.html">KARİYER</a>
<a class="active" href="iletisim.html">İLETİŞİM</a>
</div>
<div style="border: 1px solid rgba(70, 68, 68, 0.336);border-radius: 8px;margin:2.5%;background-color:#bad4e51e;">
<div title="Kaplan Pansiyon © 2020" class="main">
<p style="float:inline-start;">Şirket Ünvanı:</p>
<p style="float:inline-start;">KAPLAN PANSİYON TURİZM ŞİRKETİ</P>
<hr>
<p style="float:inline-start;">Ticaret Sicil No:</p>
<p style="float:inline-start;">159753</p>
<hr>
<p style="float:inline-start;">Telefon:</p>
<p style="float:inline-start;"></p>0 (111) 222 33 44</p>
<hr>
<p style="float:inline-start;">Belge Geçer / Faks:</p>
<p style="float:inline-start;">0 (999) 888 77 66</p>
<hr>
<p style="float:inline-start;">Adres:</p>
<p style="float:inline-start;">15500 Yeşilova/BURDUR</p>
<div class="harita">
<iframe src="https://www.google.com/maps/d/u/0/embed?mid=1d0uUKE-DUJaUHS1ez6yLUVWawpUHcaBS" width="900" height="480">
width="550" height="450" frameborder="0" style="border: 0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</div>
</div>
<div class="footer">
<div id="copright">Copyright All Rights Reserved © 2020</div>
<div id="sosyal">
<a href="https://tr.facebook.com/" target="_blank" style="margin-left: 28px;"><img src="img/facebook.jpg" alt="facebook"
title="Facebook"></a>
<a href="https://www.instagram.com/" target="_blank"><img src="img/instagram.jpeg" alt="instagram"
title="İnstagram"></a>
<a href="https://www.twitter.com/" target="_blank"><img src="img/twitter.png" alt="twitter"
title="Twitter"></a>
<a href="https://www.youtube.com/" target="_blank"><img src="img/youtube.png" alt="youtube"
title="Youtube"></a>
</div>
</div>
</body>
</html>