Skip to content

Commit fe3a22b

Browse files
Update What-is-Computer-Science.html
Signed-off-by: Glowing Jellyfish Studio <digitaldarkness2024@outlook.com>
1 parent 058e034 commit fe3a22b

File tree

1 file changed

+27
-38
lines changed

1 file changed

+27
-38
lines changed

What-is-Computer-Science.html

Lines changed: 27 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<script
5-
type="text/javascript"
6-
src="https://app.termly.io/resource-blocker/9168f4b7-e2dd-454c-815f-7495324c3050?autoBlock=on">
7-
</script>
8-
<!-- Google tag (gtag.js) -->
9-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y0C7CHSP0Z"></script>
10-
<script>
11-
window.dataLayer = window.dataLayer || [];
12-
function gtag(){dataLayer.push(arguments);}
13-
gtag('js', new Date());
4+
<script type="text/javascript" src="https://app.termly.io/resource-blocker/9168f4b7-e2dd-454c-815f-7495324c3050?autoBlock=on"></script>
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y0C7CHSP0Z"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
1410

15-
gtag('config', 'G-Y0C7CHSP0Z');
16-
</script>
17-
<meta charset="UTF-8">
18-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
19-
<title>What is Computer Science?</title>
20-
<link rel="stylesheet" href="styles.css">
21-
<link rel="stylesheet" href="learn.css">
11+
gtag('config', 'G-Y0C7CHSP0Z');
12+
</script>
13+
<meta charset="UTF-8">
14+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
15+
<title>What is Computer Science?</title>
16+
<link rel="stylesheet" href="styles.css">
17+
<link rel="stylesheet" href="learn.css">
2218
</head>
2319
<body>
2420
<div class="container what-is-cs">
@@ -111,27 +107,20 @@ <h2>5. Impacts of Computing</h2>
111107
<button class="right-button" onclick="window.location.href='https://glowingjellyfishstudio.github.io/Computing-Systems/What-Is-Computer-Science-Quiz'">Continue</button>
112108
</div>
113109
<script type="module">
114-
// Import the functions you need from the SDKs you need
115-
import { initializeApp } from "https://www.gstatic.com/firebasejs/11.1.0/firebase-app.js";
116-
import { getAnalytics } from "https://www.gstatic.com/firebasejs/11.1.0/firebase-analytics.js";
117-
// TODO: Add SDKs for Firebase products that you want to use
118-
// https://firebase.google.com/docs/web/setup#available-libraries
110+
import { initializeApp } from "https://www.gstatic.com/firebasejs/11.1.0/firebase-app.js";
111+
import { getAnalytics } from "https://www.gstatic.com/firebasejs/11.1.0/firebase-analytics.js";
119112

120-
// Your web app's Firebase configuration
121-
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
122-
const firebaseConfig = {
123-
apiKey: "AIzaSyBmRX48_EdZ08-L4KCPhAunCWDy8LBIo1E",
124-
authDomain: "glowing-jellyfish-studios.firebaseapp.com",
125-
projectId: "glowing-jellyfish-studios",
126-
storageBucket: "glowing-jellyfish-studios.firebasestorage.app",
127-
messagingSenderId: "79644324993",
128-
appId: "1:79644324993:web:c3073d0258067326224980",
129-
measurementId: "G-Y0C7CHSP0Z"
130-
};
131-
132-
// Initialize Firebase
133-
const app = initializeApp(firebaseConfig);
134-
const analytics = getAnalytics(app);
135-
</script>
113+
const firebaseConfig = {
114+
apiKey: "AIzaSyBmRX48_EdZ08-L4KCPhAunCWDy8LBIo1E",
115+
authDomain: "glowing-jellyfish-studios.firebaseapp.com",
116+
projectId: "glowing-jellyfish-studios",
117+
storageBucket: "glowing-jellyfish-studios.firebasestorage.app",
118+
messagingSenderId: "79644324993",
119+
appId: "1:79644324993:web:c3073d0258067326224980",
120+
measurementId: "G-Y0C7CHSP0Z"
121+
};
122+
const app = initializeApp(firebaseConfig);
123+
const analytics = getAnalytics(app);
124+
</script>
136125
</body>
137126
</html>

0 commit comments

Comments
 (0)