File tree 1 file changed +15
-3
lines changed
1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The website is hosted on [GitHub Pages](https://pages.github.com/).
26
26
* [ Light mode] ( #light-mode )
27
27
* [ Dark mode] ( #dark-mode )
28
28
* [ Images] ( #images )
29
- * [ Favicon ] ( #favicon )
29
+ * [ Logo ] ( #logo )
30
30
* [ Image sources] ( #image-sources )
31
31
* [ Publishing] ( #publishing )
32
32
<!-- TOC -->
@@ -137,9 +137,21 @@ which generated a dark mode color palette as a set of CSS style rules.
137
137
138
138
## Images
139
139
140
- ### Favicon
140
+ ### Logo
141
141
142
- // TODO
142
+ Our logo is the [ users] ( https://fontawesome.com/icons/users?f=classic&s=solid ) icon
143
+ from the Font Awesome Free icon set. ([ License] ( https://fontawesome.com/license/free ) )
144
+
145
+ To customize and download it, we found it on [ fonticon] ( https://gauger.io/fonticon/ ) ,
146
+ set its foreground color to ` #00313C ` there, selected the download type of ` .ico (advanced) ` ,
147
+ then clicked the "Download" button.
148
+ That opened the icon in [ RealFaviconGenerator.net] ( https://realfavicongenerator.net/api/favicon_generator ) ,
149
+ in which we opted for a background color of ` #FFFFFF ` . Finally, we downloaded the resulting favicon package
150
+ (i.e. ZIP file), which included:
151
+
152
+ - ` favicon.ico ` , which we use as our ** favicon** (i.e. ` static/img/favicon.ico ` )
153
+ - ` safari-pinned-tab.svg ` , which we renamed to ` logo.svg ` and use as our ** logo** (i.e. ` static/img/logo.svg ` )
154
+ - Other files, which we do not use
143
155
144
156
### Image sources
145
157
You can’t perform that action at this time.
0 commit comments