-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkontakt.html
More file actions
187 lines (182 loc) · 6.66 KB
/
Copy pathkontakt.html
File metadata and controls
187 lines (182 loc) · 6.66 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
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles/glavni.css" />
<link rel="stylesheet" href="styles/kontakt.css" />
<link rel="stylesheet" href="styles/mobile-devices.css" />
<title>PutujPlus</title>
</head>
<body>
<div class="kontakt">
<nav>
<div class="logo">
<h4>PutujPlus</h4>
</div>
<ul class="nav-linkovi">
<li><a href="index.html">Početna</a></li>
<li><a href="onama.html">O nama</a></li>
<li><a href="destinacije.html">Destinacije</a></li>
<li><a href="kontakt.html">Kontakt</a></li>
</ul>
<div class="burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<div class="naslovi">
<h1>Kontaktirajte nas!</h1>
<h4>
Podelite svoje pitanje, ideje ili želje s nama - mi smo tu da vam
pomognemo!
</h4>
</div>
</div>
<div class="lokacija">
<div class="mapa">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2830.750845222307!2d20.4615183!3d44.806266099999995!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x475a7aa8695c7fb9%3A0x47b9993146a1410f!2z0JrQvdC10LfQsCDQnNC40LvQvtGI0LAgMzUsINCR0LXQvtCz0YDQsNC0!5e0!3m2!1ssr!2srs!4v1699995410161!5m2!1ssr!2srs"
width="600"
height="450"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
<div class="sadrzaj">
<h1>Pronađite nas na mapi!</h1>
<p>
Zajedno ćemo istražiti svet. Pratite put do naše agencije na mapi, gde
se susreću avantura i gostoprimstvo.
</p>
</div>
</div>
<div class="forma">
<h1>Pošaljite nam poruku!</h1>
<form action="">
<label for="imeiprezime"
>Ime i prezime<span class="zvezdica">*</span></label
>
<input type="text" id="imeiprezime" required autocomplete="off" />
<label for="email">E-mail adresa<span class="zvezdica">*</span></label>
<input
type="email"
name="email"
id="email"
required
autocomplete="off"
/>
<label for="poruka">Poruka<span class="zvezdica">*</span></label>
<textarea
name="poruka"
id="poruka"
cols="50"
rows="10"
required
autocomplete="off"
></textarea>
<div class="radioDugmad">
<p>Pol<span class="zvezdica">*</span></p>
<div class="radioDugme">
<input type="radio" name="pol" id="muski" required />
<label for="muski" class="radio-label">Muški</label>
</div>
<div class="radioDugme">
<input type="radio" name="pol" id="zenski" required />
<label for="zenski" class="radio-label">Ženski</label>
</div>
</div>
<h5></h5>
<button class="dugme">Pošalji</button>
</form>
</div>
<div class="futer">
<h4>
Istražite našu ponudu <br />
<svg
class="w-6 h-6 text-gray-800 dark:text-white"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 20 19"
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="0.5"
d="m9 12 5.419 3.871A1 1 0 0 0 16 15.057V2.943a1 1 0 0 0-1.581-.814L9 6m0 6V6m0 6H2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h7m-5 6h3v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-5Zm15-3a3 3 0 0 1-3 3V6a3 3 0 0 1 3 3Z"
/>
</svg>
</h4>
<h5 id="futer-pasus">
Hvala vam na poverenju koje ste nam ukazali i prilici da budemo deo
vaših putničkih avantura. Naša misija je pružiti vam ne samo putovanje,
već i iskustvo koje će obogatiti vaš život. Kontaktirajte nas za sledeću
destinaciju na vašem putu otkrivanja sveta. Vaša sreća je naš uspeh.
Putujte s nama!
</h5>
<div class="futer-dno">
<div class="location">
<h4>Kontakt</h4>
<h5>Kneza Miloša 35, Beograd</h5>
<h5>061/335-2478</h5>
</div>
<div class="social">
<h4>Zapratite nas</h4>
<div class="ikonice">
<a href="https://www.facebook.com/login/">
<svg
class="w-6 h-6 text-gray-800 dark:text-white"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 8 19"
>
<path
fill-rule="evenodd"
d="M6.135 3H8V0H6.135a4.147 4.147 0 0 0-4.142 4.142V6H0v3h2v9.938h3V9h2.021l.592-3H5V3.591A.6.6 0 0 1 5.592 3h.543Z"
clip-rule="evenodd"
/>
</svg>
</a>
<a href="https://twitter.com/i/flow/login">
<svg
class="w-6 h-6 text-gray-800 dark:text-white"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 20 20"
>
<path
fill="currentColor"
d="M12.186 8.672 18.743.947h-2.927l-5.005 5.9-4.44-5.9H0l7.434 9.876-6.986 8.23h2.927l5.434-6.4 4.82 6.4H20L12.186 8.672Zm-2.267 2.671L8.544 9.515 3.2 2.42h2.2l4.312 5.719 1.375 1.828 5.731 7.613h-2.2l-4.699-6.237Z"
/>
</svg>
</a>
<a href="https://accounts.google.com/login">
<svg
class="w-6 h-6 text-gray-800 dark:text-white"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 18 19"
>
<path
fill-rule="evenodd"
d="M8.842 18.083a8.8 8.8 0 0 1-8.65-8.948 8.841 8.841 0 0 1 8.8-8.652h.153a8.464 8.464 0 0 1 5.7 2.257l-2.193 2.038A5.27 5.27 0 0 0 9.09 3.4a5.882 5.882 0 0 0-.2 11.76h.124a5.091 5.091 0 0 0 5.248-4.057L14.3 11H9V8h8.34c.066.543.095 1.09.088 1.636-.086 5.053-3.463 8.449-8.4 8.449l-.186-.002Z"
clip-rule="evenodd"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
<script src="js/burger.js"></script>
<script src="js/napredna-validacija.js"></script>
</body>
</html>