Skip to content

Commit 6e6897b

Browse files
committed
Codebase Cleanup + Css Update
1 parent 18597df commit 6e6897b

File tree

521 files changed

+1126
-1275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

521 files changed

+1126
-1275
lines changed

static/404.html

Lines changed: 0 additions & 105 deletions
This file was deleted.

static/apps.html

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<meta charset="UTF-8">
45
<link rel="shortcut icon" id="dynamic-favicon" href="favicon.png">
56
<title id="dynamic-title">Classes</title>
6-
<script src="./contact/mathematics.js"></script>
7-
<script src="./contact/geography.js?"></script>
8-
<meta charset="UTF-8">
9-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<script src="./contact/bundle.js"></script>
8+
<script src="./contact/config.js?"></script>
109
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1110
<meta name="description" content="Space.com is your source for the latest astronomy news and space discoveries, live coverage of space flights and the science of space travel.">
1211
<meta name="keywords" content="Computer Science, Technology, Photography, Nature, Tech Support, Tech Help, Local Tech Support">
1312
<link rel="canonical" href="https://www.space.com/news">
14-
<!-- Site Stylesheets -->
15-
<link rel="stylesheet" href="/css/m.css">
16-
<link rel="stylesheet" href="/css/theme/solid/default.css?v=1">
13+
<link rel="stylesheet" href="/assets/styles/main.css">
14+
<link rel="stylesheet" href="/assets/styles/theme/solid/default.css?v=1">
1715
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
18-
<!-- Main Site Scripts -->
19-
<script src="/scripts/learning.js"></script>
16+
<script src="/assets/scripts/index.js"></script>
2017
<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script>
21-
<script src="/scripts/insight.js?v=1"></script>
22-
<script src="/scripts/wisdom.js?v=1"></script>
18+
<script src="assets/scripts/apps.js"></script>
19+
<script src="/assets/scripts/global.js?v=1"></script>
2320
</head>
2421
<body>
2522
<!-- Nav Bar Start-->
@@ -64,6 +61,6 @@
6461
gtag('js', new Date());
6562
gtag('config', 'G-WKJQ5QHQTJ');
6663
</script>
67-
<script src="/scripts/wisdom.js?v=1"></script>
64+
<script src="/assets/scripts/global.js?v=1"></script>
6865
</body>
6966
</html>

0 commit comments

Comments
 (0)