Compare commits

...

4 commits

Author SHA1 Message Date
629bf91d4f
Bumped astro and restructured
All checks were successful
/ get-version (push) Successful in 5s
/ astro-check (push) Successful in 14s
/ build-site (push) Successful in 1m17s
/ check-tag (push) Successful in 3s
/ auto-deploy-dockge (push) Successful in 7s
/ checking (push) Successful in 15s
/ create-release (push) Successful in 11s
2024-08-21 13:26:38 +02:00
949b05b192
smol changes
All checks were successful
/ get-version (push) Successful in 3s
/ astro-check (push) Successful in 12s
2024-08-16 18:44:31 +02:00
de3e262a3c
Content Collection Schemas
All checks were successful
/ astro-check (push) Successful in 13s
/ get-version (push) Successful in 3s
/ check-tag (push) Successful in 3s
/ checking (push) Successful in 14s
/ create-release (push) Successful in 7s
/ auto-deploy-dockge (push) Successful in 12s
/ build-site (push) Successful in 1m6s
2024-08-01 18:01:39 +02:00
27ee2de172
fixed typo
All checks were successful
/ get-version (push) Successful in 3s
/ astro-check (push) Successful in 17s
/ check-tag (push) Successful in 2s
/ checking (push) Successful in 15s
/ build-site (push) Successful in 59s
/ create-release (push) Successful in 10s
/ auto-deploy-dockge (push) Successful in 11s
2024-07-31 21:16:55 +02:00
63 changed files with 597 additions and 278 deletions

View file

@ -1,12 +1,12 @@
import { defineConfig } from 'astro/config';
import sitemap from '@astrojs/sitemap';
import metaTags from "astro-meta-tags";
import { defineConfig } from 'astro/config';
export default defineConfig({
sitemap: true,
base: '/',
outDir: 'dist',
publicDir: 'static',
publicDir: 'public',
site: 'https://fgo-ta.com/',
integrations: [sitemap(), metaTags()],
trailingSlash: "never"

781
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{
"name": "fgo-ta-com-website",
"type": "module",
"version": "0.2.2-pre.16",
"version": "0.2.2-pre.19",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
@ -11,10 +11,10 @@
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.2",
"@astrojs/check": "^0.8.1",
"@astrojs/check": "^0.9.3",
"@astrojs/sitemap": "^3.1.6",
"@fontsource/work-sans": "^5.0.18",
"astro": "^4.12.2",
"astro": "^4.14.3",
"astro-meta-tags": "^0.3.0",
"autoprefixer": "^10.4.19",
"iconoir": "^7.7.0",

View file

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 123 KiB

View file

@ -70,14 +70,16 @@ if (baseurl) {
.head {
hyphens: auto;
padding-top: 2rem;
font-size: 2rem;
font-size: 3rem;
font-weight: 800;
font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial,
sans-serif;
}
.sub {
font-size: 0.75rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
font-size: 1rem;
font-weight: 600;
font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial,
sans-serif;
@ -98,19 +100,19 @@ if (baseurl) {
@media (min-width: 620px) {
.head {
hyphens: none;
font-size: 3rem;
}
.sub {
font-size: 0.75rem;
}
}
@media (min-width: 1000px) {
.head {
font-size: 4rem;
}
.sub {
font-size: 1rem;
}
}
@media (min-width: 1000px) {
.head {
font-size: 6rem;
}
.sub {
font-size: 1rem;
}
}
</style>

View file

@ -45,6 +45,8 @@ const display = fadeout ? "": "display: none"
}
.sub {
padding-left: 0.5rem;
padding-right: 0.5rem;
font-size: 1.5rem;
font-weight: 800;
font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial,

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../.astro/collections/changes.schema.json",
"info": {
"title": "Appends and Level 120",
"releaseDate": "2022-05-23",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../.astro/collections/changes.schema.json",
"info": {
"title": "Castoria",
"releaseDate": "2022-07-04",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../.astro/collections/changes.schema.json",
"info": {
"title": "Koyanskaya of Light",
"releaseDate": "2023-07-03",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../.astro/collections/changes.schema.json",
"info": {
"title": "Oberon",
"releaseDate": "2023-07-10",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../.astro/collections/changes.schema.json",
"info": {
"title": "Scathach-Skadi",
"releaseDate": "2020-07-06",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../.astro/collections/changes.schema.json",
"info": {
"title": "Scathach-Skadi (Ruler)",
"releaseDate": "2024-07-24",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../.astro/collections/groups.schema.json",
"info": {
"title": "Lostbelt 6.5 - Traum",
"releaseDate": "2024-05-13",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../.astro/collections/groups.schema.json",
"info": {
"title": "Lostbelt 6 - Avalon le Fae",
"releaseDate": "2023-06-06",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../.astro/collections/taInfoData.schema.json",
"info": {
"title": "Arctic Summer World",
"releaseDate": "2024-07-24",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../.astro/collections/taInfoData.schema.json",
"info": {
"title": "Beast IV:L",
"releaseDate": "2023-12-26",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../.astro/collections/taInfoData.schema.json",
"info": {
"title": "Case Files Rerun 2024",
"releaseDate": "2024-01-10",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../.astro/collections/taInfoData.schema.json",
"info": {
"title": "Devilish Bodhisattva",
"releaseDate": "2019-04-23",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/taInfoData.schema.json",
"info": {
"title": "Kiyohime",
"releaseDate": "2024-05-13",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/taInfoData.schema.json",
"info": {
"title": "Kriemhild",
"releaseDate": "2024-05-13",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/taInfoData.schema.json",
"info": {
"title": "Moriarty",
"releaseDate": "2024-05-13",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/taInfoData.schema.json",
"info": {
"title": "Zhang Jue",
"releaseDate": "2024-05-13",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/taInfoData.schema.json",
"info": {
"title": "Albion",
"releaseDate": "2023-07-10",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/taInfoData.schema.json",
"info": {
"title": "Cernunnos",
"releaseDate": "2023-07-10",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/taInfoData.schema.json",
"info": {
"title": "Queen Morgan",
"releaseDate": "2023-06-20",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Lightning in Gilgilgamesh",
"releaseDate": "2024-03-23",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Grand Finale - The Golden Metropolis Returns",
"releaseDate": "2024-03-18",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Flame Gate",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Welcome to Jaguar Country",
"releaseDate": "2024-03-16",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Moolah's Pawn Shop",
"releaseDate": "2024-03-17",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Rice Ball Franchise Shop No. 1",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Skyscraper Monster",
"releaseDate": "2024-03-16",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Sweets Universe",
"releaseDate": "2024-03-17",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "BE-Witched (Curse)",
"releaseDate": "2024-03-19",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Main Event - Final Match",
"releaseDate": "2024-03-19",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Capture the Clown!",
"releaseDate": "2024-03-20",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Legend of the Crimson Hero - HD Remastered",
"releaseDate": "2024-03-21",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Finale - The Eternal City Triumphus",
"releaseDate": "2024-03-22",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "The Lovely Gorgon Sisters",
"releaseDate": "2024-03-20",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "The Green Comet",
"releaseDate": "2024-03-21",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Singularity Gets Restored until You Reach Home",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Child from the Netherworld",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Raging Billows! Kakare Shibata!",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Galaxy Guardian",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Western Ninja Arts Book",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "True Love",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Five Star Idol",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Until That Person's Defeated",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "March of the Holy Reindeer",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Crime and Punishment - Gray Mustache Must Die",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Super My Home Daddy",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Heart Pounding! The Grand Decisive Swimsuit Battle!",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "The Librarian's Job",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": {
"title": "Rematch at Reichenbach Falls",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../.astro/collections/teslafestgroups.schema.json",
"info": {
"title": "Exhibition Quests 2020",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../.astro/collections/teslafestgroups.schema.json",
"info": {
"title": "Exhibition Quests 2021",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../.astro/collections/teslafestgroups.schema.json",
"info": {
"title": "Giga Coil",
"releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{
"$schema": "../../../.astro/collections/teslafestgroups.schema.json",
"info": {
"title": "Mega Coil",
"releaseDate": "2024-03-15",

View file

@ -1,7 +1,7 @@
---
import Navbar from '../components/navbar.astro'
import NavbarEntry from '../components/navbarEntry.astro'
import navdata from '../../static/data/_navdata.json'
import navdata from '../data/_navdata.json'
import embed from '../assets/embed.png'
import home from 'iconoir/icons/home.svg'
import database from 'iconoir/icons/database.svg'

View file

@ -12,7 +12,7 @@ const description =
currentpage="home"
descriptionOverride={description}
>
<Title maintext='FGO NA TA DATA&shy;BASE' subtext='The all-in-one lookup for your all TA needs'/>
<Title maintext='FGO NA TA DATA&shy;BASE' subtext='The all-in-one lookup for all your TA needs'/>
<Hero fadeout={true}/>
</Layout>

View file

@ -21,8 +21,6 @@ combined.sort(
b.data.info.releaseDate.valueOf() - a.data.info.releaseDate.valueOf() ||
b.data.info.releaseNumber - a.data.info.releaseNumber
)
console.log(combined)
---
<Layout