-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
109 lines (108 loc) · 6.22 KB
/
gallery.html
File metadata and controls
109 lines (108 loc) · 6.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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146767549-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-146767549-1');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A gallery of images about the Nihon Karate Club at UC Irvine.
Relive some of our highlights, or get a better feel for what we're about by looking
through our gallery of UCI students doing karate!">
<!--Load stylesheets-->
<link rel="stylesheet" href="styles/index.css" type="text/css">
<link rel="stylesheet" href="styles/gallery.css" type="text/css">
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<!--Load scripts-->
<script src="scripts/init.js" type="text/javascript"></script>
<script src="scripts/cookies.js" type="text/javascript"></script>
<script src="scripts/index.js" type="text/javascript"></script>
<link rel="icon" href="images/favicon.ico">
<title>Nihon Karate Club at UCI</title>
</head>
<body onload="fillEmail();">
<header>
<div class="banner">
<h1 class="header-title">Nihon Karate Club</h1>
<h1 class="header-subtitle">UC Irvine</h1>
<a href="javascript:void(0);" id="toggle-button" class="toggle-button" onclick="toggleMenu()">
<i class="fa fa-bars"></i>
</a>
</div>
<nav class="circular-menu">
<div class="circle">
<a href="index.html" class="fa fa-home" title="Home"></a>
<a href="about.html" class="fa fa-users" title="About Us"></a>
<a href="join.html" class="fa fa-user-plus" title="How to Join"></a>
<a href="history.html" class="fa fa-bookmark" title="Club History"></a>
<a href="gallery.html" class="fa fa-photo" title="Photo Gallery"></a>
</div>
<a class="menu-button">
<img src="images/logo.png" width="120px" height="120px">
</a>
</nav>
<nav id="dropdown" class="dropdown">
<div class="dropdown-content">
<a href="index.html">Home</a>
<a href="about.html">About Us</a>
<a href="join.html">How to Join</a>
<a href="history.html">History</a>
<a href="gallery.html">Gallery</a>
</div>
</nav>
</header>
<main>
<div class="image-gallery">
<img class="shadow c1-c3" src="images/gallery/gallery_10.jpg">
<img class="shadow c3-c4" src="images/gallery/gallery_11.jpg">
<img class="shadow c1-c2" src="images/gallery/gallery_12.jpeg">
<img class="shadow c2-c4" src="images/gallery/gallery_13.jpg">
<img class="shadow c1-c3 r3-r4" src="images/gallery/gallery_14.jpg"></img>
<img class="shadow c3-c4 r3-r5" src="images/gallery/gallery_15.jpg"></img>
<img class="shadow c1-c3 r4-r5" src="images/gallery/gallery_16.png"></img>
<img class="shadow c1-c3" src="images/gallery/gallery_0.jpg"></img>
<img class="shadow c3-c4" src="images/gallery/gallery_1.jpg"></img>
<img class="shadow c1-c2" src="images/gallery/gallery_2.jpg"></img>
<img class="shadow c2-c4" src="images/gallery/gallery_3.jpg"></img>
<img class="shadow c2-c3 r8-r9" src="images/gallery/gallery_4.jpg"></img>
<img class="shadow c1-c2 r8-r9" src="images/gallery/gallery_5.jpg"></img>
<img class="shadow c3-c4 r7-r9" src="images/gallery/gallery_6.jpg"></img>
<img class="shadow c1-c3 r7-r8" src="images/gallery/gallery_7.jpg"></img>
<img class="shadow c1-c3" src="images/gallery/gallery_8.jpg"></img>
<img class="shadow c3-c4" src="images/gallery/gallery_9.jpg"></img>
<img class="shadow c1-c3" src="images/gallery/gallery_17.jpg"></img>
</div>
</main>
<footer class="footer-desktop">
<div class="footer-content">
<span>Follow us on social media!</span>
<div class="social-media">
<div class="social-media-wrapper">
<a class="social-media-icon" href="https://www.facebook.com/groups/nihonkarateuci/" target="_blank" title="Like our Facebook page">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a class="social-media-icon" href="https://www.instagram.com/nihonkarateuci/" target="_blank" title="Follow us on Instagram">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a class="social-media-icon" href="https://www.youtube.com/channel/UCTyISeXgaeWJTH6V3rt9aYA" target="_blank" title="Subscribe to our Youtube Channel">
<i class="fa fa-youtube-play" aria-hidden="true"></i>
</a>
<a class="social-media-icon" href="http://newsletter.nihonkarateuci.com" target="_blank" title="Subscribe to our Youtube Channel">
<i class="fa fa-newspaper-o" aria-hidden="true"></i>
</a>
</div>
</div>
<address>
Contact: <a class="email"></a>
</address>
<span>Copyright 2009-<script type="text/javascript">document.write(new Date().getFullYear());</script> Nihon Karate Club at UC Irvine</span>
</div>
</footer>
</body>
</html>