-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
58 lines (44 loc) · 1.57 KB
/
gallery.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
<html>
<head>
<title>Art Gallery</title>
<link rel="shortcut icon" href="Images/favicon.ico">
<link rel="stylesheet" type="text/css" href="main.css">
<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=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="skyContainer">
<div class="skyLeft"></div>
<div class="skyRight"></div>
</div>
<div class="menu">
<a href="index.html" class="home"></a>
<a href="gallery.html" class="gallery"></a>
<a href="calendar.html" class="calendar"></a>
<a href="resources.html" class="resources"></a>
<a href="https://www.facebook.com/groups/141012042748209/" class="contact"></a>
</div>
<div class="mainBox">
<div class="padding">
<div class="leftBorder"></div>
<div class="rightBorder"></div>
<h1><span style="color: #2b9ec6;">A</span>nimation <span style="color: #2b9ec6;">A</span>nteaters</h1>
<br><br><br><br><br><br><br><br>
<h2 class="blue">Gallery</h2>
<a href="gallery-2013-2014.html" class="b">2013-2014</a><br>
<a href="gallery-2014-2015.html" class="b">2014-2015</a><br>
<b title="Coming soon!">2015-2016</b><br>
<a href="gallery-2016-2017.html" class="b">2016-2017</a>
<br><br>
<i>Note: You must have javascript enabled in order to view the galleries</i>
<center>
<img src="Images/sleeping.gif">
</center>
<br><br><br>
<div class="footer">
Join our <a href="mailing.html" class="b">mailing list</a> || Email us at [email protected]
</div>
</div>
</div>
</body>
</html>