1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 " />
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6+ < link href ="/style.css " rel ="stylesheet ">
7+ < link rel ="icon " type ="image/x-icon " href ="/img/favicon.ico? ">
8+ < link rel ="stylesheet " href ="/plugins/flickity/flickity.css " media ="screen ">
9+ < script src ="/plugins/flickity/flickity.pkgd.js "> </ script >
10+ < title > Tools • Minecraft 3DS Community</ title >
11+ < style >
12+ html {
13+ background-color : rgb (255 , 207 , 148 );
14+ }
15+ .bigHeader {
16+ width : 100% ;
17+ height : 12.5em ;
18+ top : 56px ;
19+ position : absolute;
20+ background : linear-gradient (rgba (255 , 100 , 0 , 0.7 ), rgba (255 , 102 , 0 , 0.7 )), url (/img/bg/chiseled_quartz_block_top.png);
21+ image-rendering : pixelated;
22+ background-size : 32px ;
23+ filter : drop-shadow (0 2px 8px rgba (0 , 0 , 0 , 0.5 ));
24+ font-family : 'Minecraft Regular' ;
25+ overflow : hidden;
26+ white-space : nowrap;
27+ }
28+ .imgColumn img {
29+ flex : 1 ;
30+ object-fit : cover;
31+ height : 200px ;
32+ opacity : 0.3 ;
33+ filter : sepia (1 );
34+ }
35+ </ style >
36+ </ head >
37+ < body >
38+ < div style ="position: absolute; top: 0; left: 0; width: 100vw; height: 3.5em; display: flex; align-items: center; " class ="header ">
39+ < a href ="/ " style ="text-indent: 1rem; ">
40+ < span style ="color: white; font-size: 20pt; filter: drop-shadow(0 3px 3px black); margin-left: 45px; " class ="logo ">
41+ < img src ="/img/New_Nintendo_3DS_Edition.webp " style ="width: 180px; vertical-align: middle; position: relative; bottom: 3px; image-rendering: auto; ">
42+ < span style ="position: absolute; display: inline-block; color: yellow; transform-origin: left; transform: translateX(-100px) translateY(25px) scale(0.65) rotate(-15deg); animation: scaleText 2s ease-in-out infinite; ">
43+ Community
44+ </ span >
45+ </ span >
46+ </ a >
47+
48+ < div id ="vines " class ="vines ">
49+ </ div >
50+
51+ < div class ="vines " id ="leftVines ">
52+ < img src ="/img/bg/vine.png " style ="width: 32px; position: absolute; left: 32px; top: 0; ">
53+ < img src ="/img/bg/vine.png " style ="width: 32px; position: absolute; left: 32px; top: 32px; ">
54+ </ div >
55+ <!--wyndchyme was here. These left vines will only appear on smaller video widths.-->
56+ </ div >
57+
58+
59+ < div class ="dropDownContainer closed ">
60+ < div class ="dropDown ">
61+ < div id ="dropDownContent "> </ div >
62+ </ div >
63+ < div class ="dropDownButton " id ="dropDownToggle ">
64+ < img src ="/img/gui/arrow.png " style ="width: 32px; " id ="dropDownArrow ">
65+ </ div >
66+ </ div >
67+
68+ < div class ="bigHeader " style ="display: flex; align-items: flex-start; gap: 50px; ">
69+ <!-- Left column -->
70+ < div >
71+ < span style ="
72+ color: rgb(91, 41, 9);
73+ font-weight: normal !important;
74+ font-size: 16pt;
75+ margin-left: 35px;
76+ display: flex;
77+ flex-direction: column;
78+ gap: 10px;
79+ max-width: 50;
80+ margin-top: 10px;
81+ ">
82+ < i style ="position: relative; top: 40px; "> Try the</ i > < br >
83+ < span style ="
84+ font-size: 25pt;
85+ background-color: rgb(190, 72, 4);
86+ padding: 3px 20px 3px 10px;
87+ border: 2px solid black;
88+ outline: 2px solid rgba(255, 255, 255, 0.7);
89+ display: flex;
90+ align-items: center;
91+ gap: 7px;
92+ color: white;
93+ width: fit-content;
94+ padding-bottom: 7px; ">
95+ < img src ="/img/gui/tools.png " style ="
96+ width: 32px;
97+ height: 32px;
98+ flex-shrink: 0;
99+ filter: drop-shadow(0 0 1px black); ">
100+ Online Mod Maker
101+ </ span >
102+ < span style ="
103+ font-size: 13pt;
104+ color: rgb(99, 56, 21); ">
105+ Make JSON edits from the comfort of your own browser!
106+ </ span >
107+ </ span >
108+ </ div >
109+
110+ <!-- Right column -->
111+ < div style ="margin-left: auto; display: flex; align-items: center; " class ="imgColumn ">
112+ < img src ="/tools/img/better-creepers.png ">
113+ < img src ="/tools/img/sheeptastic-c.png ">
114+ < img src ="/tools/img/pizza3.png ">
115+ </ div >
116+ </ div >
117+
118+
119+ < script src ="/scripts/main/dropdown.js "> </ script >
120+ < script src ="/scripts/main/vines.js "> </ script >
121+ < script src ="/scripts/main/header.js "> </ script >
122+
123+ </ body >
124+ </ html >
0 commit comments