-
Notifications
You must be signed in to change notification settings - Fork 0
/
games.html
153 lines (150 loc) · 5.77 KB
/
games.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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="favicon.ico">
<title>Nailuj's Website</title>
<link href="https://fonts.googleapis.com/css?family=Chakra+Petch|Dokdo|Jua|Mina|Quicksand|Skranji" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
<meta name="description" content="Official website of Nailuj29gaming on YouTube">
<meta name="keywords" content="Nailuj,Nailuj29,gaming,Nailuj29gaming,pokemon,TCG,Epic Pokemon Pullz">
<meta charset="UTF-8">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="script.js"></script>
</head>
<!--Main-->
<body style="margin:0px">
<div id="all">
<div class="banner" onclick="window.location.href='index.html'">
Nailuj29<span class="gaming">gaming</span>
</div>
<!--Menubar-->
<div class="menubar" id="mb1"></div>
<div class="menubar" id="mb2"></div>
<div class="menubar" id="mb3"></div>
<div class="menubar-item" id="mbi1" onclick="window.location.href='youtube.html'">
<br>YouTube
</div>
<div class="midmenubar-item" id="mbi2s">
<br>Games
</div>
<div class="menubar-item" id="mbi3" onclick="location.href='Coding.html'">
<br>Coding
</div>
<div class="margin">
<!-- margin for main header-->
</div>
<div class="bg1">
<div class="intro">
<h1>Games</h1>
</div>
</div>
<div class="maingames">
<h2 class="header">
Top ten games I want to play on my YouTube channel<sup>+</sup>
</h2>
<table>
<tr>
<th>Place</th>
<th>Name</th>
<th>Genre</th>
<th>Release date</th>
</tr>
<tr>
<td>10</td>
<td>Pokémon Let's Go</td>
<td>RPG, adventure</td>
<td>11/16/18</td>
</tr>
<tr>
<td>9</td>
<td>Zelda Switch</td>
<td>RPG, adventure</td>
<td>???</td>
</tr>
<!--the only reason these are last is we know nearly nothing about them.-->
<tr>
<td>8</td>
<td>Pokémon USUM</td>
<td>RPG, adventure</td>
<td>11/17/17</td>
</tr>
<tr>
<td>7</td>
<td>Super Mario Maker</td>
<td>Platform</td>
<td>9/11/15</td>
</tr>
<tr>
<td>6</td>
<td>Kirby Star Allies</td>
<td>platform</td>
<td>3/16/18</td>
</tr>
<tr>
<td>5</td>
<td>Legend of Zelda: Breath of the Wild</td>
<td>RPG, adventure</td>
<td>3/3/17</td>
</tr>
<tr>
<td>4</td>
<td>Portal 2</td>
<td>puzzle</td>
<td>4/19/11</td>
</tr>
<tr>
<td>3</td>
<td>Splatoon 2</td>
<td>Third Person Shooter</td>
<td>7/21/17</td>
</tr>
<tr>
<td>2</td>
<td>Super Mario Odyssey</td>
<td>Platformer</td>
<td>10/27/18</td>
<tr>
<td>1</td>
<td>Minecraft</td>
<td>Sandbox</td>
<td>Holidays 2018*</td>
</tr>
</table>
<p>
<sup>+</sup>
Most of these are already released 🙁
</p>
<p>* 1.14 release</p>
<h2 class="header">Games I've played on my channel</h2>
<table>
<tr>
<th>Game name</th>
<th>Genre</th>
<th>Release Date</th>
</tr>
<tr>
<td>Pokemon TCG</td>
<td>Trading Card Game</td>
<td>1/9/1999</td>
</tr>
<tr>
<td>Pokemon TCGo</td>
<td>Trading Card Game</td>
<td>3/24/11</td>
</tr>
<tr>
<td>
Pokken Tournament<sup>++</sup>
</td>
<td>fighting game</td>
<td>7/16/15</td>
</tr>
</table>
<p>
<sup>++</sup>
I removed the video for the lack of views it was receiving.
</p>
</div>
</div>
</body>
</html>