chore: refactor code
This commit is contained in:
parent
cd0a53a8c8
commit
70db95778c
17
index.html
17
index.html
@ -4,13 +4,13 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta name="twitter:image" content="assets/img/DEGM%20Thumb.png" />
|
<meta name="twitter:image" content="/assets/img/DEGM%20Thumb.png" />
|
||||||
<meta name="twitter:title" content="DEG Mods - Liberating Game Mods" />
|
<meta name="twitter:title" content="DEG Mods - Liberating Game Mods" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Never get your game mods censored, get banned, lose your history, nor lose the connection between game mod creators and fans. Download your mods freely."
|
content="Never get your game mods censored, get banned, lose your history, nor lose the connection between game mod creators and fans. Download your mods freely."
|
||||||
/>
|
/>
|
||||||
<meta property="og:image" content="assets/img/DEGM%20Thumb.png" />
|
<meta property="og:image" content="/assets/img/DEGM%20Thumb.png" />
|
||||||
<meta
|
<meta
|
||||||
name="twitter:description"
|
name="twitter:description"
|
||||||
content="Never get your game mods censored, get banned, lose your history, nor lose the connection between game mod creators and fans. Download your mods freely."
|
content="Never get your game mods censored, get banned, lose your history, nor lose the connection between game mod creators and fans. Download your mods freely."
|
||||||
@ -25,25 +25,20 @@
|
|||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="935x934"
|
sizes="935x934"
|
||||||
href="assets/img/Logo%20with%20circle.png"
|
href="/assets/img/Logo%20with%20circle.png"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="935x934"
|
sizes="935x934"
|
||||||
href="assets/img/Logo%20with%20circle.png"
|
href="/assets/img/Logo%20with%20circle.png"
|
||||||
/>
|
/>
|
||||||
|
<link rel="icon" type="image/png" sizes="935x934" href="/index.html" />
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="935x934"
|
sizes="935x934"
|
||||||
href="assets/img/Logo%20with%20circle.png"
|
href="/assets/img/Logo%20with%20circle.png"
|
||||||
/>
|
|
||||||
<link
|
|
||||||
rel="icon"
|
|
||||||
type="image/png"
|
|
||||||
sizes="935x934"
|
|
||||||
href="assets/img/Logo%20with%20circle.png"
|
|
||||||
/>
|
/>
|
||||||
<title>DEG Mods - Liberating Game Mods</title>
|
<title>DEG Mods - Liberating Game Mods</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -20,7 +20,7 @@ export const ProfileSection = () => {
|
|||||||
className='IBMSMSMSSS_Author_Top_PP'
|
className='IBMSMSMSSS_Author_Top_PP'
|
||||||
style={{
|
style={{
|
||||||
background:
|
background:
|
||||||
"url('assets/img/media-cache%20(4).png') center / cover no-repeat"
|
"url('/assets/img/media-cache%20(4).png') center / cover no-repeat"
|
||||||
}}
|
}}
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
@ -219,6 +219,6 @@ const posts: Post[] = [
|
|||||||
name: 'Freakoverse',
|
name: 'Freakoverse',
|
||||||
link: `feed-note.html`,
|
link: `feed-note.html`,
|
||||||
content: `This is good.`,
|
content: `This is good.`,
|
||||||
imageUrl: 'assets/img/media-cache%20(1).jpg'
|
imageUrl: '/assets/img/media-cache%20(1).jpg'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -131,7 +131,7 @@ export const Header = () => {
|
|||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
className={navStyles.NMTI_SecInside_LinkImg}
|
className={navStyles.NMTI_SecInside_LinkImg}
|
||||||
src='assets/img/DEG%20Mods%20Default%20PP.png'
|
src='/assets/img/DEG%20Mods%20Default%20PP.png'
|
||||||
/>
|
/>
|
||||||
Login
|
Login
|
||||||
</a>
|
</a>
|
||||||
|
@ -216,7 +216,7 @@ export const AboutPage = () => {
|
|||||||
</div>
|
</div>
|
||||||
<img
|
<img
|
||||||
className='LearnTextCharacterImgRight'
|
className='LearnTextCharacterImgRight'
|
||||||
src='assets/img/vivian%20james.png'
|
src='/assets/img/vivian%20james.png'
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -168,7 +168,7 @@ const ProfileSettings = () => {
|
|||||||
<div
|
<div
|
||||||
className='IBMSMSMSSS_Author_Top_PP'
|
className='IBMSMSMSSS_Author_Top_PP'
|
||||||
style={{
|
style={{
|
||||||
background: `url('assets/img/media-cache%20(4).png') center / cover no-repeat`
|
background: `url('/assets/img/media-cache%20(4).png') center / cover no-repeat`
|
||||||
}}
|
}}
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user