-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
137 lines (100 loc) · 5.22 KB
/
Copy pathindex.html
File metadata and controls
137 lines (100 loc) · 5.22 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Wing & Evangeline - 16 June 2019</title>
<link href="style.css" rel="stylesheet" />
<link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'/>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'/>
<link href="https://fonts.googleapis.com/css?family=Merriweather&display=swap" rel="stylesheet"/>
<link href="lightboxjs/lightbox.min.css" rel="stylesheet"/>
</head>
<body>
<div class="top-bar">
<div class="container">
<div class="mobile">
<div id= 'line1'></div>
<div id= 'line2'></div>
<div id ='line3'></div>
</div>
<nav class="nav">
<ul class='nav-links'>
<li id='nav-key'>Our Story</li>
<a href="details.html"><li>Details</li></a>
<a href="q&a.html"><li>Q&A</li></a>
<a href="rsvp.html"><li>RSVP</li></a>
</ul>
</nav>
<img src="img/double_happiness.png" alt="" id="logo"><span id="names">Wing & Evangeline</span>
</div>
</div>
<div class="showcase bg-story" id="showcase1">
<div class="heading">
<span>Our Story</span>
</div>
</div>
<div class="story">
<h3>We met at Warwick Uni...</h3>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Eius libero eos numquam quis ipsam aliquam veniam laudantium ducimus deserunt sit sapiente, repellat temporibus impedit saepe molestias nostrum exercitationem at nihil?</p>
</div>
<div class="showcase2 bg-story" >
<div class="heading">
<span>Two Becomes One</span>
</div>
</div>
<div class="gallery">
<figure class="gallery_item gallery_item-1">
<a href="img/IMG_3543_edt.jpg" data-lightbox="engsht"><img src="img/Thumbnails/IMG_3543_small.jpg" class="gallery_img" alt=""></a>
</figure>
<figure class="gallery_item gallery_item-2">
<a href="/img/449A4763_edt.jpg" data-lightbox="engsht"><img src="img/Thumbnails/449A4763_small.jpg" class="gallery_img" alt=""></a>
</figure>
<figure class="gallery_item gallery_item-3">
<a href="/img/IMG_3665_edt.jpg" data-lightbox="engsht"><img src="img/Thumbnails/IMG_3665_small.jpg" class="gallery_img" alt=""></a>
</figure>
<figure class="gallery_item gallery_item-4">
<a href="img/lovehearts_engsht_edt.jpg" data-lightbox="engsht"><img src="img/Thumbnails/lovehearts_engsht_small.jpg" class="gallery_img" alt=""></a>
</figure>
<figure class="gallery_item gallery_item-5">
<a href="img/IMG_3747_edt.jpg" data-lightbox="engsht"><img src="img/Thumbnails/IMG_3747_small.jpg" class="gallery_img" alt=""></a>
</figure>
<figure class="gallery_item gallery_item-6">
<a href="img/IMG_3782_edt.jpg" data-lightbox="engsht"><img src="img/Thumbnails/IMG_3782_small.jpg" class="gallery_img" alt=""></a>
</figure>
<figure class="gallery_item gallery_item-7">
<a href="img/street_engsht_edt.jpg" data-lightbox="engsht"> <img src="img/Thumbnails/street_engsht_small.jpg" class="gallery_img" alt=""></a>
</figure>
<figure class="gallery_item gallery_item-8">
<a href="img/449A5338_edt.jpg" data-lightbox="engsht"><img src="img/Thumbnails/449A5338_small.jpg" class="gallery_img" alt=""></a>
</figure>
<figure class="gallery_item gallery_item-9">
<a href="img/449A5358_edt.jpg" data-lightbox="engsht"><img src="img/Thumbnails/449A5358_small.jpg" class="gallery_img" alt=""></a>
</figure>
<figure class="gallery_item gallery_item-10">
<a href="img/449A5633_edt.jpg" data-lightbox="engsht"><img src="img/Thumbnails/449A5633_small.jpg" class="gallery_img" alt=""></a>
</figure>
<figure class="gallery_item gallery_item-11">
<a href="img/449A5739_edt.jpg" data-lightbox="engsht"><img src="img/Thumbnails/449A5739_small.jpg" class="gallery_img" alt=""></a>
</figure>
<figure class="gallery_item gallery_item-12">
<a href="img/IMG_3833_edt.jpg" data-lightbox="engsht"><img src="img/Thumbnails/IMG_3833_small.jpg" class="gallery_img" alt=""></a>
</figure>
</div>
<div class="showcase3 bg-story" >
<div class="heading">
<span id="heproposed">He Proposed</span>
</div>
</div>
<div class="showcase4 bg-story" >
<div class="heading">
<span id="shesaidyes">She Said Yes</span>
</div>
</div>
<footer>WingMan designs 2019 ©</footer>
<script src="lightboxjs/lightbox-plus-jquery.min.js"></script>
<script src="app.js"></script>
</body>
</html>