1+ // noinspection CssUnknownTarget,HtmlUnknownTarget
2+
13import Head from 'next/head' ;
24import Image from 'next/image' ;
5+ import Footer from '../components/Footer' ;
36
47export default function Home ( ) {
58 return (
@@ -17,7 +20,7 @@ export default function Home() {
1720 < img
1821 className = "logo-before-title"
1922 src = "/images/logos/meta-network.png"
20- />
23+ alt = "Meta Network Logo" />
2124 < span className = "colored-title" > META</ span > NETWORK
2225 </ h1 >
2326
@@ -41,23 +44,17 @@ export default function Home() {
4144 </ p >
4245 < p style = { { marginTop : 20 } } >
4346 < a href = "https://www.matataki.io/" target = "__blank" style = { { paddingRight : 15 } } >
44- < img className = "logo-link" src = "/images/logos/matataki.png" />
47+ < img className = "logo-link" src = "/images/logos/matataki.png" alt = "Matataki" />
4548 </ a >
4649 < a href = "https://www.meta.io/" target = "__blank" >
47- < img className = "logo-link" src = "/images/logos/meta-io.png" />
50+ < img className = "logo-link" src = "/images/logos/meta-io.png" alt = "Meta-io" />
4851 </ a >
4952
5053 </ p >
5154 </ div >
5255 </ card >
5356
5457 < card className = "rightCard" >
55- < span className = "extra-text-inner" >
56- YOU
57- </ span >
58- < span className = "extra-text-outer" >
59- WHO ARE
60- </ span >
6158 < Image
6259 priority
6360 width = { 850 }
@@ -67,18 +64,8 @@ export default function Home() {
6764 </ card >
6865 </ main >
6966
70- < footer >
71- < img className = "brand-logo" src = "/images/logos/QTUM.png" />
72- < img className = "brand-logo" src = "/images/logos/LD.png" />
73- < img className = "brand-logo" src = "/images/logos/dForce.png" />
74- < img className = "brand-logo" src = "/images/logos/MCDEX.png" />
75- < img className = "brand-logo" src = "/images/logos/YFII.png" />
76- < img className = "brand-logo" src = "/images/logos/NGC.png" />
77- < img className = "brand-logo" src = "/images/logos/Primitive.png" />
78- < img className = "brand-logo" src = "/images/logos/Cyberright.png" />
79- < img className = "brand-logo" src = "/images/logos/499Block.png" />
80- < img className = "brand-logo" src = "/images/logos/OGlabs.png" />
81- </ footer >
67+ < Footer />
68+
8269 < style jsx > { `
8370 @font-face {
8471 font-family: Oriya MN; src: url('oriya-mn.ttf');
@@ -142,45 +129,12 @@ export default function Home() {
142129 height: 3vw;
143130 }
144131
145- footer {
146- width: 100%;
147- height: auto;
148- display: flex;
149- position: fixed;
150- bottom: 32.2px;
151- justify-content: center;
152- align-items: center;
153- }
154-
155- .brand-logo {
156- max-width: 6.5vw;
157- padding: 0 1vw;
158- }
159-
160- .extra-text-inner {
161- position: absolute;
162- top: 50%;
163- left: 50%;
164- font-size: 3.4vw;
165- margin-left: -3.57vw;
166- margin-top: -2.6vw;
167- }
168-
169- .extra-text-outer {
170- position: absolute;
171- top: 50%;
172- left: 50%;
173- font-size: 2.4vw;
174- margin-left: -5.5vw;
175- margin-top: 5.6vw;
176- z-index: 1;
177- }
178-
179132 .to-meta-network {
180133 margin-left: 2vw;
181134 vertical-align: middle;
182- min-width: 130px;
183- height: 40px;
135+ min-width: 9vw;
136+ min-height: 2.8vw;
137+ font-size: 1vw;
184138 color: black;
185139 padding: 5px 10px;
186140 font-weight: bold;
0 commit comments