-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
138 lines (112 loc) · 3.42 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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<title>Flash games launch pad</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Caveat">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="icon" type="image/png" href="https://joercat.github.io/img/theunblockedcatfavicon.png">
<body style="background-color:black; color: White; text-decoration: none;">
<style>
.left-bar {
width: 200px;
height: 200vh;
background-color: blue;
position: absolute;
top: 0;
left: 0;
padding: 20px;
}
.main-content {
margin-left: 150px;
padding: 20px;
}
h5 {
color: white;
}
h6 {
color: white;
}
p {
color: black;
}
.title {
color: white;
}
.img {
margin-right: 75px;
}
.font1 {
font-family: 'Caveat';
color: white;
text-decoration: none;
}
.name {
color: white;
font-size: 23px;
font-weight: extra light;
font-family: 'Raleway';
}
.name2 {
color: white;
font-size: 19px;
font-weight: extra light;
font-family: 'Raleway';
}
.largeimg {
margin-left: 900px;
margin-top: -150px;
postion: top;
}
.welcome {
margin-top: 140px;
font-family: 'Raleway';
font-size: 45px;
font-weight: 'extra light';
color: blue;
}
.note {
margin-top: 80px;
font-family: 'caveat';
font-size: 25px;
font-weight: 'extra light';
color: blue;
}
.small-name {
color: white;
font-size: 16px;
font-weight: extra light;
font-family: 'Raleway';
}
}
</style>
<center>
<div class="left-bar">
<br>
<br>
<br>
<img class="img" src="https://joercat.github.io/img/theunblockedcatnoblue.png" alt="the unblocked cat" width="36" height="36">
<br>
<br>
<br>
<h5 class="name">The Unblocked cat</h5>
<h6 class="small-name">Flash games</h6>
<br>
<br>
<a class="font1" href="https://joercat.github.io"><h4>Home<h4></a>
<a class="font1" href="https://joercat.github.io/flash/dl1/"><h4>Duck life 1<h4></a>
<a class="font1" href="https://joercat.github.io/flash/dl2/"><h4>Duck life 2<h4></a>
<a class="font1" href="https://joercat.github.io/flash/dl3/"><h4>Duck life 3<h4></a>
<a class="font1" href="https://joercat.github.io/flash/dl4/"><h4>Duck life 4<h4></a>
<a class="font1" href="https://joercat.github.io/flash/btd1/"><h4>Baloons TD<h4></a>
<a class="font1" href="https://joercat.github.io/flash/btd2/"><h4>Baloons TD 2<h4></a>
<a class="font1" href="https://joercat.github.io/flash/btd3/"><h4>Baloons TD 3<h4></a>
<a class="font1" href="https://joercat.github.io/flash/btd4/"><h4>Baloons TD 4<h4></a>
<a class="font1" href="https://joercat.github.io/flash/btd4e/"><h4>Baloons TD 4 expansion pack<h4></a>
<a class="font1" href="https://joercat.github.io/flash/btd5/"><h4>Baloons TD 5<h4></a>
<a class="font1" href="https://joercat.github.io/flash/doodlejump/"><h4>Doodle jump<h4></a>
<a class="font1" href="https://joercat.github.io/flash/tetris/"><h4>Tetris<h4></a>
<a class="font1" href="https://joercat.github.io/flash/hw/"><h4>Happy wheels<h4></a>
</div>
<div class="main-content">
<div><h1 class="welcome" >Welcome to the unblocked cat</h1>
<img class="largeimg" src="https://joercat.github.io/img/theunblockedcatnoblue.png" alt="the unblocked cat" width="134" height="134">
<h1 class="note" >This is the flash section</h1>
</div>
</center>