Skip to content

Commit 45939ec

Browse files
Fetch Api Data remaining
1 parent a8c69fc commit 45939ec

36 files changed

+21441
-110
lines changed

public/images/coins.png

-29.9 KB
Binary file not shown.

public/images/coins.svg

Lines changed: 0 additions & 96 deletions
This file was deleted.
File renamed without changes.

public/index.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="./quiz2.svg" />
5+
<link rel="icon" href="./images/quiz.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
88
<meta
@@ -26,16 +26,6 @@
2626
-->
2727
<title>Quiz Application</title>
2828
<!-- MATERIAL UI LINKS -->
29-
<link
30-
rel="stylesheet"
31-
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
32-
/>
33-
<link
34-
rel="stylesheet"
35-
href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
36-
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p"
37-
crossorigin="anonymous"
38-
/>
3929
<link
4030
rel="stylesheet"
4131
href="https://fonts.googleapis.com/icon?family=Material+Icons"

public/serviceworker.js

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,38 @@
11
const CACHE_NAME = "quizApplicationCache"
22

33
const filesToCache = [
4+
"/static/media/hand_mobile.jpg",
5+
"/static/media/hand_mobile.8e00ea14.jpg",
6+
"/static/media/SourceSansPro-Regular.c1678b46.ttf",
7+
48
"/",
59
"index.html",
610
"manifest.json",
7-
"https://pro.fontawesome.com/releases/v5.10.0/css/all.css",
8-
"/static/media/hand_mobile.jpg",
9-
"/quiz2.svg",
11+
12+
"/static/js/main.chunk.js",
13+
"/static/js/bundle.js",
14+
"/static/js/1.chunk.js",
15+
16+
"/web-fonts/css/all.min.css",
17+
18+
"/static/media/SourceSansPro-Regular.ttf",
19+
20+
"/images/quiz.svg",
21+
22+
"/images/icon-192x192.png",
23+
24+
"https://fonts.googleapis.com/icon?family=Material+Icons",
25+
26+
"/web-fonts/webfonts/fa-solid-900.woff2",
27+
"/web-fonts/webfonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2",
28+
"/web-fonts/webfonts/fa-brands-400.woff2",
29+
"/web-fonts/web-fonts/webfonts/fa-brands-400.ttf",
30+
"/web-fonts/web-fonts/webfonts/fa-solid-900.ttf",
31+
"/web-fonts/web-fonts/webfonts/fa-brands-400.woff",
32+
"/web-fonts/web-fonts/webfonts/fa-solid-900.woff",
33+
"/web-fonts/web-fonts/webfonts/fa-brands-400.woff2",
34+
"/src/styles/fonts/SourceSansPro-Regular.ttf",
35+
"/web-fonts/web-fonts/webfonts/fa-solid-900.woff2",
1036
]
1137

1238
// Install SW

public/web-fonts/LICENSE.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Font Awesome Free License
2+
-------------------------
3+
4+
Font Awesome Free is free, open source, and GPL friendly. You can use it for
5+
commercial projects, open source projects, or really almost whatever you want.
6+
Full Font Awesome Free license: https://fontawesome.com/license/free.
7+
8+
# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
9+
In the Font Awesome Free download, the CC BY 4.0 license applies to all icons
10+
packaged as SVG and JS file types.
11+
12+
# Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL)
13+
In the Font Awesome Free download, the SIL OFL license applies to all icons
14+
packaged as web and desktop font files.
15+
16+
# Code: MIT License (https://opensource.org/licenses/MIT)
17+
In the Font Awesome Free download, the MIT license applies to all non-font and
18+
non-icon files.
19+
20+
# Attribution
21+
Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font
22+
Awesome Free files already contain embedded comments with sufficient
23+
attribution, so you shouldn't need to do anything additional when using these
24+
files normally.
25+
26+
We've kept attribution comments terse, so we ask that you do not actively work
27+
to remove them from files, especially code. They're a great way for folks to
28+
learn about Font Awesome.
29+
30+
# Brand Icons
31+
All brand icons are trademarks of their respective owners. The use of these
32+
trademarks does not indicate endorsement of the trademark holder by Font
33+
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
34+
to represent the company, product, or service to which they refer.**

public/web-fonts/attribution.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
console.log(`Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
2+
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
3+
`)

0 commit comments

Comments
 (0)