-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
117 lines (93 loc) · 4.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GamingZone</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./index.css">
<link rel="icon" href="./media/ll.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap" rel="stylesheet">
</head>
<body>
<header>
<a href="https://github.com/sakshamceo/FunZone"><i class="fa fa-github fa-3x" aria-hidden="true" ></i></a>
</header>
<div class="banner">
<video src="bg1.mp4" autoplay muted loop type='mp4'></video>
<div class="imgbox">
<img id="looo" src="BG2.png" alt="">
</div>
<audio loop autoplay>
<source src="action_time.mp3" >
</audio>
</div>
<div id="content">
<h1 id="textt" style="font-family: 'Fredericka the Great', cursive;">FunZone</h1>
<div id="cir">
<div class="circles" id="c1">
<a href="./Games/game1/game1.html"><img class="images" src="./media/logo.jpg" alt=""></a>
</div>
<div class="circles" id="c2">
<a href="./Games/game2/game2.html"><img class="images" src="./media/logo.jpg" alt=""></a>
</div>
<div class="circles" id="c3">
<a href="./Games/game3/game3.html"><img class="images" src="./media/logo.jpg" alt=""></a>
</div>
<div class="circles" id="c4">
<a href="./Games/game4/game4.html"><img class="images" src="./media/logo.jpg" alt=""></a>
</div>
</div>
</div>
<footer>
<section class="sec-1">
<section class="about">
<h2>
Project Idea...!
</h2>
<p>This project is aimed at developing an full-stack web application that depicts online gaming developed using various full stack technologies. This Full Stack Project “GamingZone” has to be submitted in partial fulfilment of the requirements
for the award of the degree of Bachelor of Technology in Computer Science and Engineering at GLA University, Mathura supervised by Mr. Pankaj Kapoor. This project has to be completed in approximately three months and has to be executed
in modules,The general reason is to portray a complete and detailed picture of the overall process of creating to executing the games. Although providing a broad description of the overall decisional process, the intent is to focus
on the actual playing phase and interface</p>
</section>
<section class="link1">
<h2>Quick Links</h2>
<ul>
<li><a href="./other.html">About us</a></li>
<li><a href="mailto:GamingZone@gmail.com">Contact us</a></li>
<li><a href="./other.html">Contribute</a></li>
<li><a href="./other.html">Privacy Policy</a></li>
<li><a href="./other.html">Site-map</a></li>
<li><a href="./other.html">Disclaimer</a></li>
</ul>
</section>
<section class="link2">
<h2>Contact us</h2>
<ul>
<li>GLA University,Mathura </li>
<li><a href="tel:+919876543219">+919876543219</a></li>
<li><a href="mailto:GamingZone@gmail.com">GamingZone@gmail.com</a></li>
<li><a href="./other.html">GamingZone Team</a></li>
</ul>
</section>
</section>
<hr width="100%">
<section class="sec-2">
<h2>Register for Free >>><a href="./signup.html">Sign Up </a></h2>
</section>
<hr width="100%">
<section class="sec-3">
<ul>
<li><a href="https://www.facebook.com/GamingZoneOfficial/"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/gamezoneonline?lang=en"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/gamingzone/"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/company/gamingzonetv/about/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</section>
<section class="sec-4">
<h2>Copyright © 2021 All Rights Reserved by <span style="color: orange;">GamingZone</span></h2>
</section>
</footer>
</body>
</html>