-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
executable file
·119 lines (105 loc) · 4.04 KB
/
contact.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>Osobna stranica - Nikola Tanković</title>
<meta charset="UTF-8">
<meta name="description" content="Photo Gallery HTML Template">
<meta name="keywords" content="endGam,gGaming, magazine, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.ico.png" rel="shortcut icon" />
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<!-- Main Stylesheets -->
<link rel="stylesheet" href="css/style.css" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Top right elements -->
<div class="spacial-controls">
<div class="search-switch"><img src="img/search-icon.png" alt=""></div>
<div class="nav-switch-warp">
<div class="nav-switch">
<div class="ns-bar"></div>
</div>
</div>
</div>
<!-- Top right elements end -->
<div class="main-warp">
<!-- header section -->
<header class="header-section">
<div class="header-close">
<i class="fa fa-times"></i>
</div>
<div class="header-warp">
<a href="./index.html" class="site-logo">
<img src="./img/logo.png" alt="">
</a>
<img src="img/menu-icon.png" alt="" class="menu-icon">
<ul class="main-menu">
<li><a href="./index.html">Početna</a></li>
<li class="active"><a href="./contact.html">Kontakt</a></li>
</ul>
<div class="social-links-warp">
<div class="social-links">
<a target="_blank" href="https://youtube.com/NikolaTankovic"><i class="fa fa-youtube"></i></a>
<a target="_blank" href="https://twitter.com/nikolatankovic"><i class="fa fa-twitter"></i></a>
<a target="_blank" href="https://facebook.com/nikola.tankovic/"><i class="fa fa-facebook"></i></a>
</div>
<div class="social-text">Pronađi me na</div>
</div>
</div>
<div class="copyright">Colorlib 2018 @ All rights reserved</div>
</header>
<!-- header section end -->
<!-- Page section -->
<div class="page-section contact-page">
<div class="contact-warp">
<div class="row">
<div class="col-xl-6 p-0">
<div class="contact-text">
<span>Kontakt forma</span>
<h2>Pošalji poruku</h2>
<form class="contact-form">
<input id="ime" type="text" placeholder="Vaše ime i prezime">
<input type="text" placeholder="Vaš e-mail">
<input type="text" placeholder="Naslov poruke">
<textarea placeholder="Poruka"></textarea>
<button class="site-btn">Pošalji poruku</button>
</form>
<div class="contac-info">
<p>Rovinjska 14, 52100 Pula</p>
<p>+385 98 123 4567</p>
<p>nikola@tankovic.me</p>
</div>
</div>
</div>
<div class="col-xl-6 p-0">
<div class="map-warp"><iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2827.979786887684!2d13.846800051807966!3d44.862706281292866!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x477cd323b2935583%3A0xddd59e242797b198!2sRovinjska%20ul.%2014%2C%2052100%2C%20Pula%2C%20Croatia!5e0!3m2!1sen!2sus!4v1603118093173!5m2!1sen!2sus"
width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false"
tabindex="0"></iframe></div>
</div>
</div>
</div>
</div>
<!-- Page section end-->
</div>
<!-- Search model -->
<div class="search-model">
<div class="h-100 d-flex align-items-center justify-content-center">
<div class="search-close-switch">x</div>
<form class="search-moderl-form">
<input type="text" id="search-input" placeholder="Search here.....">
</form>
</div>
</div>
<!-- Search model end -->
</body>
</html>