Refactor code structure for improved readability and maintainability

This commit is contained in:
Peter Wood
2025-05-17 22:02:27 -04:00
parent c9ed7d4d2c
commit 9ba3bccd56
2 changed files with 6766 additions and 4 deletions

6765
public/assets/fontawesome/css/all.min.css vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -25,10 +25,7 @@ const { title } = Astro.props;
<meta name="generator" content={Astro.generator} /> <meta name="generator" content={Astro.generator} />
<title>{title}</title> <title>{title}</title>
<link rel="stylesheet" href="/src/styles/radix-ui.css" /> <link rel="stylesheet" href="/src/styles/radix-ui.css" />
<link <link rel="stylesheet" href="/assets/fontawesome/css/all.min.css" />
rel="stylesheet"
href="/node_modules/@fortawesome/fontawesome-free/css/all.min.css"
/>
<link rel="stylesheet" href="/src/styles/global.css" /> <link rel="stylesheet" href="/src/styles/global.css" />
</head> </head>
<body> <body>