-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (52 loc) · 3.64 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
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
<!doctype html>
<html>
<head>
<title>The Real House Bitch</title>
<meta name="description" content="Decide the real house bitch once and for all." />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="image_src" href="https://s-media-cache-ak0.pinimg.com/236x/b8/08/84/b808846ad741b85f1a7e8efba6af6deb.jpg" />
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"/>
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"/>
</head>
<body>
<div>
<div class="em"></div>
<div class="titlebar">
<h1>The Real House Bitch</h1>
</div>
<div onmouseover="document.getElementById('player_list').style.opacity = '1'; document.getElementById('player_list').style.transition = 'all 0.6s'; " onmouseout="document.getElementById('player_list').style.opacity = '0'; document.getElementById('player_list').style.transition = 'all 5s';">
<ul id="player_list">
<a class="nostyle" href="stan.html" style="text-decoration : none"><li class="player_entry">Stan</li ></a>
<a class="nostyle" href="kingy.html" style="text-decoration : none"><li class="player_entry">Kingy</li></a>
<a class="nostyle" href="stevo.html" style="text-decoration : none"><li class="player_entry">Stevo</li></a>
<a class="nostyle" href="dizz.html" style="text-decoration : none"><li class="player_entry">Dizz</li ></a>
<a class="nostyle" href="louie.html" style="text-decoration : none"><li class="player_entry">Louie</li></a>
<a class="nostyle" href="marty.html" style="text-decoration : none"><li class="player_entry">Marty</li></a>
<a class="nostyle" href="lachy.html" style="text-decoration : none"><li class="player_entry">Lachy</li></a>
</ul>
</div>
</div>
<div class="option_bar">
<ul>
<li class="menu_entry" ><a href="#"></a>RaveCave</li>
<li class="menu_entry" onmouseover="document.getElementById('player_list').style.opacity = '1'; document.getElementById('player_list').style.transition = 'all 0.6s'; " onmouseout="document.getElementById('player_list').style.opacity = '0'; document.getElementById('player_list').style.transition = 'all 5s';"><a href="#"></a>Players</li>
<li class="menu_entry" onmouseover="document.getElementById('rattus_image').style.opacity = '0.15'; document.getElementById('rattus_image').style.transition = 'all 1.5s'; " onmouseout="document.getElementById('rattus_image').style.opacity = '0';" ><a href="#"></a>Rattus</li>
</ul>
</div>
<div id="rattus_image">
<img src="css/images/originalrattus.png";>
</div>
<div class="proceedbar">
<img src="https://s-media-cache-ak0.pinimg.com/236x/b8/08/84/b808846ad741b85f1a7e8efba6af6deb.jpg" width="50%";>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
</body>
</html>