-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
854 lines (716 loc) · 27 KB
/
index.html
File metadata and controls
854 lines (716 loc) · 27 KB
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
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Minecraft Website</title>
<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=Libre+Baskerville&family=Noto+Sans:wght@100;400;500&display=swap" rel="stylesheet">
<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=Libre+Baskerville&family=Noto+Sans&display=swap" rel="stylesheet">
<style>
@font-face {
font-family: Helvetica;
src: url();
}
body {
margin: 0;
padding: 0;
}
header {
background-color: #000;
padding: 15px 0;
height: 2px;
}
nav {
background-color: #171615;
overflow: hidden;
padding: 15px;
font-family: 'Noto Sans';
font-weight: 700;
font-size: small;
letter-spacing: 0.08em;
position: relative;
}
nav button{
position: absolute;
top: 20px;
left: 85%;
font-size: large;
width: 210px;
background-color: #3c8527;
color: white;
padding: 10px;
text-shadow: 0px 2px #2a641c;
box-shadow : inset 0 4px #52a535 ,inset 0 -4px #2a641c ,0 4px #00000040;
font-family: 'Noto Sans';
font-weight: 800;
letter-spacing: 1px;
}
.down{
position: absolute;
top: 28px;
left: 90px;
}
.navlink{
position: absolute;
top: 28px;
left: 310px;
}
.navlink2{
position: absolute;
top: 28px;
left: 415px;
}
nav a {
float: left;
display: block;
color: white;
text-align: center;
padding: 14px 20px;
text-decoration: none;
}
nav a:hover {
color: #a0e081;
}
main {
padding: 20px;
}
footer {
background-color: #4CAF50;
color: white;
text-align: center;
padding: 10px 0;
position: fixed;
bottom: 0;
width: 100%;
}
svg{
width: 250px;
height: 50px;
margin-left: 12%;
}
.texthead{
font-size: 10px;
margin-top: -4px;
margin-left: 21px;
color: #a0e081;
font-family: Arial, sans-serif;
position: relative;
}
.texthead22{
position: absolute;
top: -10px;
left: 95%;
}
.texthead22 h4{
font-size: small;
text-decoration: none;
text-transform: uppercase;
}
.texthead2{
position: absolute;
top: -10px;
left: 90%;
display: inline;
}
.texthead2 h4{
font-size: small;
text-decoration: none;
text-transform: uppercase;
}
.texthead2 a:hover{
color: white;
}
.texthead22 a:hover{
color: white;
}
h4{
display: flex;
font-size: 20px;
color: #4CAF50;
}
.mainpic{
margin-top: 0%;
margin-left: 144px;
position: relative;
}
main{
padding: 0px;
background-color: #000;
}
.mainpictext{
color: aliceblue;
position: relative;
}
.outmain {
position: relative;
}
.mainpictext {
position: absolute;
bottom: 60%;
right: 55%;
text-align: center;
color: white;
}
h2{
font-family: "Noto Sans";
font-weight: 700;
font-size: 36px;
line-height: 40px;
letter-spacing: 1px;
text-align: left;
margin-bottom: 0px;
}
.maintextsub{
font-family: "Noto Sans";
margin-top: 0px;
margin-right: 99px;
text-align: left;
line-height: 26px;
}
.maintext{
margin-top: 8px;
}
.main2{
width: 100%;
height: 870px;
background-image: url('./bg-wool-dark.png');
background-repeat: repeat;
position: relative;
padding-top: 80px;
}
.main2sub{
height: 800px;
width: 1200px;
background-color: #eee;
margin-left: 9.5%;
padding-top: 20px;
}
.main2text h2{
font-weight: 700px;
font-size: 28px;
margin-top: 80px;
text-align: center;
letter-spacing: 1px;
}
.main2sub2{
display: inline-flex;
margin-top: 80px;
margin-left: 100px;
}
.game-container {
display: inline-block;
text-align: center;
margin: 0 15px;
vertical-align: top;
width: 300px;
}
.game-container img {
height: 350px;
display: block;
margin: 0 auto;
}
.game-container div {
margin-top: 10px;
padding: 0 10px;
}
.game-container h3{
font-family: 'Noto Sans';
text-transform: uppercase;
color: #196D17;
}
.pp{
font-size: 14px;
font-family: 'Noto Sans';
line-height: 20px;
font-weight: 400;
color: #181818;
}
.main3text{
font-family: "Noto Sans";
font-weight: 700;
font-size: 28px;
line-height: 34px;
letter-spacing: 1px;
text-align: center!important;
color: white;
margin-top: 0px;
}
.main3 {
text-align: center;
background-image: url('./bg-wool-dark.png');
background-repeat: repeat;
height: 400px;
}
.new-game-container {
display: inline-block;
margin-top: 50px;
margin-right: 20px;
text-align: center;
}
.new-game-container img {
width: 300px;
height: auto;
border: 2px solid white;
}
.new-game-container.larger-image img {
width: 330px;
margin-left: 10px;
margin-right: 10px;
border: 2px solid white;
}
.new-game-container.larger-image a{
color: white;
text-decoration: none;
}
.new-game-container a{
color: white;
text-decoration: none;
}
.new-game-container.larger-image a:hover{
color: #4CAF50;
text-decoration: none;
}
.new-game-container a:hover{
color: #4CAF50;
text-decoration: none;
}
.main3sub3text {
font-family: "Noto Sans";
font-size: 18px;
margin: 15px 0;
text-transform: uppercase;
color: white;
line-height: 1.5;
}
.main4{
text-align: center;
background-image: url('./bg-wool-light.avif');
background-repeat: repeat;
height: 1200px;
}
.main4sub1 img{
height: 270px;
float: right;
}
.main4sub1{
max-width: 1200px;
padding-top: 100px;
margin-left: 90px;
}
.main43sub1{
max-width: 1200px;
margin-top: 10px;
padding-top: 150px;
margin-left: 90px;
}
.main43sub1 img{
height: 270px;
float: right;
}
.main4text{
height: 270px;
}
.main43text{
height: 270px;
}
.main43textsub{
text-align: left;
margin-left: 100px;
}
.main4textsub{
float: left;
margin-left: 100px;
margin-top: 50px;
text-align: left;
}
.main42{
padding-top: 50px;
max-width: 1200px;
margin: auto;
}
.main42 p{
font-family: 'Noto Sans';
}
.main42img {
margin-left: 30px;
margin-top: 20px;
}
.main42img img{
float: left;
height: 270px;
}
.main4textsub p{
font-family: 'Noto Sans';
}
.main42textsub {
margin: auto;
max-width: 1200px;
text-align: left;
padding-left: 600px;
padding-top: 30px;
}
.main42textsub h2{
font-family: 'Noto Sans';
text-align: left;
font-weight: 700;
line-height: 34px;
}
.main5{
width: 100%;
height: 1350px;
background-color: white;
}
.main5h1{
max-width: 600px;
margin: auto;
}
.main5h{
color: black;
max-width: 500px;
margin: auto;
padding-top: 70px;
padding-left: 20px;
}
.main5hsub{
text-align: center;
line-height: 25px;
}
.main5hsubspan{
display: flex;
align-items: center;
justify-content: center;
margin-top: 20px;
}
.grid-container{
padding-top: 50px;
margin-left: 13%;
display: grid;
grid-gap: 10px;
grid-template-columns: 270px 280px 270px 270px;
grid-template-rows: 270px 270px 280px;
grid-template-areas:
"image1 image2 image2 image3"
"image4 image4 image5 image6"
"image4 image4 image7 image8";
}
.image1 { grid-area: image1;
max-width: 100%;
height: auto;
}
.image2 { grid-area: image2;
max-width: 100%;}
.image3 { grid-area: image3; max-width: 100%;
height: auto;}
.image4 { grid-area: image4;
max-width: 100%;
height: 550px;}
.image5 { grid-area: image5;
max-width: 100%;
height: auto;}
.image6 { grid-area: image6;
max-width: 100%;
height: auto;}
.image7 { grid-area: image7;
max-width: 100%;
height: auto;}
.image8 { grid-area: image8;
max-width: 100%;
height: auto;}
.loader{
padding-top: 50px;
padding-bottom: 20px;
max-width: fit-content;
margin: auto;
}
.foot5{
padding-top: 20px;
padding-bottom: 30px;
max-width: fit-content;
margin: auto;
}
.main6{
background-color: #111;
height: 500px;
width: 100%;
position: relative;
}
.new9-container{
max-width: 500px;
position: absolute;
top: 70px;
left: 200px;
}
.image61{
padding-right: 50px;
}
.main6subtext1{
color: yellowgreen;
font-size: small;
padding-top: 30px;
}
.lists1{
position: absolute;
top: 50px;
left: 700px;
}
.lists1 h5{
color: white;
margin-bottom: 0px;
font-family: 'Noto Sans';
}
.lists1 ul{
list-style: none;
padding-left: 0px;
line-height: 20px;
color: #a0e080;
font-size: small;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
}
.lists2{
position: absolute;
top: 50px;
left: 950px;
}
.lists2 h5{
color: white;
margin-bottom: 0px;
font-family: 'Noto Sans';
}
.lists2 ul{
list-style-type: none;
padding-left: 0px;
line-height: 20px;
font-size: small;
color: #a0e080;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
}
.main6svg{
position: absolute;
height: 200px;
width: 200px;
top: 70px;
left: 1150px;
}
.loader button{
color: white;
font-size: medium;
font-weight: 700;
background-color: #3b8526;
height: 50px;
width: 150px;
box-shadow: inset 0 4px #6bc349, inset 0 -4px #2a631c, 0 4px rgba(0, 0, 0, 0.25);
}
.loader button:hover{
background-color: rgb(31, 31, 31);
border-color: blue;
border-radius: 2px;
box-decoration-break: unset;
box-shadow: inset 0 0 rgb(31, 31, 31), inset 0 0 rgb(31, 31, 31), 0 0 rgb(31, 31, 31);
}
.outmain button{
position: absolute;
top: 270px;
left: 50px;
}
.mainbutton{
color: white;
font-size: large;
font-weight: 700;
background-color: #3b8526;
height: 70px;
width: 250px;
box-shadow: inset 0 4px #6bc349, 0 4px rgba(0, 0, 0, 0.25);
}
.outmain button:hover{
background-color: rgb(31, 31, 31);
border-color: blue;
border-radius: 2px;
box-decoration-break: unset;
box-shadow: inset 0 0 rgb(31, 31, 31), inset 0 0 rgb(31, 31, 31), 0 0 rgb(31, 31, 31);
}
</style>
</head>
<body>
<header>
<h1 class="texthead"><a class="The" href="https://www.minecraft.net/en-us/live" style="color: #a0e080; text-decoration: none;">Watch Minecraft Live replay for the biggest news!</a></h1>
<div class="texthead2"><h4><a href="https://www.minecraft.net/en-us/login" style="color: #a0e080; font-family: 'Noto Sans'; text-decoration: none;">Log IN</a></h4>
</div>
<div class="texthead22"><h4><a href="https://www.minecraft.net/en-us/redeem" style="color: #a0e080; font-family: 'Noto Sans'; text-decoration: none;"> REDEEM</a></h4></div>
</header>
<nav>
<button>GET MINECRAFT</button>
<a href="#">GAMES</a>
<div class="down"><img src="./down-arrow.png"></div>
<a href="#">COMMUNITY</a>
<a href="#">MERCH</a>
<div class="navlink"><img src="./nav-link-icon.svg"></div>
<a href="#">SUPPORT</a>
<div class="navlink2"><img src="./nav-link-icon.svg"></div>
<svg class="mc-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1639.373 280.629"><defs><style>.a{fill:#3d3938;}.b{fill:#d0c5c0;}</style></defs><path d="M1607.741,101.632l29.553-49.007L1620.9,0H494.142l-5.274,38.4L478.426,0H215.833l-9.044,36.157h-21.83l-5.177,20L150.794,0H65.22L0,209.344l51.97,71.284h85.465l10.456-39.55h34.518l23.147,39.55H469.362l6.283-45.87,14.6,45.87h881.366l35.68-73.944h32.267l29.97-58.654,32,132.6h88.725l49.119-71.4ZM846.208,151.295l.109-24.988h75.807l.768,24.988Z"/><polygon class="a" points="59.37 266.076 16.071 206.686 85.96 206.686 125.597 266.077 59.37 266.076"/><polygon class="a" points="342.207 206.686 272.321 206.686 302.204 266.077 368.431 266.077 342.207 206.686"/><polygon class="a" points="365.503 206.686 390.507 266.077 456.735 266.077 435.389 206.686 365.503 206.686"/><polygon class="a" points="575.162 206.686 589.189 266.077 743.72 266.077 738.23 206.686 575.162 206.686"/><polygon class="a" points="924.595 206.686 920.327 266.077 765.796 266.077 761.525 206.686 924.595 206.686"/><polygon class="a" points="947.89 206.686 1017.774 206.686 1008.63 266.077 942.403 266.077 947.89 206.686"/><polygon class="a" points="1041.071 206.686 1030.706 266.077 1096.933 266.077 1110.957 206.686 1041.071 206.686"/><polygon class="a" points="1134.252 206.686 1119.009 266.076 1185.237 266.077 1204.139 206.686 1134.252 206.686"/><polygon class="a" points="1227.434 206.686 1207.312 266.077 1273.54 266.077 1297.32 206.686 1227.434 206.686"/><polygon class="a" points="1320.615 206.686 1295.616 266.077 1361.843 266.077 1390.503 206.686 1320.615 206.686"/><polygon class="a" points="1553.57 206.686 1516.374 266.077 1582.601 266.077 1623.457 206.686 1553.57 206.686"/><polygon class="a" points="481.98 206.686 500.886 266.077 567.114 266.077 551.866 206.686 481.98 206.686"/><polygon class="a" points="179.141 206.686 249.029 206.686 280.128 266.077 213.9 266.077 179.141 206.686"/><path class="b" d="M199.243,126.307h-22.59l-10.237,39.54H120.542l10.93-39.54h-22.59L85.957,206.685H16.071L75.928,14.553h64.828L130.444,50.71H152.37L142.077,87.945h44.507l9.64-37.235H218.15l9.044-36.157h64.831l-43,192.132H179.141Z"/><path class="b" d="M313.631,14.553h64.828L342.207,206.685H272.321Z"/><path class="b" d="M594.552,14.553H745.818L744.39,50.71H656.683l-2.777,37.235h89.013L741.4,126.307h-90.36l-2.95,39.54h91.749l-1.613,40.838H575.161Z"/><path class="b" d="M767.427,14.553H918.692L919.8,50.71H832.1l-.5,115.137h91.747l1.254,40.838H761.525Z"/><path class="b" d="M1035.075,126.307h-22.591l5.29,80.378H947.89L940.3,14.552h151.265l7.407,73.392H1076.72l1.755,19.037h22.42l10.062,99.7h-69.886Zm-27.566-75.6,2.45,37.235h22.255l-2.778-37.235Z"/><path class="b" d="M1286.051,14.553h151.265l8.726,36.157h-87.707l7.679,37.235h89.014l9.258,38.362h-90.36l16.577,80.378h-69.888Z"/><path class="b" d="M1511.822,50.71h-43.853l-9.044-36.157H1610.19l11.265,36.157H1577.6l45.856,155.975h-69.887Z"/><path class="b" d="M490.245,145.926H467.482l5.64-38.944H450.7l-15.312,99.7H365.5L400.068,14.553H464.9L459.343,50.71H481.27l-5.392,37.235h22.254l9.983-73.392h64.828L551.866,206.685H481.98Z"/><path class="b" d="M1264.441,14.553H1113.176l21.077,192.132h69.886l-8.265-60.759h22.763l8.8,60.759h69.886ZM1213.49,84.8H1224.6l5.278,35.033h-15.022L1213,106.982h-22.42l1.747,12.851H1177.3l-4.56-35.033h11.113l-1.263-9.389h-25.834l-3.072-24.7h29.236l2.937,21.587h22.116l-3.126-21.587h29.235l3.866,24.7h-25.834Z"/></svg>
</nav>
<main>
<div class="outmain">
<div class="mainpic">
<img class="home" src="./home-hero-1200x600.webp" alt="Minecraft Home Image">
<div class="mainpictext">
<h2>WELCOME TO THE OFFICIAL <br>SITE OF MINECRAFT</h2>
<div class="maintextsub">
<p class="maintext">With new games, new updates, and new ways to play, join one <br> of the biggest communities in gaming and start crafting today!</p>
</div>
</div>
<a href="https://www.minecraft.net/en-us/store/minecraft-deluxe-collection-pc"><button class="mainbutton">GET MINECRAFT</button></a>
</div>
</div>
<div class="main2">
<div class="main2sub">
<div class="main2text">
<h2>EXPLORE MINECRAFT GAMES & ADD ONS</h2>
</div>
<div class="main2sub2">
<div class="game-container">
<img class="main2sub2p1" src="./Games_Subnav_Minecraft-300x465.jpg" height="350px">
<div>
<h3><a href="https://www.minecraft.net/en-us/about-minecraft-pmp" style="color: #196D17; text-decoration: none;">MINECRAFT</a></h3>
<p class="pp">Explore your own unique world, <br>survive the night, and create<br> anything you can imagine!</p>
</div>
</div>
<div class="game-container">
<img class="main2sub2p1" src="./games_subnav_dungeona-300x465.jpg" height="350px">
<div>
<h3><a href="https://www.minecraft.net/en-us/about-dungeons" style="color: #196D17; text-decoration: none;">Minecraft <br>dungeons</a></h3>
<p class="pp">Discover an action-adventure<br> game inspired by classic <br> dungeons crawlers.</p>
</div>
</div>
<div class="game-container">
<img class="main2sub2p1" src="./games_subnav_dungeona-300x465 (1).jpg" height="350px">
<div>
<h3><a href="https://www.minecraft.net/en-us/about-legends" style="color: #196D17; text-decoration: none;">Minecraft Legends</a></h3>
<p class="pp">Uncover the mysteries of <br>Minecraft Legends, a new action <br>strategy game.</p>
</div>
</div>
</div>
</div>
</div>
<div class="main3">
<h2 class="main3text">NEWEST NEWS</h2>
<div class="new-game-container">
<img src="./LetsBreakMCLegendscarousel.avif">
<div>
<h3 class="main3sub3text"><a href="https://www.minecraft.net/en-us/article/let-s-break-minecraft-legends">Let's Break Minecraft <br> Legends</a></h3>
</div>
</div>
<div class="new-game-container larger-image">
<img src="./Recap_Carousel_440x250.jpg">
<div>
<h3 class="main3sub3text"><a href="https://www.minecraft.net/en-us/article/minecraft-live-2023--the-recap-">Minecraft Live 2023: The <br>Recap</a></h3>
</div>
</div>
<div class="new-game-container">
<img src="./nautilusshell-car.avif">
<div>
<h3 class="main3sub3text"><a href="https://www.minecraft.net/en-us/article/nautilus-shell">Taking Inventory: <br>Nautilus Shell</a></h3>
</div>
</div>
</div>
<div class="main4">
<div class="main4sub1">
<img src="./main4i1.avif">
<div class="main4text">
<div class="main4textsub">
<h2>MISSED MINECRAFT LIVE?</h2><p>From new updates to the mob vote, see all the highlights you missed!</p><span><a href="https://www.minecraft.net/en-us/live" style="font-family: 'Noto Sans'; color: #196d17; text-decoration: none; font-weight: 700;">WATCH THE REPLAY</a></span>
</div>
</div>
</div>
<div class="main42">
<div class="main42img"><img src="./main4i2.avif"></div>
<div class="main42text">
<div class="main42textsub">
<h2>LATEST NEWS!</h2>
<p>Stay in the loop and never miss an update with Minecraft.net’s <br>all-new news page – a hub packed with the latest game <br> updates, guides, and more!</p>
<span><a href="https://www.minecraft.net/en-us/articles" style="font-family: 'Noto Sans'; color: #196d17; text-decoration: none; font-weight: 700;">CHECK IT OUT</a> </span>
</div>
</div>
</div>
<div class="main43sub1">
<img src="./main4i3.avif">
<div class="main43text">
<div class="main43textsub">
<h2>EXPAND YOUR MINECRAFT <br> KNOWLEDGE!</h2><p style="font-family: 'Noto Sans';">How do you create an account, or survive a night in the <br>Overworld? Level up your skills with a brand-new library of resources and guides!</p><span><a href="https://www.minecraft.net/en-us/minecraft-tips-for-beginners" style="font-family: 'Noto Sans'; color: #196d17; text-decoration: none; font-weight: 700;">GET STARTED</a></span>
</div>
</div>
</div>
</div>
<div class="main5">
<div class="main5h1">
<div class="main5h"> <h2>COMMUNITY CREATIONS</h2></div>
<div class="main5hsub"><p style="font-family: 'Noto Sans';">Discover the best add-ons, mods, and more being built by the incredible <br>Minecraft community!</p></div>
<div class="main5hsubspan"><span><a href="https://www.minecraft.net/en-us/articles" style="font-family: 'Noto Sans'; color: #196d17; text-decoration: none; font-weight: 700;">EXPLORE</a></span></div>
</div>
<div class="grid-container">
<img class="image1" src="./nautilusshell-itemframe.avif">
<img class="image2" src="./2.avif">
<img class="image3" src="./3.avif">
<img class="image4" src="./4.avif">
<img class="image5" src="./5.avif">
<img class="image6" src="./6.avif">
<img class="image7" src="./7.avif">
<img class="image8" src="./8.avif">
</div>
<div class="loader"> <button> LOAD MORE</button></div>
<div class="foot5" style="font-style: italic; text-align: center; line-height: 1.5; font-weight: 400; font-family: Arial, Helvetica, sans-serif;">Cross-platform play available on Xbox, PlayStation 4, Nintendo Switch, iOS, Android, and Windows. Cross-play requires Microsoft <br> account. Xbox Live Gold required for online multiplayer on Xbox. PlayStation Plus Membership required for online multiplayer on <br> PlayStation 4. Nintendo Switch Online membership required for online multiplayer on Nintendo Switch.</div>
<div class="main6">
<div class="new9-container">
<img class="image61"src="./Mojang2020Logo.png">
<img class="image62" src="./Logo_ Xbox_Game_Studio.webp">
<div class="main6subtext1"> <p style="color: #d1cfce; font-family: Arial, Helvetica, sans-serif;">Mojang ©2009-2023. "Minecraft" is a trademark of Mojang Synergies AB</p></div>
</div>
<div class="lists1">
<h5>GAMES</h5>
<ul>
<li>Minecraft</li>
<li>Minecraft Dungeons</li>
<li>Minecraft Legends</li>
<li>Minecraft Education</li>
</ul>
<h5>COMMUNITY</h5>
<ul>
<li>Community</li>
<li>Creator Learning Portal</li>
<li>Mojang Studios Careers</li>
</ul>
</div>
<div class="lists2">
<h5>SHOP</h5>
<ul>
<li>Marketplace</li>
<li>Minecraft Shop</li>
</ul>
<h5>SUPPORT</h5>
<ul>
<li>Tips for Beginners</li>
<li>Discussions & Help</li>
<li>Feedback</li>
<li>Site Map</li>
<li>Download</li>
<li>Contact us</li>
</ul>
<h5>ACCOUNT</h5>
<ul>
<li>Profile</li>
<li>Redeem</li>
</ul>
</div>
<div class="main6svg"><img src="./esrb_2021.svg"></div>
</div>
</main>
<footer>
© 2023 Minecraft. All rights reserved.
</footer>
</body>
</html>