-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (91 loc) · 5.19 KB
/
index.html
File metadata and controls
93 lines (91 loc) · 5.19 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
<!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>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 class="active"><a href="index.html">Home</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="about.html">About</a></li>
<li><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="slider">
<article id="text">
<a href="about.html">
<h2>Photography</h2>
<p>Pictures are like music to me, one has to feel and to storify them. They are my call for freedom. I’d always rather be, where I’m not [currently]. Restless. On the scout. I take pictures of my own longing for more. For remoteness. For whats not within reach. With the photographs I want to create something that stays. Something that survives. Something someone in 30 years will find on their attic. I’m not looking for an answer of questions I never asked- the indeterminate excites me too much. Imagine the ocean had been entirely explored, or the galaxies. That compares to an end. It means to stop dreaming. [And] when I take pictures [or] look at them, I’m exactly at that place, where there are no questions anymore.</p></a>
</article>
</section>
<section id="recent">
<h2>LATEST GALLERIES</h2>
</section>
<section id="categories">
<article class="blok"><img src="images/events.jpg" alt="Event Photo"/>
<div class="container">
<p>Events</p>
</div>
</article>
<article class="blok"><img src="images/bnw.jpg" alt="BNW Photo"/>
<div class="container">
<p>Monochrome</p>
</div>
</article>
<article class="blok"><img src="images/travel.jpg" alt="Travel Photo"/>
<div class="container">
<p>Travel</p>
</div>
</article>
</section>
<section id="vAll">
<h2><a href="gallery.html">VIEW ALL</a></h2>
</section>
<section id="about">
<article class="pikText">
<h3>LITTLE 'BOUT ME</h3>
<p>One weird and simple guy. Photography is actually one of the many ways which can document my moods and life experiences. Art is the reason that has led me to photography, providing me with a chance to give you a peek into my silly life.</p>
<a href="about.html">READ MORE</a>
</article>
<article class="pikText"><figure id="pic"><img src="images/me.jpg" alt="My self"/></figure></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>