diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-02-21 23:12:14 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-02-21 23:12:14 -0500 |
| commit | 337aa2cfdf39e03f5e03690240e6be0bf94229f3 (patch) | |
| tree | adc2604f397b6aa76849039b446ed86df445ef45 /src | |
| parent | 9f4873279d24ea3fce9bf2fcbc93644b31ca0f75 (diff) | |
| download | bnbmc-website-337aa2cfdf39e03f5e03690240e6be0bf94229f3.tar.gz bnbmc-website-337aa2cfdf39e03f5e03690240e6be0bf94229f3.tar.bz2 bnbmc-website-337aa2cfdf39e03f5e03690240e6be0bf94229f3.zip | |
Fixed links; Style change
Diffstat (limited to 'src')
| -rw-r--r-- | src/assets/background.svg | 1 | ||||
| -rw-r--r-- | src/components/sites.json | 10 | ||||
| -rw-r--r-- | src/pages/index.astro | 4 |
3 files changed, 7 insertions, 8 deletions
diff --git a/src/assets/background.svg b/src/assets/background.svg deleted file mode 100644 index 4b2be0a..0000000 --- a/src/assets/background.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="1024" fill="none"><path fill="url(#a)" fill-rule="evenodd" d="M-217.58 475.75c91.82-72.02 225.52-29.38 341.2-44.74C240 415.56 372.33 315.14 466.77 384.9c102.9 76.02 44.74 246.76 90.31 366.31 29.83 78.24 90.48 136.14 129.48 210.23 57.92 109.99 169.67 208.23 155.9 331.77-13.52 121.26-103.42 264.33-224.23 281.37-141.96 20.03-232.72-220.96-374.06-196.99-151.7 25.73-172.68 330.24-325.85 315.72-128.6-12.2-110.9-230.73-128.15-358.76-12.16-90.14 65.87-176.25 44.1-264.57-26.42-107.2-167.12-163.46-176.72-273.45-10.15-116.29 33.01-248.75 124.87-320.79Z" clip-rule="evenodd" style="opacity:.154"/><path fill="url(#b)" fill-rule="evenodd" d="M1103.43 115.43c146.42-19.45 275.33-155.84 413.5-103.59 188.09 71.13 409 212.64 407.06 413.88-1.94 201.25-259.28 278.6-414.96 405.96-130 106.35-240.24 294.39-405.6 265.3-163.7-28.8-161.93-274.12-284.34-386.66-134.95-124.06-436-101.46-445.82-284.6-9.68-180.38 247.41-246.3 413.54-316.9 101.01-42.93 207.83 21.06 316.62 6.61Z" clip-rule="evenodd" style="opacity:.154"/><defs><linearGradient id="b" x1="373" x2="1995.44" y1="1100" y2="118.03" gradientUnits="userSpaceOnUse"><stop stop-color="#D83333"/><stop offset="1" stop-color="#F041FF"/></linearGradient><linearGradient id="a" x1="107.37" x2="1130.66" y1="1993.35" y2="1026.31" gradientUnits="userSpaceOnUse"><stop stop-color="#3245FF"/><stop offset="1" stop-color="#BC52EE"/></linearGradient></defs></svg> diff --git a/src/components/sites.json b/src/components/sites.json index fa72f5e..32bf4c9 100644 --- a/src/components/sites.json +++ b/src/components/sites.json @@ -35,7 +35,7 @@ "type": "country" }, { - "name": "KR", + "name": "Kemonomimi Republic", "website": "https://kr.aircs.racing", "type": "country" }, @@ -65,13 +65,13 @@ "type": "country" }, { - "name": "Yavno Republic", - "website": "https://yavno.aircs.racing", + "name": "Yavno", + "website": "https://yavno.bnbmc.net", "type": "country" }, { - "name": "Solstan Federation", - "website": "https://solstice.bnbmc.net", + "name": "Solstice", + "website": "https://solstice.aircs.racing", "type": "country" } ] diff --git a/src/pages/index.astro b/src/pages/index.astro index 66885ad..e633ba9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -23,7 +23,7 @@ import sites from '../components/sites.json'; <style> a { - font-size: 1.2em; + font-size: 1.1em; color: #22b7f1; text-decoration: none; } @@ -49,7 +49,7 @@ import sites from '../components/sites.json'; } .site { background-color: #394049; - padding: 2em; + padding: 1.5em; margin-top: .5em; margin-bottom: .5em; } |
