-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
84 lines (83 loc) · 5.95 KB
/
about.html
File metadata and controls
84 lines (83 loc) · 5.95 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
<!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>About | 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 class="active"><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="sliderA">
<div id="textA">
<h2>ABOUT ME</h2>
<p>EVERYTHING YOU NEED TO KNOW</p>
</div>
</section>
<section id="who">
<article id="textW">
<h2>Who AM I?</h2>
<p>I am Aleksandar Bozinovic, one weird and simple guy born in Zajecar, Serbia. 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. Actually it's a funny story. When I was about 18 years, old my father bought a DSLR Camera because some guy from Bulgaria told him that it would be good for business (but when I did exacly the same, he would not listen). I noticed that the camera was sitting in a dusty corner of our old house in the mountains. Since nobody used it, I took it and used it to make some cash of shooting high school proms, so I could visit Exit Festival for the first time in my life. Afterwards I started shooting everything, from sports, travels, to jewlery and electronic music events(Techno). Beside photography, I'm also involved in clubbing.rs, a Serbian No. 1 site where you can find the most recent info regarding parties and festivals all across Serbia, and enjoying it, since electronic music has been one of my biggest pleasures in last 5-6 years. Also I should mention that I study Information and Communication Technologies in Belgrade, and that I love traveling. You can find all of my adventures on my <a href="https://www.instagram.com/webber922">instagram page</a>. Cheers!</p>
</article>
</section>
<section id="insp">
<article class="inspT"><figure><img src="images/me1.jpg" alt="My self"/></figure></article>
<article class="inspT">
<h3>INSPIRATION</h3>
<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>
</article>
</section>
<section id="work">
<article class="galCont">
<h3>CHECK OUT MY WORK</h3>
<span><a href="gallery.html">GALLERY</a></span>
</article>
<article class="galCont"><figure><img src="images/me2.jpg" alt="Me again"/></figure></article>
<article class="galCont">
<h3>FOR COLLABORATION</h3>
<span><a href="contact.html">CONTACT</a></span>
</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>