|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <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()); |
14 | 10 |
|
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"> |
22 | 18 | </head> |
23 | 19 | <body> |
24 | 20 | <div class="container what-is-cs"> |
@@ -111,27 +107,20 @@ <h2>5. Impacts of Computing</h2> |
111 | 107 | <button class="right-button" onclick="window.location.href='https://glowingjellyfishstudio.github.io/Computing-Systems/What-Is-Computer-Science-Quiz'">Continue</button> |
112 | 108 | </div> |
113 | 109 | <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"; |
119 | 112 |
|
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> |
136 | 125 | </body> |
137 | 126 | </html> |
0 commit comments