Skip to content

Commit 2debe92

Browse files
remo5000ning-y
authored andcommitted
Add Favicon (#225)
* Add old favicon from sourceacademy * Add favicon GIMP file This will act as the source for the favicon * Replace default favicon with rendered favicon Exported a .png from GIMP, then used an imagemagick command (found on their page) to generate the .ico file * Change title of page 'Cadet' -> 'Source Academy' * Fix broken link to source specification pdfs * Bust cache by appending query to favicon url
1 parent 28cfce2 commit 2debe92

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

public/favicon.ico

139 KB
Binary file not shown.

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
1414
-->
1515
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
16-
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
16+
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico?pr225">
1717
<!--
1818
Notice the use of %PUBLIC_URL% in the tags above.
1919
It will be replaced with the URL of the `public` folder during the build.
@@ -23,7 +23,7 @@
2323
work correctly both with client-side routing and a non-root public URL.
2424
Learn how to configure a non-root public URL by running `npm run build`.
2525
-->
26-
<title>Cadet</title>
26+
<title>Source Academy</title>
2727
</head>
2828

2929
<body>

src/components/Playground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class Playground extends React.Component<IPlaygroundProps, PlaygroundState> {
115115
}
116116
}
117117

118-
const SICP_SITE = 'http://www.comp.nus.edu.sg/~henz/sicp_js/'
118+
const SICP_SITE = 'https://www.comp.nus.edu.sg/~cs1101s/source/'
119119
const CHAP = '\xa7'
120120
const playgroundIntroduction: SideContentTab = {
121121
label: 'Introduction',

src/utils/favicon.xcf

221 KB
Binary file not shown.

0 commit comments

Comments
 (0)