-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
208 lines (196 loc) · 7.65 KB
/
services.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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=MuseoModerno&family=Orbitron&family=Palanquin:wght@100&family=Unica One&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Project</title>
</head>
<body>
<!-- navbar -->
<section class="navbar-2">
<div class="nav-container nav-flex">
<h1 class="logo-2">Gamify</h1>
<nav>
<input class="menu-btn-n" type="checkbox" id="menu-btn-n" />
<label class="menu-icon-n" for="menu-btn-n"><span class="navicon-n"></span></label>
<ul class="menu-n">
<li><a class="underline-hover-2" href="index.html">HOME</a></li>
<li><a class="underline-hover-2" href="games.html">GAMES</a></li>
<li><a class="underline-hover-2" href="products.html">PRODUCTS</a></li>
<li><a class="underline-hover-2" href="services.html">SERVICES</a></li>
<li><a class="underline-hover-2" href="about.html">ABOUT</a></li>
<li><a class="underline-hover-2" href="contact.html">CONTACT</a></li>
</ul>
</nav>
</div>
</div>
</section>
<!-- searchbar -->
<form>
<div class="service-header">
<div class="services">
<h2> GAMIFY <span class="changing-text">SERVICES</span></h2>
</div>
<div class="search-bar">
<input type="text" placeholder="search.." name="search" id="search">
<input type="submit" value="submit">
</div>
</div>
</form>
<div class="service-subscription">
<div class="subsc-sub">
<p>Choose a one, three or 12-month recurring payment plan1 and take your PlayStation experience to the next level.
</p>
</div>
<div class="plan-subs">
<p>Choose to pay annually and you'll save 50% compared to paying monthly, and 37% compared to the three-month
membership plan2.</p>
</div>
<section class="blogcontainer">
<h2> SUBSCRIBE TO GAMIFY PLUS </h2>
<div class="img-container">
<div>
<img class="img-area" src="image/ps-plus-12-months-image-block-01-24nov20$en-in.png" alt="">
<h3 class="game-main-title">RS. 2,999</h3>
</p>
</div>
<div>
<img class="img-area" src="image/ps-plus-3-months-image-block-01-24nov20$en-in.png" alt="">
<h3 class="game-main-title">RS. 1,999</h3>
</div>
<div>
<img class="img-area" src="image/ps-plus-1-months-image-block-01-24nov20$en-in.png" alt="">
<h3 class="game-main-title">RS. 4,99</h3>
</div>
<div>
</div>
</section>
</div>
<!-- services content -->
<section class="top-games-container">
<h2>GAMIFY SERVICES</h2>
<div class="img-container">
<div class="i-icon">
<i class="fas fa-user-lock fa-6x"></i>
<h4 class="service-main-title">USER SECURITY</h4>
</p>
</div>
<div class="i-icon">
<i class="fab fa-playstation fa-6x"></i>
<h4 class="service-main-title">PS SUBSCRIPTION</h4>
</div>
<div class="i-icon">
<i class="fas fa-headset fa-6x"></i>
<h4 class="service-main-title">24*7 SERVICE</h4>
</div>
<div class="i-icon">
<i class="fas fa-server fa-6x"></i>
<h4 class="service-main-title">SECURED SERVER</h4>
</div>
<div class="i-icon">
<i class="fas fa-network-wired fa-6x"></i>
<h4 class="service-main-title">USER DATABASE</h4>
</div>
<div class="i-icon">
<i class="fas fa-shopping-bag fa-6x"></i>
<h4 class="service-main-title">GAMIFY STORE</h3>
</div>
</div>
</section>
<!-- button -->
<div class="more-btn">
<button class=" button button-1">services...</button>
</div>
<!-- google Map -->
<div class="google-contact-container">
<div class="contact-in">
<div class="google-map">
<h3>Gamify Headquarter</h3>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3664.1511778329277!2d77.35972991480645!3d23.310273084808124!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x397c6633e4585727:0x296f51f7ef0498c7!2sRajiv Gandhi Proudyogiki Vishwavidyalaya!5e0!3m2!1sen!2sin!4v1625091590758!5m2!1sen!2sin"
width="100%" height="239px" class="map-container" style="border:0;" allowfullscreen=""
loading="lazy"></iframe>
</div>
</div>
<div class="contact-form">
<h3>Contact Form</h3>
<form>
<input class="contact-form-txt" type="text" name="text" placeholder="Full Name" />
<input class="contact-form-txt" type="email" name="email" placeholder="Email" />
<textarea class="contact-form-txtarea" name="Message" placeholder="Message"></textarea>
<input class="contact-form-btn" type="submit" name="sumit" />
</form>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<div class="footer-container">
<div class="row">
<div class="footer-col">
<h4>GAMIFY</h4>
<ul>
<li><a href="about.html">About us</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="products.html">Products</a></li>
</ul>
</div>
<div class="footer-col">
<h4>GAMES</h4>
<ul>
<li><a href="#">Trending</a></li>
<li><a href="#">New Released</a></li>
<li><a href="#">Featured</a></li>
<li><a href="#">Classic</a></li>
</ul>
</div>
<div class="footer-col">
<h4>PRODUCTS</h4>
<ul>
<li><a href="#">New PS4</a></li>
<li><a href="#">Game Controller</a></li>
<li><a href="#">Game Remote</a></li>
<li><a href="#">Game DVD</a></li>
</ul>
</div>
<div class="footer-col">
<h4>CONTACT</h4>
<div class="contact-details">
<ul>
<li><a href="#"><i class="fas fa-map-marker-alt"></i> Gamify Adress</a></li>
<li><a href="#"><i class="fas fa-phone-alt"></i> 91 0123456789</a></li>
<li><a href="#"><i class="far fa-envelope"></i> [email protected]</a></li>
</ul>
</div>
</div>
<div class="footer-col">
<h4>FOLLOW ON</h4>
<div class="social-links">
<a href="#"><i class="fab fa-facebook fa-2x"></i></a>
<a href="#"><i class="fab fa-twitter fa-2x"></i></a>
<a href="#"><i class="fab fa-instagram fa-2x"></i></a>
</div>
</div>
</div>
<div </div>
</div>
</footer>
<!-- footer-bottom -->
<div class="bottom-footer">
<div class="bottom-text">
<p><a href="index.html">gamify</a> © 2021, All Right Reserved</p>
</div>
</div>
</body>
</html>