-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
79 lines (75 loc) · 4.39 KB
/
contact.html
File metadata and controls
79 lines (75 loc) · 4.39 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
<!DOCKTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="keywords" content="Photography,event photography,portrait photography,travel photography,lifestyle photography"/>
<meta name="description" content="Lifestyle, Portrait and Travel Photographer. Based in Belgrade, Serbia. Pictures are like music to me, one has to feel and to storify them.">
<meta name="author" content="Alexandar Webber"/>
<meta name="robots" content="index, follow"/>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<link rel="shortcut icon" type="image/x-icon" href="images/photo-camera.png"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous"/>
<title>Contact | Alexandar Webber | Photography</title>
</head>
<body>
<div id="wrap">
<aside id="sideNav">
<h1 id="logo"><a href="index.html">Alexandar<br/> Webber <i class="fas fa-camera-retro"></i></a></h1>
<nav id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="about.html">About</a></li>
<li class="active"><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div id="social">
<ul>
<li><a href="https://www.facebook.com/webber922"><i class="fab fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/webber922"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.twitter.com"><i class="fab fa-twitter"></i></a></li>
<li><a href="rss.xml"><i class="fas fa-rss"></i></a></li>
</ul>
</div>
<div>
<form>
<span><input type="search" name="search" placeholder="Search.."/></span>
</form>
</div>
<div id="follow">
<a href="https://www.instagram.com/webber922">
<p>FOLLOW ME ON INSTAGRAM</p><br/>
<p>biggerthanPrince</p>
</a>
</div>
</aside>
<main id="main">
<section id="map">
<div class="mapouter"><div class="gmap_canvas"><iframe width="1250" height="350" id="gmap_canvas" src="https://maps.google.com/maps?q=Bulevar%20kralja%20aleksandra%20100&t=&z=15&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><a href="https://www.pureblack.de"></a></div><style>.mapouter{text-align:center;height:350px;width:1250px;}.gmap_canvas {overflow:hidden;background:none!important;height:350px;width:1250px;}</style></div>
</section>
<section id="contact">
<h2>CONTACT</h2>
<article id="info">
<h3>INFO</h3>
<p>Bulevar Kralja Aleksandra 100.</p>
<p>11000, Belgrade, Serbia</p>
<p>phone: +381 11 111 111</p>
<p>email: alexandar@aw-photo.com</p>
</article>
<article id="contForm">
<form action="" method="">
<label for="name">Name</label><input type="text" id="name" name="name" placeholder="" required="required"/>
<label for="email">Email</label><input type="email" id="email" name="email" placeholder="" required="required"/>
<label for="subject">Subject</label><input type="text" id="subject" name="subject" placeholder="" required="required"/>
<label>Your Message</label><textarea rows="1" cols="1" required="required"></textarea>
<input type="submit"/>
</form>
</article>
</section>
<footer id="footer">
<p><a href="sitemap.xml" target="_blank">Sitemap</a> | Copyright © Alexandar Webber | All rights reserved.</p>
</footer>
</main>
</div>
</body>
</html>