-
Notifications
You must be signed in to change notification settings - Fork 44
/
index.html
232 lines (229 loc) · 15.8 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
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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- description -->
<!-- link style -->
<link rel="stylesheet" href="./styles/bootstrap/bootstrap.css">
<link rel="stylesheet" href="./styles/style.css">
<!-- favicon -->
<title>GAMiFY - Home</title>
</head>
<body class="bg-blueGradiant f-regular">
<!-- ---------------- HEARDER ---------------- -->
<header class="d-flex justify-content-around align-items-center pt-3 container-lg">
<h1 class="f-bold text-white m-0">LOGO</h1>
<div>
<div class="d-lg-none d-md-flex d-sm-flex d-flex">
<button class="border border-white rounded" style="background-color:transparent;" onclick="toggleVisibility()"><svg xmlns="http://www.w3.org/2000/svg" fill="white" width="35" height="35" class="bi bi-list" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5"/>
</svg>
</button>
</div>
<div class="d-lg-inline d-md-none d-sm-none d-none">
<a class="text-white link-offset-3 link-underline-warning p-2" href="index.html">Home</a>
<a class="text-white link-underline link-underline-opacity-0 p-2" href="games.html">Games</a>
<a class="text-white link-underline link-underline-opacity-0 p-2" href="#foot">About us</a>
<a class="text-white link-underline link-underline-opacity-0 p-2" href="">News</a>
<a href=""><button class="btn btn-warning border border-0 bg-orange text-white m-2">light</button></a>
</div>
</div>
</header>
<!-- ---------------- MAIN ---------------- -->
<main>
<!-- ---------------- NavBar ---------------- -->
<div class="py-1 my-3 d-lg-none w-100 bg-purpleGradient" id="side">
<div class="text-center d-flex align-items-center justify-content-center flex-column">
<a class="my-1 text-white link-offset-3 link-underline-warning" href="index.html">Home</a></li>
<a class="my-1 text-white link-underline link-underline-opacity-0" href="games.html">Games</a></li>
<a class="my-1 text-white link-underline link-underline-opacity-0" href="#foot">About us</a></li>
<a class="my-1 text-white link-underline link-underline-opacity-0" href="">News</a></li>
<button class="object_pop my-1 btn btn-warning border border-0 bg-orange text-white px-3">light</button></li>
</div>
</div>
<!-- ---------------- SECTION1 ---------------- -->
<section class="d-flex justify-content-center flex-column-reverse flex-md-column-reverse flex-lg-row align-items-center my-4 container-lg">
<div class="col-lg-5 col-md-10 col-sm-10 col-10 p-3 text-white text-md-center text-sm-center text-center text-lg-start">
<p class="text-warning">Proverd By PEZHMAN.KM</p>
<h1 class="f-bold">Work That We Produce For Our Clients</h1>
<p class="my-4">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard.</p>
<a href="games.html"><button class="object_pop btn btn-warning border border-0 bg-orange text-white rounded-pill">Get more details</button></a>
</div>
<div class="position-relative">
<img class="live1 pic-MiniMain3 d-lg-inline d-md-none d-sm-none d-none" src="./assets/images/Unity.png" alt="">
<img class="live2 pic-MiniMain2 d-lg-inline d-md-none d-sm-none d-none" src="./assets/images/Cryengine.png" alt="">
<img class="live3 pic-MiniMain1 d-lg-inline d-md-none d-sm-noned-none d-none" src="./assets/images/Unrealengine.png" alt="">
<img class="pic-Main d-lg-inline d-md-inline d-sm-none d-none"src="./assets/images/JoyStick.png" alt="">
</div>
</section>
<!-- ---------------- SECTION2 ---------------- -->
<section>
<div class="d-flex justify-content-center align-items-center justify-content-lg-evenly justify-content-md-center justify-content-sm-center container-lg">
<h1 class="text-white f-bold">Currently Trending Games</h1>
<button class="object_pop btn border border-0 opacity-50 bg-white d-lg-inline d-md-none d-sm-none d-none text-black">SEE ALL </button>
</div>
<div class="d-flex justify-content-center align-items-center mt-4 row mx-auto container-lg">
<div class="card_effect card bg-blueGradiant border-0 col-12 col-lg-3 col-md-6 col-sm-12">
<img src="./assets/images/Bazi 01.jpg" class="image_Cards card-img-top rounded mx-auto" alt="...">
<div class="d-flex justify-content-center align-items-center">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="white" class="bi bi-fire" viewBox="0 0 16 16">
<path d="M8 16c3.314 0 6-2 6-5.5 0-1.5-.5-4-2.5-6 .25 1.5-1.25 2-1.25 2C11 4 9 .5 6 0c.357 2 .5 4-2 6-1.25 1-2 2.729-2 4.5C2 14 4.686 16 8 16m0-1c-1.657 0-3-1-3-2.75 0-.75.25-2 1.25-3C6.125 10 7 10.5 7 10.5c-.375-1.25.5-3.25 2-3.5-.179 1-.25 2 1 3 .625.5 1 1.364 1 2.25C11 14 9.657 15 8 15"/>
</svg>
<h5 class="card-title text-white text-center ms-1 mt-2">40 Followers</h5>
</div>
</div>
<div class="card_effect card bg-blueGradiant border-0 col-12 col-lg-3 col-md-6 col-sm-12">
<img src="./assets/images/Bazi 02.jpg" class="image_Cards card-img-top rounded mx-auto" alt="...">
<div class="d-flex justify-content-center align-items-center">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="white" class="bi bi-fire" viewBox="0 0 16 16">
<path d="M8 16c3.314 0 6-2 6-5.5 0-1.5-.5-4-2.5-6 .25 1.5-1.25 2-1.25 2C11 4 9 .5 6 0c.357 2 .5 4-2 6-1.25 1-2 2.729-2 4.5C2 14 4.686 16 8 16m0-1c-1.657 0-3-1-3-2.75 0-.75.25-2 1.25-3C6.125 10 7 10.5 7 10.5c-.375-1.25.5-3.25 2-3.5-.179 1-.25 2 1 3 .625.5 1 1.364 1 2.25C11 14 9.657 15 8 15"/>
</svg>
<h5 class="card-title text-white text-center ms-1 mt-2">40 Followers</h5>
</div>
</div>
<div class="card_effect card bg-blueGradiant border-0 col-12 col-lg-3 col-md-6 col-sm-12">
<img src="./assets/images/Bazi 03.jpg" class="image_Cards card-img-top rounded mx-auto" alt="...">
<div class="d-flex justify-content-center align-items-center">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="white" class="bi bi-fire" viewBox="0 0 16 16">
<path d="M8 16c3.314 0 6-2 6-5.5 0-1.5-.5-4-2.5-6 .25 1.5-1.25 2-1.25 2C11 4 9 .5 6 0c.357 2 .5 4-2 6-1.25 1-2 2.729-2 4.5C2 14 4.686 16 8 16m0-1c-1.657 0-3-1-3-2.75 0-.75.25-2 1.25-3C6.125 10 7 10.5 7 10.5c-.375-1.25.5-3.25 2-3.5-.179 1-.25 2 1 3 .625.5 1 1.364 1 2.25C11 14 9.657 15 8 15"/>
</svg>
<h5 class="card-title text-white text-center ms-1 mt-2">40 Followers</h5>
</div>
</div>
<div class="card_effect card bg-blueGradiant border-0 col-12 col-lg-3 col-md-6 col-sm-12">
<img src="./assets/images/Bazi 04.jpg" class="image_Cards card-img-top rounded mx-auto" alt="...">
<div class="d-flex justify-content-center align-items-center">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="white" class="bi bi-fire" viewBox="0 0 16 16">
<path d="M8 16c3.314 0 6-2 6-5.5 0-1.5-.5-4-2.5-6 .25 1.5-1.25 2-1.25 2C11 4 9 .5 6 0c.357 2 .5 4-2 6-1.25 1-2 2.729-2 4.5C2 14 4.686 16 8 16m0-1c-1.657 0-3-1-3-2.75 0-.75.25-2 1.25-3C6.125 10 7 10.5 7 10.5c-.375-1.25.5-3.25 2-3.5-.179 1-.25 2 1 3 .625.5 1 1.364 1 2.25C11 14 9.657 15 8 15"/>
</svg>
<h5 class="card-title text-white text-center ms-1 mt-2">40 Followers</h5>
</div>
</div>
</div>
</section>
<!-- ---------------- SECTION3 ---------------- -->
<section class="container-lg">
<div class="d-flex justify-content-center my-4">
<h1 class="text-white col-10 text-center f-bold">Lorem Ipsum is simply dummy text of the printing and typesetting industry</h1>
</div>
<div class="d-flex justify-content-center">
<div class="d-flex justify-content-center flex-column col-10 col-lg-5 col-md-10 col-sm-10 my-4 me-lg-6 me-md-0 me-sm-0 text-white">
<h1 class="f-bold">Lorem Ipsum</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,</p>
</div>
</div>
<div class="d-flex justify-content-center">
<img class="rounded-5 w-75" style="object-fit: cover; object-position: center -15px" src="./assets/images/SpiderMan.jpg" alt="" height="350" >
</div>
</section>
<!-- ---------------- SECTION4 ---------------- -->
<section class="container-lg">
<div class="text-white d-flex justify-content-center my-4">
<div class="text-white d-flex justify-content-center flex-column text-center">
<h1 class="f-bold">Our Recent Projects</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
</div>
</div>
<div class="my-3">
<div class="row container-lg d-flex justify-content-center align-items-center mx-auto">
<div class="row container-lg d-none d-sm-none d-md-none d-lg-flex justify-content-center align-content-center">
<div class="row container-lg m-2">
<img class="col-4 rounded-5" width="380" height="220" src="assets/images/Room 01.jpg" alt="">
<img class="col-4 rounded-5" width="380" height="220" src="assets/images/Room 02.jpg" alt="">
<img class="col-4 rounded-5" width="380" height="220" src="assets/images/Room 03.jpg" alt="">
</div>
<div class="row container-lg m-2">
<img class="col-2 rounded-5" width="240" height="220" src="assets/images/Room 04.jpg" alt="">
<img class="col-5 rounded-5" width="240" height="220" src="assets/images/Room 05.jpg" alt="">
<img class="col-5 rounded-5" width="240" height="220" src="assets/images/Room 06.jpg" alt="">
</div>
</div>
<div class="row container-lg d-none d-sm-none d-lg-none d-md-flex justify-content-center align-content-center">
<div class="row container-lg m-2">
<img class="col-7 rounded-5" width="380" height="220" src="assets/images/Room 01.jpg" alt="">
<img class="col-5 rounded-5" width="380" height="220" src="assets/images/Room 02.jpg" alt="">
</div>
<div class="row container-lg m-2">
<img class="col-5 rounded-5" width="240" height="220" src="assets/images/Room 05.jpg" alt="">
<img class="col-7 rounded-5" width="240" height="220" src="assets/images/Room 06.jpg" alt="">
</div>
<div class="row container-lg m-2">
<img class="col-3 rounded-5" width="240" height="220" src="assets/images/Room 04.jpg" alt="">
<img class="col-9 rounded-5" width="380" height="220" src="assets/images/Room 03.jpg" alt="">
</div>
</div>
<div class="row container-lg d-flex d-sm-flex d-md-none d-lg-none justify-content-center align-content-center">
<img class="col-11 rounded-5 my-2" width="380" height="220" src="assets/images/Room 01.jpg" alt="">
<img class="col-11 rounded-5 my-2" width="380" height="220" src="assets/images/Room 02.jpg" alt="">
<img class="col-11 rounded-5 my-2" width="380" height="220" src="assets/images/Room 03.jpg" alt="">
</div>
</div>
</div>
<div class="text-white d-flex justify-content-center">
<button class="object_pop btn border border-0 opacity-50 bg-white d-lg-inline d-md-none d-sm-none text-black">SEE ALL </button>
</div>
</section>
<!-- ---------------- SECTION5 ---------------- -->
<section class="container-lg">
<div class="d-flex justify-content-center">
<div class="d-flex justify-content-center text-center text-lg-start align-items-center align-items-lg-start align-items-md-center align-items-sm-center flex-column col-10 col-lg-5 col-md-10 col-sm-10 my-4 me-lg-6 me-0 me-md-0 me-sm-0 text-white">
<h1 class="f-bold">Lorem Ipsum</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
</div>
<div class="d-flex justify-content-center">
<div class="bg-box_bg py-2 w-75 d-flex flex-column align-items-center flex-sm-column flex-md-column flex-lg-row justify-content-center rounded-4">
<div class="d-flex justify-content-between flex-column text-center text-sm-center text-md-start text-lg-start align-items-center align-items-sm-center align-items-lg-start align-items-md-start mx-auto col-11 col-lg-5 col-md-11 col-sm-11">
<h1 class="f-bold text-white">Lorem Ipsum</h1>
<p class="text-white">Subscribe to receive the latest news and updates about TDA.We promise not to spam you!</p>
</div>
<div class="d-flex justify-content-center align-items-center mx-auto col-11 col-lg-5 col-md-11 col-sm-11">
<div class="search_bar">
<input style="border-style: none;" class="w-75" type="text" placeholder="Enter Email Address...">
<button class="btn btn-warning border border-0 bg-orange text-white">Continue</button>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- ---------------- FOOTER ---------------- -->
<footer class="bg-box_bg w-100" id="foot">
<div class="d-flex justify-content-center mt-5 pt-3 text-white">
<div class="py-2 d-flex justify-content-center row mx-auto container-lg">
<div class="d-flex justify-content-center flex-column col-12 col-lg-4 col-md-6 col-sm-12">
<h1 class="f-bold">LOGO</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<p>@Logo</p>
</div>
<div class="col-12 col-lg-2 col-md-6 col-sm-12">
<h3>About us</h3>
<ul style="list-style: none;">
<li>Zeux</li>
<li>Portfolio</li>
<li>Careers</li>
<li>Contact us</li>
</ul>
</div>
<div class="col-12 col-lg-3 col-md-12 col-sm-12">
<h3>Contact Us</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<p>+98 9114605574</p>
</div>
<div class="col-12 col-lg-2 col-md-12 col-sm-12 d-flex align-items-end justify-content-ld-start justify-content-md-start justify-content-sm-start justify-content-start">
<img class="object_pop bg-white rounded-circle p-1 mx-1" src="./assets/images/instagram.png" alt="" width="40">
<img class="object_pop bg-white rounded-circle p-1 mx-1" src="./assets/images/telegram.png" alt="" width="40">
<img class="object_pop bg-white rounded-circle p-1 mx-1" src="./assets/images/discord.png" alt="" width="40">
<img class="object_pop bg-white rounded-circle p-1 mx-1" src="./assets/images/pinterest.png" alt="" width="40">
</div>
</div>
</div>
<hr style="border-bottom: 5px solid white; margin-top: 20px;">
<div class="text-white text-center py-3">
<h4>Copyright ® 2022 All rights Rcerved To <b><i>PEZHMAN.KM</i></b></h4>
</div>
</footer>
<script src="./scripts/main.js"></script>
</body>
</html>