-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGamenix-Relive the games.html
208 lines (147 loc) · 7.42 KB
/
Gamenix-Relive the 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width , initial-scale=1.0" name="viewport">
<link href="style.css" rel="stylesheet">
<link href="responsive.css" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/multistrokes" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/contra" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js">
</script>
<link
href='https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic'
rel='stylesheet' type='text/css'>
<title>Gamenix</title>
<link href="logo1.png" rel="shortcut icon">
<!--This is to import icon library for the hamburger (bars) menu-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div class="topnav" id="myTopnav">
<img alt="logo" class="nav-logo" src="logo1.png"> <a href="#home">Home</a> <a href="#about">About</a> <a
href="#myForm">Contact Us</a>
<div class="dropdown">
<button class="dropbtn">Game Menu <i class="fa fa-caret-down"></i></button>
<div class="dropdown-content">
<a href="#pong">PONG</a> <a href="#snake">SNAKE</a> <a href="#gun-shot">GUN SHOT</a> <a
href="#space-invader">SPACE INVADER</a> <a href="#catch">CATCH ME IF YOU CAN</a>
</div>
</div>
<a class="icon" href="javascript:void(0);" onclick="myFunction()" style="font-size:22px;">☰</a>
</div>
<div class="slideshow-container">
<div class="mySlides fade"><img class="slide-images" src="slide1.png">
</div>
<div class="mySlides fade"><img class="slide-images" src="slide2.png">
</div>
<div class="mySlides fade"><img class="slide-images" src="slide3.png">
</div>
<div class="mySlides fade"><img class="slide-images" src="slide6.png">
</div>
<div class="mySlides fade"><img class="slide-images" src="slide4.png">
</div>
<div class="mySlides fade">
<img class="slide-images" src="slide5.png">
<div class="btn-bar">
<a class="btn" href="https://www.youtube.com/channel/UCUQ76H9Zo8AaMuYE2Qzl2uQ"> Subscribe</a> <a class="btn" href="https://www.youtube.com/watch?v=Ovib_gUiinc">Watch
Video</a>
</div>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a> <a class="next" onclick="plusSlides(1)">❯</a>
</div>
<div class="yo">
<section class="section" id="services">
<div class="paras">
<p class="sectionTag text-big" id="pong">PONG <a href="game1.html" target="_blank"><img class="play-button" id="pbtn"
src="play%20button.png"></a> <i class="fa fa-thumbs-up" onclick="myFunction1(this)"></i></p>
<p class="sectionSubTag text-small">If you google “First game created” likely Pong will pop up, It’s not
officially the first game to be created, but it is the first commercially successful. It was created in June
1972!</p>
</div>
<div class="thumbnail"><img alt="laptop image" class="imgFluid" src="ping.gif">
</div>
</section>
<section class="section section-left">
<div class="paras">
<p class="sectionTag text-big" id="snake">SNAKE <a href="snake.html" target="_blank"><img class="play-button" id="pbtn"
src="play%20button.png"></a> <i class="fa fa-thumbs-up" onclick="myFunction1(this)"></i></p>
<p class="sectionSubTag text-small">The player controls a long, thin creature, resembling a snake, which roams
around on a bordered plane, picking up food (or some other item), trying to avoid hitting its own tail or the
edges of the playing area. Each time the snake eats a piece of food, its tail grows longer, making the game
increasingly difficult.</p>
</div>
<div class="thumbnail"><img alt="game image" class="imgFluid" src="snake%20game.gif">
</div>
</section>
<section class="section">
<div class="paras">
<p class="sectionTag text-big" id="gun-shot">Gun Shot <a href="gun%20shot.html" target="_blank"><img
class="play-button" id="pbtn" src="play%20button.png"></a> <i class="fa fa-thumbs-up"
onclick="myFunction1(this)"></i></p>
<p class="sectionSubTag text-small">Gun shot is a brilliant game . It's pretty simple game . its multiplayer
game that can be played on one device</p>
</div>
<div class="thumbnail"><img alt="game image" class="imgFluid" src="gunshot.gif">
</div>
</section>
<section class=" section section-left">
<div class="paras">
<p class="sectionTag text-big" id="space-invader">SPACE INVADERS <a href="space%20invade.html"
target="_blank"><img class="play-button" id="pbtn" src="play%20button.png"></a> <i class="fa fa-thumbs-up"
onclick="myFunction1(this)"></i></p>
<p class="sectionSubTag text-small">By far the most popular game released in 1978 was Space Invaders. In just 4
years it had grossed 3.8 billion, and it needs no introduction.This is fun to play in free time.It's a litte
addictive game for children , So play it cautiously.</p>
</div>
<div class="thumbnail"><img alt="game image" class="imgFluid" src="space%20invaders.gif">
</div>
</section>
<section class="section">
<div class="paras">
<p class="sectionTag text-big" id="catch">Catch me if you can <a href="catch.html" target="_blank"><img
class="play-button" id="pbtn" src="play%20button.png"></a> <i class="fa fa-thumbs-up"
onclick="myFunction1(this)"></i></p>
<p class="sectionSubTag text-small">A fun little endless game that challenges your reflexes with endless fun. A small box that runs away from you whenver you come near it... Can You Catch It?? ;)</p>
</div>
<div class="thumbnail"><img alt="game image" class="imgFluid" src="catch.gif">
</div>
</section>
<section class="sectionf" id="contactME">
<img src="logo2.png" class="logo2" >
<h1>Contact Me</h1>
<form id="myForm">
<div class="field name-box">
<input id="name" placeholder="Who Are You?" type="text"> <label for="name">Name</label>
</div>
<div class="field email-box">
<input id="email" placeholder="[email protected]" type="text"> <label for="email">Email</label>
</div>
<div class="field msg-box">
<textarea id="msg" placeholder="Your message goes here..." rows="4"></textarea> <label
for="msg">Message</label>
</div>
<!-- <input class="button" type="submit" value="Send"> -->
<input class="button" type ="submit" value="Send" onclick="myFunction_1()">
</form>
</section>
</div>
<footer class="background">
<p class="text-footer">Copyright © 2021 Gamenix friends and co. - All rights reserved</p>
</footer>
<script language="Javascript">
window.onload=function(){
var mobile = (/iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()));
if (mobile) {
alert("Revisit on Desktop to play the games");
} else {
}
}
</script>
<script src="resp.js">
</script>
</body>
</html>