-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
177 lines (154 loc) · 5.46 KB
/
index.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="styles/main.css"/>
<link href="https://fonts.googleapis.com/css?family=Roboto"
rel="stylesheet" type="text/css">
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous">
</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous">
</script>
<script src="scripts/app.js"></script>
</head>
<body class="js-menu-close">
<div id="sidebar-wrapper" class="js-menu-open">
<div id="close-btn" class="js-menu-close">
<img src="img/icons/x.svg" />
</div>
<h2>Insert</h2>
<h2>Name</h2>
<div class="sidebar-links">
<a href="#about">About</a>
<a href="#gallery">Gallery</a>
<a href="#contact">Cantact</a>
</div>
</div>
<div id="intro" class="hero">
<div id="hamburger" class="js-menu-open">
<img src="img/icons/menu.svg" />
</div>
<div class="container-fluid">
<h1>Insert Name</h1>
<h5>Freelance Photographer</h5>
<a href="#gallery">
<button type="button" class="cta">Gallery</button>
</a>
</div>
</div>
<div id="about" class="hero">
<h2>About Me</h2>
<div class="row">
<div class="col-md-6 left-col">
<h2>I'm a <br/>
self-taught<br/>
photographer<br/>
with a passion<br/>
for travel and<br/>
design</h2>
</div>
<div class="col-md-6 right-col">
<h5>"I was born in <a href="https://www.google.com/maps/place/Cape+Town,+South+Africa/@-33.91353,18.0956103,9z/data=!3m1!4b1!4m5!3m4!1s0x1dcc500f8826eed7:0x687fe1fc2828aa87!8m2!3d-33.9248685!4d18.4240553"
target="_blank">
Cape Town, South Africa</a> and moved around a lot as a kid. To keep me distracted, my parents gave me a camera.
Since then, I look at the world through a lens.
I've visited over 30 countries and taken almost one quarter of a million photographs, and I feel like I'm just getting started.
From landscapes to personal portraits and exciting scenes, I love being able to capture a moment and share it with others.
Join me on my journey!"</h5>
</div>
</div>
</div>
<div id="gallery" class="hero">
<div class="container">
<h2>Gallery</h2>
<div class="row">
<div class="col-md-4">
<img src="img/gallery/gallery-01.jpg" alt="Gallery image one"/>
</div>
<div class="col-md-4">
<img src="img/gallery/gallery-02.jpg" alt="Gallery image two"/>
</div>
<div class="col-md-4">
<img src="img/gallery/gallery-03.jpg" alt="Gallery image three"/>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="img/gallery/gallery-04.jpg" alt="Gallery image four"/>
</div>
<div class="col-md-4">
<img src="img/gallery/gallery-05.jpg" alt="Gallery image five"/>
</div>
<div class="col-md-4">
<img src="img/gallery/gallery-06.jpg" alt="Gallery image six"/>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="img/gallery/gallery-07.jpg" alt="Gallery image seven"/>
</div>
<div class="col-md-4">
<img src="img/gallery/gallery-08.jpg" alt="Gallery image eight"/>
</div>
<div class="col-md-4">
<img src="img/gallery/gallery-09.jpg" alt="Gallery image nine"/>
</div>
</div>
</div>
</div>
<div id="bridge" class="hero">
<div class="container-fluid">
</div>
</div>
<div id="contact" class="hero">
<div class="container-fluid">
<h2>Contact Me</h2>
<p>
I'm available for freelance – from events like weddings to documenting your next adventure, let's chat!
</p>
<!-- email -->
<a href="mailto:[email protected]">
<button type="button" class="cta">Contact</button>
</a>
<!-- social media links -->
<div id="social">
<a href="http://www.twitter.com">
<img src="img/icons/twitter.svg"/>
</a>
<a href="http://www.instagram.com">
<img src="img/icons/instagram.svg"/>
</a>
<a href="http://www.medium.com">
<img src="img/icons/medium.svg"/>
</a>
</div>
</div>
</div>
<footer id="footer" >
<div class="footer-item">
<h4><b>Insert<br/> Name</b></h4>
</div>
<div class="footer-item">
<a href="#intro">About</a>
</div>
<div class="footer-item">
<a href="#gallery">Gallery</a>
</div>
<div class="footer-item">
<a href="#contact">Contact</a>
</div>
<div id="copyright">
<p>
<span>©</span> Insert Name
</p>
</div>
</footer>
</body>
</html>