-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
130 lines (111 loc) · 4.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GameBit--Welcome!</title>
<!-- Favicons -->
<link href="assets/images/icon.png" rel="icon">
<!-- CSS Files -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="logo">
<img src="assets/images/banner.png" alt="GameBit">
</div>
<div class="games-button">
<a href="#games"><h6>Games</h6></a>
</div>
<div class="get-button">
<a href="https://github.com/mayankkuthar/GameBit"><h6>GitHub Repo</h6></a>
</div>
</header>
<!-- ======= End of Header ======= -->
<div class="bg">
</div>
<div class="logo_banner">
<img src="assets/images/banner3.png" alt="">
</div>
<!-- ======= Games Section ======= -->
<div class="game-section" id="games">
<center><h1>Games</h1></center>
<div class="ever_flexed">
<div class="game_section_box">
<div class="border_around">
<div class="game_section_icon">
<a href="Game/Snake/snake_index.html" target="_blank">
<div class="icon_img_border">
<div class="icon_image">
<img style="border-radius: 25%;" src="assets/images/game_sec_img.jpg" alt="Snake king & Food">
</div>
</div>
<div class="icon_name">
<h2><center>Snake King <br>& Food</center></h2>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- ======= End of Game-Section ======= -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="details">
<h3>GameBit</h3>
<h4> GameBit is an open-source website project for web-games where everyone can play amazing web games and can also contribute to the project through GitHub, So have Fun and Enjoy!!!
<br><br>
<a href="mailto:[email protected]">E-mail: [email protected]</a>
<br><br>
</h4>
<h5>© Copyright GameBit. <br> All Rights Reserved <br>Designed by Mayank</h5>
</div>
<div class="games">
<h3> Top Games</h3>
<div class="flexed_li">
<div class="footer_icon">
<a href="Game/Snake/snake_index.html" target="_blank">
<img src="assets/images/icon_g1.jpg" alt="Snake king & Food">
<h4><center>Snake King <br>& Food</center></h4>
</a>
</div>
</div>
</div>
<div class="social">
<h3> Social Media:</h3>
<div class="flexed_li">
<div class="footer_icon">
<a href="https://www.linkedin.com/in/mayankkuthar/" target="_blank">
<img src="assets/images/linkedin.png">
<h4> <center>Linked-in</center> </h4>
</a>
</div>
<div class="footer_icon">
<a href="https://www.instagram.com/mayankkuthar/" target="_blank">
<img src="assets/images/instagram.png">
<h4> <center>Instagram</center> </h4>
</a>
</div>
</div>
<div class="flexed_li">
<div class="footer_icon">
<a href="https://github.com/mayankkuthar" target="_blank">
<img src="assets/images/github.png">
<h4> <center>GitHub</center> </h4>
</a>
</div>
<div class="footer_icon">
<a href="https://twitter.com/mayankkuthar" target="_blank">
<img src="assets/images/twitter.png">
<h4> <center>Twitter</center> </h4>
</a>
</div>
</div>
</div>
</footer>
<!-- ======= End of Header ======= -->
</body>
</html>