forked from itscodenation/int-fanpage-18-19-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
51 lines (50 loc) · 2.72 KB
/
gallery.html
File metadata and controls
51 lines (50 loc) · 2.72 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title> </title>
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:700" rel="stylesheet">
</head>
<body class="gal">
<div class="header">DECO*27</div>
<div class=navbar>
<button class="navbut" onclick="window.location.href='index.html'">Home</button>
<button class="navbut" onclick="window.location.href='about.html'">About</button>
<button class="navbut" onclick="window.location.href='gallery.html'">Gallery</button>
<button class="navbut" onclick="window.location.href='songs.html'">Songs</button>
</div>
<div class="gallery">
<div class="thumbnail">
<img class="thumbnail-image" src="https://images-na.ssl-images-amazon.com/images/I/51QQkI2chdL._SX425_.jpg">
</div>
<div class="thumbnail">
<img class="thumbnail-image" src="http://st.cdjapan.co.jp/pictures/l/08/25/UMA-9030.jpg">
</div>
<div class="thumbnail">
<img class="thumbnail-image" src="https://dumbtsundere.files.wordpress.com/2012/08/egomama.png">
</div>
<div class="thumbnail">
<img class="thumbnail-image" src="http://pm1.narvii.com/6574/53b5d4f02eef4a05cbac372add211d4c486cb88c_00.jpg">
</div>
</div>
<div class="footer">
<div class="social">
<a href="https://www.forbes.com/sites/alicegwalton/2017/06/30/a-run-down-of-social-medias-effects-on-our-mental-health/#72b3523f2e5a">
<img class="social-image" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/F_icon.svg/2000px-F_icon.svg.png">
</a>
<a href="https://www.forbes.com/sites/alicegwalton/2017/06/30/a-run-down-of-social-medias-effects-on-our-mental-health/#72b3523f2e5a">
<img class="social-image" src="http://goinkscape.com/wp-content/uploads/2015/07/twitter-logo-final.png">
</a>
<a href="https://www.forbes.com/sites/alicegwalton/2017/06/30/a-run-down-of-social-medias-effects-on-our-mental-health/#72b3523f2e5a">
<img class="social-image" src="https://instagram-brand.com/wp-content/uploads/2016/11/app-icon2.png">
</a>
</div>
<div>
<p>Copyright 2018 ©</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>