-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
68 lines (58 loc) · 2.66 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
<!DOCTYPE html>
<html>
<head>
<!-- CSS -->
<link rel="stylesheet" href="style.css">
<!-- End CSS -->
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="description" content="Best car page.">
<meta name="keywords" content="">
<meta name="author" content="Josip Kvaternik">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>Contact us</title>
</head>
<body>
<header>
<div class="my-image">
<a href="https://i.imgur.com/wNmW9DT.jpg" class="bt">Image source</a> </div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li ><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<div style="map"><iframe width=100% height="600" src="https://maps.google.com/maps?width=720&height=600&hl=en&q=Matice%20hrvatske%2026+(Musclemania)&ie=UTF8&t=&z=17&iwloc=B&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"><a href="https://www.maps.ie/coordinates.html">find my coordinates</a></iframe></div><br />
</div>
<h1 class="y"> Contact us!</h1>
<div class="kk">
<form action="http://work2.eburza.hr/pwa/responzive-page/send-contact.php" id="contact_form" name="contact_form" method="POST">
<label for="fname"> </label>
<input type="text" id="fname" name="firstname" placeholder="Your name.." required>
<label for="lname"></label>
<input type="text" id="lname" name="lastname" placeholder="Your last name.." required>
<label for="lname"></label>
<input type="email" id="email" name="email" placeholder="Your e-mail.." required>
<label for="country">Country</label>
<select id="country" name="country">
<option value="">Please select</option>
<option value="BE">Belgium</option>
<option value="HR" selected>Croatia</option>
<option value="LU">Luxembourg</option>
<option value="HU">Hungary</option>
</select>
<label for="subject">Subject</label>
<textarea id="subject" name="subject" placeholder="Write something.." style="height:200px"></textarea>
<input type="submit" value="Submit">
</form>
</div>
</main>
<footer>
<a href="https://web.facebook.com/josip.kvaternik.3?_rdc=1&_rdr"><img src="img/face.jpg" alt="Facebook" height="50" width"50" > </a>
<a href="https://www.instagram.com/?hl=hr"><img src="img/insta.jpg" alt="Instagram" height="50" width"50" > </a>
<a href="https://twitter.com/"><img src="img/twitter.jpg" alt="Twitter" height="50" width"50" > </a>
</footer>
</body>
</html>