diff --git a/.htaccess b/.htaccess index 11c8e68..1ab6fab 100644 --- a/.htaccess +++ b/.htaccess @@ -12,7 +12,7 @@ AddOutputFilter INCLUDES .shtml DirectoryIndex index.shtml RewriteEngine On -RewriteBase /deus/ +RewriteBase / RewriteRule ^(.+?)index\.html$ $1index.shtml [QSA,L] diff --git a/assets/css/fonts.css b/assets/css/fonts.css index 4c9774c..953fb20 100644 --- a/assets/css/fonts.css +++ b/assets/css/fonts.css @@ -7,7 +7,7 @@ /* @font-face { font-family: 'Font Awesome'; - src: url('/deus/assets/fonts/FontAwesome/fa-light-300.ttf') format('truetype'); + src: url('/assets/fonts/FontAwesome/fa-light-300.ttf') format('truetype'); font-weight: 300; font-style: normal; } @@ -15,14 +15,14 @@ @font-face { font-family: 'Font Awesome'; - src: url('/deus/assets/fonts/FontAwesome/fa-regular-400.otf') format('opentype'); + src: url('/assets/fonts/FontAwesome/fa-regular-400.otf') format('opentype'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Font Awesome'; - src: url('/deus/assets/fonts/FontAwesome/fa-solid-900.otf') format('opentype'); + src: url('/assets/fonts/FontAwesome/fa-solid-900.otf') format('opentype'); font-weight: 900; font-style: normal; } @@ -33,7 +33,7 @@ @font-face { font-family: 'Font Awesome Brands'; - src: url('/deus/assets/fonts/FontAwesome/fa-brands-400.otf') format('opentype'); + src: url('/assets/fonts/FontAwesome/fa-brands-400.otf') format('opentype'); font-weight: 400; font-style: normal; } @@ -44,70 +44,70 @@ @font-face { font-family: 'HK Grotesk'; - src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-Light.otf') format('opentype'); + src: url('/assets/fonts/HKGrotesk/HKGrotesk-Light.otf') format('opentype'); font-weight: 300; font-style: normal; } @font-face { font-family: 'HK Grotesk'; - src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-LightItalic.otf') format('opentype'); + src: url('/assets/fonts/HKGrotesk/HKGrotesk-LightItalic.otf') format('opentype'); font-weight: 300; font-style: italic; } @font-face { font-family: 'HK Grotesk'; - src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-Regular.otf') format('opentype'); + src: url('/assets/fonts/HKGrotesk/HKGrotesk-Regular.otf') format('opentype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'HK Grotesk'; - src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-RegularItalic.otf') format('opentype'); + src: url('/assets/fonts/HKGrotesk/HKGrotesk-RegularItalic.otf') format('opentype'); font-weight: normal; font-style: italic; } @font-face { font-family: 'HK Grotesk'; - src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-Medium.otf') format('opentype'); + src: url('/assets/fonts/HKGrotesk/HKGrotesk-Medium.otf') format('opentype'); font-weight: 500; font-style: normal; } @font-face { font-family: 'HK Grotesk'; - src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-MediumItalic.otf') format('opentype'); + src: url('/assets/fonts/HKGrotesk/HKGrotesk-MediumItalic.otf') format('opentype'); font-weight: 500; font-style: italic; } @font-face { font-family: 'HK Grotesk'; - src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-SemiBold.otf') format('opentype'); + src: url('/assets/fonts/HKGrotesk/HKGrotesk-SemiBold.otf') format('opentype'); font-weight: 600; font-style: normal; } @font-face { font-family: 'HK Grotesk'; - src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-SemiBoldItalic.otf') format('opentype'); + src: url('/assets/fonts/HKGrotesk/HKGrotesk-SemiBoldItalic.otf') format('opentype'); font-weight: 600; font-style: italic; } @font-face { font-family: 'HK Grotesk'; - src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-Bold.otf') format('opentype'); + src: url('/assets/fonts/HKGrotesk/HKGrotesk-Bold.otf') format('opentype'); font-weight: bold; font-style: normal; } @font-face { font-family: 'HK Grotesk'; - src: url('/deus/assets/fonts/HKGrotesk/HKGrotesk-BoldItalic.otf') format('opentype'); + src: url('/assets/fonts/HKGrotesk/HKGrotesk-BoldItalic.otf') format('opentype'); font-weight: bold; font-style: italic; } @@ -118,98 +118,98 @@ @@font-face { font-family: 'Spectral SC'; - src: url('/deus/assets/fonts/SpectralSC/SpectralSC-ExtraLight.ttf') format('truetype'); + src: url('/assets/fonts/SpectralSC/SpectralSC-ExtraLight.ttf') format('truetype'); font-weight: 300; font-style: normal; } @font-face { font-family: 'Spectral SC'; - src: url('/deus/assets/fonts/SpectralSC/SpectralSC-ExtraLightItalic.ttf') format('truetype'); + src: url('/assets/fonts/SpectralSC/SpectralSC-ExtraLightItalic.ttf') format('truetype'); font-weight: 300; font-style: italic; } font-face { font-family: 'Spectral SC'; - src: url('/deus/assets/fonts/SpectralSC/SpectralSC-Light.ttf') format('truetype'); + src: url('/assets/fonts/SpectralSC/SpectralSC-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; } @font-face { font-family: 'Spectral SC'; - src: url('/deus/assets/fonts/SpectralSC/SpectralSC-LightItalic.ttf') format('truetype'); + src: url('/assets/fonts/SpectralSC/SpectralSC-LightItalic.ttf') format('truetype'); font-weight: 300; font-style: italic; } @font-face { font-family: 'Spectral SC'; - src: url('/deus/assets/fonts/SpectralSC/SpectralSC-Regular.ttf') format('truetype'); + src: url('/assets/fonts/SpectralSC/SpectralSC-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Spectral SC'; - src: url('/deus/assets/fonts/SpectralSC/SpectralSC-RegularItalic.ttf') format('truetype'); + src: url('/assets/fonts/SpectralSC/SpectralSC-RegularItalic.ttf') format('truetype'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Spectral SC'; - src: url('/deus/assets/fonts/SpectralSC/SpectralSC-Medium.ttf') format('truetype'); + src: url('/assets/fonts/SpectralSC/SpectralSC-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Spectral SC'; - src: url('/deus/assets/fonts/SpectralSC/SpectralSC-MediumItalic.ttf') format('truetype'); + src: url('/assets/fonts/SpectralSC/SpectralSC-MediumItalic.ttf') format('truetype'); font-weight: 500; font-style: italic; } @font-face { font-family: 'Spectral SC'; - src: url('/deus/assets/fonts/SpectralSC/SpectralSC-SemiBold.ttf') format('truetype'); + src: url('/assets/fonts/SpectralSC/SpectralSC-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; } @font-face { font-family: 'Spectral SC'; - src: url('/deus/assets/fonts/SpectralSC/SpectralSC-SemiBoldItalic.ttf') format('truetype'); + src: url('/assets/fonts/SpectralSC/SpectralSC-SemiBoldItalic.ttf') format('truetype'); font-weight: 600; font-style: italic; } @font-face { font-family: 'Spectral SC'; - src: url('/deus/assets/fonts/SpectralSC/SpectralSC-Bold.ttf') format('truetype'); + src: url('/assets/fonts/SpectralSC/SpectralSC-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Spectral SC'; - src: url('/deus/assets/fonts/SpectralSC/SpectralSC-BoldItalic.ttf') format('truetype'); + src: url('/assets/fonts/SpectralSC/SpectralSC-BoldItalic.ttf') format('truetype'); font-weight: bold; font-style: italic; } @font-face { font-family: 'Spectral SC'; - src: url('/deus/assets/fonts/SpectralSC/SpectralSC-ExtraBold.ttf') format('truetype'); + src: url('/assets/fonts/SpectralSC/SpectralSC-ExtraBold.ttf') format('truetype'); font-weight: 900; font-style: normal; } @font-face { font-family: 'Spectral SC'; - src: url('/deus/assets/fonts/SpectralSC/SpectralSC-ExtraBoldItalic.ttf') format('truetype'); + src: url('/assets/fonts/SpectralSC/SpectralSC-ExtraBoldItalic.ttf') format('truetype'); font-weight: 900; font-style: italic; } diff --git a/assets/css/main.css b/assets/css/main.css index 8c73217..cce7de5 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -29,7 +29,7 @@ /* Element colors & appearance. */ --deus-body-background-color: var(--deus-color-darker-blue); - --deus-body-background-image: url('/deus/assets/images/deus-logo-only.png'); + --deus-body-background-image: url('/assets/images/deus-logo-only.png'); --deus-body-background-image-margin: 1.5rem; --deus-box-background-color: var(--deus-color-dark-grey); @@ -65,7 +65,7 @@ --deus-heading-font: Spectral SC; --deus-heading-font-variant: normal; --deus-heading-font-opentype-features: none; - --deus-heading-font-size: 1.5em; + --deus-heading-font-size: 1.8em; --deus-heading-font-weight: 700; --deus-heading-letter-spacing: normal; --deus-heading-text-color: var(--deus-color-white); diff --git a/includes/colophon.html b/includes/colophon.html index 805e0af..dda9b01 100644 --- a/includes/colophon.html +++ b/includes/colophon.html @@ -1,3 +1,4 @@
© 2020–present DEUS gaming
+SOULCALIBUR and SOULCALIBUR VI World Tour are © BANDAI NAMCO ENTERTAINMENT