-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
41 lines (37 loc) · 2.93 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
<!DOCTYPE html>
<html>
<head>
<link rel=icon type="image/gif" href="images/icons/GlitchWitchIcon.png" />
<title>Glitch Witch</title>
<link href="https://fonts.googleapis.com/css?family=Mina" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/homepage.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="content">
<div id="mainpic">
<img src="images/Glitch-Witch-Logo-Standing-Bex.png" alt="Glitch Witch Logo">
</div>
<div id="btn_container">
<div class="btn"><a href="pages/the-story.html"><img src="images/home_page_buttons/The_Story_Button.jpg" onmouseover="this.src='images/home_page_buttons/The%20Story%20Hover.png'"
onmouseout="this.src='images/home_page_buttons/The_Story_Button.jpg'"/></a></div>
<div class="btn"><a href="pages/characters.html"><img src="images/home_page_buttons/Characters_Button.jpg"onMouseOver="this.src='images/home_page_buttons/Characters%20Hover.png'" onMouseOut="this.src='images/home_page_buttons/Characters_Button.jpg'"/></a></div>
<div class="btn"><a href="pages/episodes.html"><img src="images/home_page_buttons/Episodes_Button.jpg" onMouseOver="this.src='images/home_page_buttons/Episodes%20Hover.png'" onMouseOut="this.src='images/home_page_buttons/Episodes_Button.jpg'"></a></div>
<div class="btn"><a href="pages/videos.html"><img src="images/home_page_buttons/Videos_Button.jpg" onmouseover="this.src='images/home_page_buttons/Videos%20Hover.png'"
onmouseout="this.src='images/home_page_buttons/Videos_Button.jpg'"></a></div>
<div class="btn"><a href="pages/games.html"><img src="images/home_page_buttons/Games_Button.jpg" onmouseover="this.src='images/home_page_buttons/Games%20Hover.png'"
onmouseout="this.src='images/home_page_buttons/Games_Button.jpg'"/></a></div>
<div class="btn"><a href="pages/storyboards.html"><img src="images/home_page_buttons/Extras_Button.png" onmouseover="this.src='images/home_page_buttons/ExtrasHover.png'"
onmouseout="this.src='images/home_page_buttons/Extras_Button.png'"/></a></div>
<div class="btn"><a href="pages/contact.html"><img src="images/home_page_buttons/Creator_Contact_Button.jpg"
onmouseover="this.src='images/home_page_buttons/Creator%20Contact%20Hover.png'"
onmouseout="this.src='images/home_page_buttons/Creator_Contact_Button.jpg'" /></a></div>
</div>
<!--<div id="social-media">
<h3>Follow Us</h3>
<a href="https://theglitchwitchblog.tumblr.com/"><img src="images/contact_page/tumblr.jpg" /></a>
<a href="https://www.youtube.com/channel/UCZ74EmCCA0KZyuUCGJhsyUA?view_as=subscriber"><img src="images/contact_page/youtube.jpg" /></a>
</div>-->
</div>
</body>
</html>