forked from ng3w-uv/WTL_Gaming_website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
180 lines (169 loc) · 9.13 KB
/
index.php
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
<?php
session_start(); ?>
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Ng3w Gaming</title>
<!--CSS-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- style css -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Responsive-->
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<!-- fevicon -->
<link rel="icon" href="images/fevicon.png" type="image/gif" />
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen">
</head>
<body class="main-layout">
<!--NavBar-->
<header>
<div class="header-top">
<?php include('Header.php') ?>
<section class="slider_section">
<div class="banner_main">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 ">
<div class="text-bg">
<h1>Welcome to <br> Ng3w Gaming </h1>
<span></span>
<a href="index.php#contact">Contact Us</a>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12">
<div class="text-img">
<figure><img src="images/img.jpg" /></figure>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</header>
<!--Contenct-->
<!--About-->
<div id="about" class="about">
<div class="container">
<div class="row">
<div class="col-xl-10 col-lg-10 col-md-12 col-sm-12">
<div class="about-box">
<h3> ABOUT US</h3>
<span>all games here</span>
<p>At the Ng3w Gaming page, our aim is to offer recreation that shows you that we really care! Not only have we got the best of them already added, but we can also guarantee that they are more coming on its way. We as a team decided to build something which is light hearted as well informational. Our team consists of 4 members each dedicated in different domains.
Our aim is to continue providing our customers with products that keep them happy as well as let them know their capabilities. User satisfaction is our priority and we are open to all types of discussion and suggestions.</p>
</div>
</div>
</div>
</div>
</div>
<!--Games-->
<div id="games" class="We_are">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="titlepage">
<h2>Games</h2>
<span>Click to play game</span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div id="main_slider" class="carousel slide banner-main" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="first-slide slideImg" src="images/typing.png" alt="First slide">
<div class="container">
<div class="carousel-caption relative">
<a href="Typing.php" class="gameLink">Typing Test</a>
</div>
</div>
</div>
<div class="carousel-item">
<img class="second-slide slideImg" src="images/memory.png" alt="Second slide">
<div class="container">
<div class="carousel-caption relative">
<a href="Memory.php" class="gameLink">Memory Game</a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#main_slider" role="button" data-slide="prev"> <i class='fa fa-angle-left'></i></a>
<a class="carousel-control-next" href="#main_slider" role="button" data-slide="next"> <i class='fa fa-angle-right'></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- contact us-->
<div id="contact" class="contact" style="background: url(images/contact.jpg);">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="titlepage">
<h3>Contact Us</h3>
</div>
</div>
</div>
<div class="white_bg">
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12">
<div class="contact">
<form action="contactus.php" method="post">
<div class="row">
<div class="col-sm-12">
<input class="contactus" placeholder="Name" type="text" name="name" minlength="3" required>
</div>
<div class="col-sm-12">
<input class="contactus" placeholder="Phone" type="text" name="phone" required>
</div>
<div class="col-sm-12">
<input class="contactus" placeholder="Email" type="text" name="email" required>
</div>
<div class="col-sm-12">
<textarea class="textarea" placeholder="Message" type="text" name="message" minlength="10" required></textarea>
</div>
<div class="col-sm-12">
<button class="send">Send</button>
</div>
</div>
</form>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12">
<div class="rable-box">
<figure><img src="images/contact1.jpg" alt="#" />
</div>
</div>
</div>
<div class="error">
<?php if (isset($_SESSION['error'])) {
echo $_SESSION['error'];
unset($_SESSION['error']);
} ?>
</div>
<div class="success">
<?php if (isset($_SESSION['success'])) {
echo $_SESSION['success'];
unset($_SESSION['success']);
} ?>
</div>
</div>
</div>
</div>
<!--Footer-->
<?php include('Footer.php') ?>
<!--JS-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>