forked from cadcad302/life
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
604 lines (578 loc) · 25.3 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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/flaticon.css">
<link rel="stylesheet" href="/assets/css/remixicon.css">
<link rel="stylesheet" href="/assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="/assets/css/fancybox.css">
<link rel="stylesheet" href="/assets/css/jquery-ui-min.css">
<link rel="stylesheet" href="/assets/css/aos.css">
<link rel="stylesheet" href="/assets/css/style.css?v=1">
<link rel="stylesheet" href="/assets/css/dark-theme.css">
<link rel="stylesheet" href="/assets/css/responsive.css">
<title>BitLife Online - Life Simulator</title>
<link rel="icon" type="image/png" href="/assets/icon.png">
<meta name="google-site-verification" content="N5PrUi4Odpkn67xU4IzRPenwrQQuGq6x9m2_mAZ8duE" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2485663923316878"
crossorigin="anonymous"></script>
</head>
<body>
<div class="switch-theme-mode">
<label id="switch" class="switch">
<input type="checkbox" onchange="toggleTheme()" id="slider">
<span class="slider round"></span>
</label>
</div>
<div class="page-wrapper">
<header class="header-wrap style2">
<div class="container">
<nav class="navbar navbar-expand-md navbar-light">
<a class="navbar-brand" href="/">
<img class="logo-light" src="/assets/bitlife-game-simulator-logo.png" alt="logo">
<img class="logo-dark" src="/assets/bitlife-game-simulator-logo.png" alt="logo">
</a>
<div class="collapse navbar-collapse main-menu-wrap" id="navbarSupportedContent">
<div class="menu-close d-lg-none">
<a href="javascript:void(0)">
<i class="ri-close-line"></i>
</a>
</div>
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a href="/" class="nav-link"> Home </a>
</li>
<li class="nav-item">
<a href="/list.html" class="nav-link"> List </a>
</li>
<li class="nav-item">
<a href="/category/car.html" class="nav-link">Car</a>
</li>
<li class="nav-item">
<a href="/category/action.html" class="nav-link">Action</a>
</li>
<li class="nav-item">
<a href="/category/shooting.html" class="nav-link">Shooting</a>
</li>
<li class="nav-item">
<a href="/category/running.html" class="nav-link">Running</a>
</li>
<li class="nav-item">
<a href="/category/stickman.html" class="nav-link">Stickman</a>
</li>
<li class="nav-item">
<a href="/category/android.html" class="nav-link"> Android Game </a>
</li>
</ul>
</div>
</nav>
<div class="mobile-bar-wrap">
<div class="mobile-menu d-lg-none">
<a href="javascript:void(0)">
<i class="ri-menu-line"></i>
</a>
</div>
</div>
</div>
</header>
<div class="search-area">
<div class="container">
<button type="button" class="close-searchbox">
<i class="ri-close-line"></i>
</button>
</div>
</div>
<div class="content-wrapper">
<section class="auction-details-wrap ptb-30">
<div class="ads">
<div class="label-ads">-ADVERTISEMENTS-</div>
<div class="detail-ads">
<!-- bitlife auto -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-2485663923316878"
data-ad-slot="8012641758"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div class="label-ads">-ADVERTISEMENTS-</div>
</div>
<div id="game-container">
</div>
<div class="container">
<div class="row gx-5 align-items-center">
<div class="col-xl-5 col-lg-6">
<div class="auction-item-img">
<img src="/assets/image.png" alt="Image">
</div>
</div>
<div class="col-xl-7 col-lg-6">
<div class="single-auction-desc">
<div class="single-auction-metainfo">
<span class="item-popularity">
<i class="ri-heart-line"></i>234 </span>
<span class="item-views">
<i class="ri-eye-line"></i>22.235 people play </span>
</div>
<h1>BitLife Life Simulator</h1>
<div class="auction-bid">
<div class="bid-btn">
<a type="button" href="/play.html" class="btn style1">Play</a>
<!-- <button type="button" class="btn style1" onclick="playGame()">Play</button> -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ads">
<div class="label-ads">-ADVERTISEMENTS-</div>
<div class="detail-ads">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2485663923316878"
crossorigin="anonymous"></script>
<!-- bitlife_detail_2 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-2485663923316878"
data-ad-slot="7803419154"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div class="label-ads">-ADVERTISEMENTS-</div>
</div>
</section>
<div class="container pb-100">
<div class="single-auction-tab">
<ul class="nav nav-tabs auction-tablist" role="tablist">
<li class="nav-item">
<button class="nav-link active" data-bs-toggle="tab" data-bs-target="#tab_1" type="button" role="tab">Description</button>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane fade show active" id="tab_1" role="tabpanel">
<div class="auction-item-desc">
<h3>What will you do with your BitLife?</h3>
<p>
Will you strive to make all the correct decisions in order to become a model citizen before you die? You may marry the love of your life, have children, and get a solid education all while.</p>
<p>Or will you make decisions that will frighten your parents? You may become a criminal, fall in love or embark on adventures, cause jail riots, sneak duffle bags, or cheat on your spouse. You get to select your tale... </p>
<p>Discover how your life decisions, one by one, may add up to decide your success in the game of life.
Interactive narrative games have been around for quite some time. However, this is the first text-based life simulator that genuinely mashes up and simulates life.
</p>
<!-- <ul class="content-feature-list style2 list-style">
<li>Top </li>
</ul> -->
</div>
</div>
</div>
</div>
</div>
<section class="popular-wrap pb-75">
<div class="container">
<div class="section-title text-center mb-40">
<h2>New Category</h2>
</div>
<div class="ads">
<div class="label-ads">-ADVERTISEMENTS-</div>
<div class="detail-ads">
<!-- bitlife home 2 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-2485663923316878"
data-ad-slot="1048612306"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div class="label-ads">-ADVERTISEMENTS-</div>
</div>
<div class="popular-slider-1 auction-item-wrap">
<div class="auction-card style9">
<div class="auction-img">
<img src="/category/img/hot.png" alt="Hot Game">
<button type="button" class="btn style1" onclick="location.href='/category/hot.html'">Play</button>
</div>
<div class="auction-info-wrap">
<div class="auction-title">
<h3>
<a href="/category/hot.html">Hot Game</a>
</h3>
</div>
</div>
</div>
<div class="auction-card style9">
<div class="auction-img">
<img src="/category/img/io.png" alt="Io Games">
<button type="button" class="btn style1" onclick="location.href='/category/io.html'">Play</button>
</div>
<div class="auction-info-wrap">
<div class="auction-title">
<h3>
<a href="/category/io.html">Io Games</a>
</h3>
</div>
</div>
</div>
<div class="auction-card style9">
<div class="auction-img">
<img src="/assets/logo/nowgg.png" alt="Now GG">
<button type="button" class="btn style1" onclick="location.href='/category/android.html'">Play</button>
</div>
<div class="auction-info-wrap">
<div class="auction-title">
<h3>
<a href="/category/android.html">NowGG Game</a>
</h3>
</div>
</div>
</div>
<div class="auction-card style9">
<div class="auction-img">
<img src="/category/img/2player.png" alt="2 Player Games">
<button type="button" class="btn style1" onclick="location.href='/category/2-player.html'">Play</button>
</div>
<div class="auction-info-wrap">
<div class="auction-title">
<h3>
<a href="/category/2-player.html">2 Player Games</a>
</h3>
</div>
</div>
</div>
<div class="auction-card style9">
<div class="auction-img">
<img src="/category/img/action.png" alt="Action Games">
<button type="button" class="btn style1" onclick="location.href='/category/action.html'">Play</button>
</div>
<div class="auction-info-wrap">
<div class="auction-title">
<h3>
<a href="/category/action.html">Action Games</a>
</h3>
</div>
</div>
</div>
<div class="auction-card style9">
<div class="auction-img">
<img src="/category/img/adventure.png" alt="Adventure Games">
<button type="button" class="btn style1" onclick="location.href='/category/adventure.html'">Play</button>
</div>
<div class="auction-info-wrap">
<div class="auction-title">
<h3>
<a href="/category/adventure.html">Adventure Games</a>
</h3>
</div>
</div>
</div>
<div class="auction-card style9">
<div class="auction-img">
<img src="/category/img/car.png" alt="Car Games">
<button type="button" class="btn style1" onclick="location.href='/category/car.html'">Play</button>
</div>
<div class="auction-info-wrap">
<div class="auction-title">
<h3>
<a href="/category/car.html">Car Games</a>
</h3>
</div>
</div>
</div>
<div class="auction-card style9">
<div class="auction-img">
<img src="/category/img/flash.png" alt="Flash Games">
<button type="button" class="btn style1" onclick="location.href='/category/flash.html'">Play</button>
</div>
<div class="auction-info-wrap">
<div class="auction-title">
<h3>
<a href="/category/flash.html">Flash Games</a>
</h3>
</div>
</div>
</div>
<div class="auction-card style9">
<div class="auction-img">
<img src="/category/img/idle.png" alt="Idle Games">
<button type="button" class="btn style1" onclick="location.href='/category/idle.html'">Play</button>
</div>
<div class="auction-info-wrap">
<div class="auction-title">
<h3>
<a href="/category/idle.html">Idle Games</a>
</h3>
</div>
</div>
</div>
<div class="auction-card style9">
<div class="auction-img">
<img src="/category/img/puzzle.png" alt="Puzzle Games">
<button type="button" class="btn style1" onclick="location.href='/category/Puzzle.html'">Play</button>
</div>
<div class="auction-info-wrap">
<div class="auction-title">
<h3>
<a href="/category/puzzle.html">Puzzle Games</a>
</h3>
</div>
</div>
</div>
<div class="auction-card style9">
<div class="auction-img">
<img src="/category/img/running.png" alt="Run Games">
<button type="button" class="btn style1" onclick="location.href='/category/running.html'">Play</button>
</div>
<div class="auction-info-wrap">
<div class="auction-title">
<h3>
<a href="/category/running.html">Run Games</a>
</h3>
</div>
</div>
</div>
<div class="auction-card style9">
<div class="auction-img">
<img src="/category/img/shooting.png" alt="Shooting Games">
<button type="button" class="btn style1" onclick="location.href='/category/shooting.html'">Play</button>
</div>
<div class="auction-info-wrap">
<div class="auction-title">
<h3>
<a href="/category/shooting.html">Shooting Games</a>
</h3>
</div>
</div>
</div>
<div class="auction-card style9">
<div class="auction-img">
<img src="/category/img/simulator.png" alt="Simulator Games">
<button type="button" class="btn style1" onclick="location.href='/category/simulator.html'">Play</button>
</div>
<div class="auction-info-wrap">
<div class="auction-title">
<h3>
<a href="/category/simulator.html">Simulator Games</a>
</h3>
</div>
</div>
</div>
<div class="auction-card style9">
<div class="auction-img">
<img src="/category/img/skill.png" alt="Skill Games">
<button type="button" class="btn style1" onclick="location.href='/category/skill.html'">Play</button>
</div>
<div class="auction-info-wrap">
<div class="auction-title">
<h3>
<a href="/category/skill.html">Skill Games</a>
</h3>
</div>
</div>
</div>
<div class="auction-card style9">
<div class="auction-img">
<img src="/category/img/sport.png" alt="Sport Games">
<button type="button" class="btn style1" onclick="location.href='/category/sport.html'">Play</button>
</div>
<div class="auction-info-wrap">
<div class="auction-title">
<h3>
<a href="/category/sport.html">Sport Games</a>
</h3>
</div>
</div>
</div>
<div class="auction-card style9">
<div class="auction-img">
<img src="/category/img/stickman.png" alt="Stickman Games">
<button type="button" class="btn style1" onclick="location.href='/category/stickman.html'">Play</button>
</div>
<div class="auction-info-wrap">
<div class="auction-title">
<h3>
<a href="/category/stickman.html">Stickman Games</a>
</h3>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="popular-wrap pb-75" id="gamenew">
<div class="container">
<div class="section-title text-center mb-40">
<h2>Similar BitLife Game</h2>
</div>
<div class="ads">
<div class="label-ads">-ADVERTISEMENTS-</div>
<div class="detail-ads">
<!-- bitlife home 2 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-2485663923316878"
data-ad-slot="9801200291"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div class="label-ads">-ADVERTISEMENTS-</div>
</div>
<div class="popular-slider-1 auction-item-wrap">
</div>
</div>
</section>
</div>
<footer class="footer-wrap bg-f pt-100 ">
<img src="/assets/img/section-shape-1.png" alt="Image" class="section-shape">
<div class="container">
<div class="row pb-75">
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 pe-xl-5">
<div class="footer-widget">
<a href="/" class="footer-logo">
<img src="/assets/bitlife-game-simulator-logo.png" alt="Image">
</a>
<p class="comp-desc"> Play Best of BitLife Online on ChromeBook at School . </p>
<ul class="social-profile list-style style1">
<li>
<a target="_blank" href="#">
<i class="flaticon-facebook"></i>
</a>
</li>
<li>
<a target="_blank" href="#">
<i class="flaticon-twitter"></i>
</a>
</li>
<li>
<a target="_blank" href="#">
<i class="flaticon-instagram"></i>
</a>
</li>
<li>
<a target="_blank" href="#">
<i class="flaticon-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-xl-3 col-lg-2 col-md-6 col-sm-6">
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 ps-xl-4 ps-lg-5">
</div>
<div class="col-xl-2 col-lg-3 col-md-6 col-sm-6">
<div class="footer-widget">
<h3 class="footer-widget-title">Other Link</h3>
<ul class="footer-menu list-style">
<li>
<a href="#" target="_blank">
<i class="flaticon-next-1"></i> About Us </a>
</li>
<li>
<a href="#" target="_blank">
<i class="flaticon-next-1"></i> Contact Us </a>
</li>
<li>
<a href="#" target="_blank">
<i class="flaticon-next-1"></i> privacy Policy </a>
</li>
<li>
<a href="#" target="_blank">
<i class="flaticon-next-1"></i> Terms & Conditions </a>
</li>
</ul>
</div>
</div>
</div>
<p class="copyright-text">
<i class="ri-copyright-line"></i>
<script>
document.write(new Date().getFullYear())
</script>
<span>bitlifeonline.github.io</span>. All Rights Reserved By <a href="#" target="_blank">TBG95 Group</a>
</p>
</div>
</footer>
</div>
<a href="javascript:void(0)" class="back-to-top bounce">
<i class="ri-arrow-up-s-line"></i>
</a>
<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/js/bootstrap.bundle.min.js"></script>
<script src="/assets/js/form-validator.min.js"></script>
<script src="/assets/js/contact-form-script.js"></script>
<script src="/assets/js/aos.js"></script>
<script src="/assets/js/owl.carousel.min.js"></script>
<script src="/assets/js/jquery.countdown.min.js"></script>
<script src="/assets/js/jquery-ui-min.js"></script>
<script src="/assets/js/fancybox.js"></script>
<script src="/assets/js/mixitup.min.js"></script>
<script src="/assets/js/jquery.appear.js"></script>
<script src="/assets/js/tweenmax.min.js"></script>
<script src="/assets/js/main.js"></script>
<script>
function playGame(){
document.querySelector('#game-container').innerHTML = `<iframe src="https://bitlifeonline.github.io/class/index.html" id="gameframe" frameborder="0" style="width: 100%;height:85vh"></iframe>`;
}
// popular-slider-1
function loadGA(){
var r = document.createElement("script");
r.setAttribute("src", "https://www.googletagmanager.com/gtag/js?id=G-VDZ4RQ4RXR"), r.setAttribute("type", "text/javascript"), r.setAttribute("crossOrigin", "anonymous"), r.onload = function (){
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VDZ4RQ4RXR');
},document.head.appendChild(r);
}
$( document ).ready(function() {
loadGA();
const start = Date.now();
fetch("/json/all.json?v="+start,{
headers: {
'Content-Type': 'application/json',
},
}).then(response => response.json())
.then(data => {
// console.log(data);
listGame = data;
var html = "";
for (var j=0; j<listGame.length; j++) {
var tmp = "";
var item = listGame[j];
var slug = item.slug;
if(slug == '/'){
slug = '/';
} else {
slug = `/${item.slug}.html`;
}
html += `<div class="auction-card style9">
<div class="auction-img">
<img src="${item.img}" style="width:100%;height:100%" alt="${item.title}">
<button type="button" class="btn style1" onclick="location.href='${slug}'">Play</button>
</div>
<div class="auction-info-wrap">
<div class="auction-title">
<h3>
<a href="${slug}">${item.title}</a>
</h3>
</div>
</div>
</div>`;
}
document.querySelector('#gamenew .popular-slider-1').innerHTML = html;
})
});
</script>
</body>
</html>