feat: implemented mod details page #3

Merged
s merged 6 commits from mods-inner into master 2024-08-06 10:57:28 +00:00
6 changed files with 551 additions and 533 deletions
Showing only changes of commit 70db95778c - Show all commits

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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="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."
/>
<meta property="og:image" content="assets/img/DEGM%20Thumb.png" />
<meta property="og:image" content="/assets/img/DEGM%20Thumb.png" />
<meta
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."
@ -25,25 +25,20 @@
rel="icon"
type="image/png"
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"
href="/assets/img/Logo%20with%20circle.png"
/>
<link rel="icon" type="image/png" sizes="935x934" href="/index.html" />
<link
rel="icon"
type="image/png"
sizes="935x934"
href="assets/img/Logo%20with%20circle.png"
/>
<link
rel="icon"
type="image/png"
sizes="935x934"
href="assets/img/Logo%20with%20circle.png"
href="/assets/img/Logo%20with%20circle.png"
/>
<title>DEG Mods - Liberating Game Mods</title>
</head>

View File

@ -20,7 +20,7 @@ export const ProfileSection = () => {
className='IBMSMSMSSS_Author_Top_PP'
style={{
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>
@ -219,6 +219,6 @@ const posts: Post[] = [
name: 'Freakoverse',
link: `feed-note.html`,
content: `This is good.`,
imageUrl: 'assets/img/media-cache%20(1).jpg'
imageUrl: '/assets/img/media-cache%20(1).jpg'
}
]

View File

@ -131,7 +131,7 @@ export const Header = () => {
>
<img
className={navStyles.NMTI_SecInside_LinkImg}
src='assets/img/DEG%20Mods%20Default%20PP.png'
src='/assets/img/DEG%20Mods%20Default%20PP.png'
/>
Login
</a>

View File

@ -216,7 +216,7 @@ export const AboutPage = () => {
</div>
<img
className='LearnTextCharacterImgRight'
src='assets/img/vivian%20james.png'
src='/assets/img/vivian%20james.png'
/>
</div>

File diff suppressed because it is too large Load Diff

View File

@ -168,7 +168,7 @@ const ProfileSettings = () => {
<div
className='IBMSMSMSSS_Author_Top_PP'
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>