-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
192 lines (175 loc) · 6.42 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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116277545-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-116277545-2');
</script>
<title>Jess Sung Photography</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Roboto|Inconsolata|Rokkitt" rel="stylesheet">
</head>
<body>
<!-- mobile nav -->
<header class="phone-header">
<nav class="furled">
<h1 class="topleft"><a class="blackout" href="index.html">Jess Sung</a></h1>
<div class="topright">
<button onclick="showTop()"><img class="icon" src="Hamburger_icon.svg"></button>
</div>
</nav>
</header>
<header class="phone-header2">
<ul class="mobilenav">
<a target="_blank" href="https://www.instagram.com/jesssung/?hl=en">
<img class="mob-icon" src="insta-icon.png">
</a>
<button onclick="lifestyle()"><li>Lifestyle</li></button>
<button onclick="conceptual()"><li>Conceptual</li></button>
<button onclick="skate()"><li>Sport</li></button>
<button onclick="weddings()"><li>Weddings</li></button>
<button onclick="music()"><li>Music</li></button>
<li><a href="contact.html">Contact</a></li>
<button onclick="menuClose()"><img class="closeicon" src="close_icon.svg"></button>
</ul>
</header>
<header class="lifestyle">
<ul class="mobilenav">
<button><li><a href="portraits.html">Portraits</a></li></button>
<button><li><a href="asia.html">Asia</a></li></button>
<button><li><a href="europe.html">Europe</a></li></button>
<button><li><a href="africa.html">Africa</a></li></button>
<button><li><a href="north-america.html">North America</a></li></button>
<button onclick="menuBack()"><img class="closeicon" src="back_icon.png"></button>
</ul>
</header>
<header class="conceptual">
<ul class="mobilenav">
<button><li><a href="i-quit-smoking.html">I Quit Smoking</a></li></button>
<button><li><a href="fine-china.html">Fine China</a></li></button>
<button><li><a href="grandma.html">Grandma</a></li></button>
<button><li><a href="nurture-nature.html">Nurture Nature</a></a></li></button>
<button><li><a href="affection.html">Affection</a></li></button>
<button><li><a href="8.html">8</a></li></button>
<button onclick="menuBack()"><img class="closeicon" src="back_icon.png"></button>
</ul>
</header>
<header class="skate">
<ul class="mobilenav">
<button><li><a href="skate.html">Skate</a></li></button>
<button><li><a href="snow.html">Snow</a></li></button>
<button><li><a href="surf.html">Surf</a></li></button>
<button><li><a href="tennis.html">Tennis</a></li></button>
<button onclick="menuBack()"><img class="closeicon" src="back_icon.png"></button>
</ul>
</header>
<header class="weddings">
<ul class="mobilenav">
<button><li><a href="greg-and-jocelyn.html">Greg & Jocelyn</a></li></button>
<button><li><a href="alvin-and-johanna.html">Alvin & Johanna</a></li></button>
<button><li><a href="bachelor-bachelorette.html">Bachelor/ette</a></li></button>
<button><li><a href="engagement.html">Engagement</a></li></button>
<button onclick="menuBack()"><img class="closeicon" src="back_icon.png"></button>
</ul>
</header>
<header class="music">
<ul class="mobilenav">
<button><li><a href="live.html">Live</a></li></button>
<button><li><a href="staged.html">Staged</a></li></button>
<button onclick="menuBack()"><img class="closeicon" src="back_icon.png"></button>
</ul>
</header>
<!-- desktop nav -->
<header class="site-header">
<h1 class="topleft"><a class="blackout" href="index.html">Jess Sung</a></h1>
<nav>
<div class="dropdown">
<p>Lifestyle</p>
<div class="dropdown-content">
<a href="portraits.html">Portraits</a>
<a href="asia.html">Asia</a>
<a href="europe.html">Europe</a>
<a href="africa.html">Africa</a>
<a href="north-america.html">North America</a>
</div>
</div>
<div class="dropdown">
<p>Conceptual</p>
<div class="dropdown-content">
<a href="i-quit-smoking.html">I Quit Smoking</a>
<a href="fine-china.html">Fine China</a>
<a href="grandma.html">Grandma</a>
<a href="nurture-nature.html">Nurture Nature</a>
<a href="affection.html">Affection</a>
<a href="8.html">8</a>
</div>
</div>
<div class="dropdown">
<p>Sport</p>
<div class="dropdown-content">
<a href="skate.html">Skate</a>
<a href="snow.html">Snow</a>
<a href="surf.html">Surf</a>
<a href="tennis.html">Tennis</a>
</div>
</div>
<div class="dropdown">
<p>Weddings</p>
<div class="dropdown-content">
<a href="greg-and-jocelyn.html">Greg & Jocelyn</a>
<a href="alvin-and-johanna.html">Alvin & Johanna</a>
<a href="bachelor-bachelorette.html">Bachelor/ette</a>
<a href="engagement.html">Engagement</a>
</div>
</div>
<div class="dropdown">
<p>Music</p>
<div class="dropdown-content">
<a href="live.html">Live</a>
<a href="staged.html">Staged</a>
</div>
</div>
<div class="dropdown">
<a style="font-size: 18px" href="contact.html">Contact</a>
</div>
</nav>
</header>
<div class="photos">
<div class="photo">
<img src="./frontpage/0017_15A1.jpg">
</div>
<div class="photo">
<img src="./frontpage/2017-09-07-0024.jpg">
</div>
<div class="photo">
<img src="./frontpage/2017-09-14-0050.jpg">
</div>
<div class="photo">
<img src="./frontpage/2018-06-06-0047.jpg">
</div>
<div class="photo">
<img src="./frontpage/2017-09-09-0016.JPG">
</div>
<div class="photo">
<img src="./i-quit-smoking/image00004.jpeg">
</div>
<div class="photo">
<img src="./frontpage/2018-08-22-0033.jpg">
</div>
<div class="photo">
<img src="./frontpage/Scan-140611-0019.jpg">
</div>
<div class="photo">
<img src="./frontpage/Scan-140830-0032.jpg">
</div>
</div>
<div class="low-icon">
<a target="_blank" href="https://www.instagram.com/jesssung/?hl=en"><img class="insta-icon" src="insta-icon.png"></a>
</div>
<script type="text/javascript" src="script.js"></script>
</body>
</html>