-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
142 lines (124 loc) · 6.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Marlene Davis</title>
<meta name="description" content="Portfolio for world-renowned travel photographer Marlene Davis">
<meta name="author" content="Damien Asseya">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href='https://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="fonts/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Scripts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<header class="main_nav green">
<div class="container">
<div class="twelve columns">
<div class="logo"><a href="#">Marlene Davis</a></div>
</div>
</div>
</header>
<div class="container main">
<div class="row">
<div class="four columns portfolio">
<a class="image-link" href="images/backpacker.jpg"><img src="images/backpacker.jpg" /></a>
</div>
<div class="four columns portfolio">
<a class="image-link" href="images/desert_cycle.jpg"><img src="images/desert_cycle.jpg" /></a>
</div>
<div class="four columns portfolio">
<a class="image-link" href="images/italy_bikes.jpg"><img src="images/italy_bikes.jpg" /></a>
</div>
</div>
<div class="row">
<div class="four columns portfolio">
<a class="image-link" href="images/on_safari.jpg"><img src="images/on_safari.jpg" /></a>
</div>
<div class="four columns portfolio">
<a class="image-link" href="images/overlook_mtn.jpg"><img src="images/overlook_mtn.jpg" /></a>
</div>
<div class="four columns portfolio">
<a class="image-link" href="images/paris_couple.jpg"><img src="images/paris_couple.jpg" /></a>
</div>
</div>
<div class="row" style="margin-bottom: 10%;">
<div class="four columns portfolio">
<a class="image-link" href="images/single_rider.jpg"><img src="images/single_rider.jpg" /></a>
</div>
<div class="four columns portfolio">
<a class="image-link" href="images/sunset_beach.jpg"><img src="images/sunset_beach.jpg" /></a>
</div>
<div class="four columns portfolio">
<a class="image-link" href="images/toes_sand.jpg"><img src="images/toes_sand.jpg" /></a>
</div>
</div>
</div><!--Container-->
<div class="row green">
<div class="container">
<div class="four columns">
<img class="avatar" src="images/marlene.jpg" />
</div>
<div class="eight columns">
<h2 class="bio">About Marlene Davis</h2>
<p class="bio">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sun</p>
</div>
</div>
</div><!--Row Green-->
<footer>
<div class="container">
<div class="row twelve columns">
<ul class="social">
<li class="facebook"><a href="#"><i class="fa fa-facebook-square fa-lg"></i></a></li>
<li class="twitter"><a href="#"><i class="fa fa-twitter-square fa-lg"></i></a></li>
<li class="instagram"><a href="#"><i class="fa fa-instagram fa-lg"></i></a></li>
<li class="flickr"><a href="#"><i class="fa fa-flickr fa-lg"></i></a></li>
<li class="youtube"><a href="#"><i class="fa fa-youtube-square fa-lg"></i></a></li>
<li class="linkedin"><a href="#"><i class="fa fa-linkedin-square fa-lg"></i></a></li>
</ul>
</div>
<div class="row twelve columns">
<p class="copyright">© 2017 Marlene Davis - The Traveling Fotog. All Rights Reserved.</p>
</div>
</div>
</footer>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="scripts/jquery.magnific-popup.js"></script>
<script type="text/javascript">
$('.image-link').magnificPopup({
type: 'image',
mainClass: 'mfp-with-zoom', // this class is for CSS animation below
zoom: {
enabled: true, // By default it's false, so don't forget to enable it
duration: 300, // duration of the effect, in milliseconds
easing: 'ease-in-out', // CSS transition easing function
// The "opener" function should return the element from which popup will be zoomed in
// and to which popup will be scaled down
// By defailt it looks for an image tag:
opener: function(openerElement) {
// openerElement is the element on which popup was initialized, in this case its <a> tag
// you don't need to add "opener" option if this code matches your needs, it's defailt one.
return openerElement.is('img') ? openerElement : openerElement.find('img');
}
}
}); </script>
</body>
</html>