Skip to content

Commit cfefa61

Browse files
committed
used proper favicon website
1 parent b99e756 commit cfefa61

12 files changed

+62
-2
lines changed

Favicon.ico

7.81 KB
Binary file not shown.

_includes/head/custom.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<!-- start custom head snippets -->
22

33
<!-- insert favicons. use https://realfavicongenerator.net/ -->
4-
<link rel="shortcut icon" href="Favicon.ico">
4+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
5+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
6+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
7+
<link rel="manifest" href="/site.webmanifest">
8+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
9+
<meta name="msapplication-TileColor" content="#da532c">
10+
<meta name="theme-color" content="#ffffff">
511
<!-- end custom head snippets -->

_pages/animations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ I also created this [poster](/files/oceans_poster.pdf) to explain my second firs
3131

3232
<img src="/files/psp_corotation_anti.gif" alt="Parker Solar Probe Corotation" class="center">
3333

34-
Inspired by [@matthen2](https://twitter.com/matthen/), and adapting his mathematica [code](https://pastebin.com/McQ5qwXr) to show why Parker Solar Probe's orbit exhibits a loop when viewed in a frame corotating with the Sun's surface. Code can be seen on [github](https://github.com/rlaker/animations/).
34+
Inspired by [@matthen2](https://twitter.com/matthen/), and adapting his mathematica [code](https://pastebin.com/McQ5qwXr) to show why Parker Solar Probe's orbit exhibits a loop when viewed in a frame corotating with the Sun's surface. Code can be seen on [Github](https://github.com/rlaker/animations/) <i class="fab fa-github"></i>.
3535

3636
The animation shows one orbit of Earth (blue) and 3 orbits of Parker Solar Probe. The orbit of PSP is merely an ellipse, rather than being based on gravity, as this allows the animation to loop. The Sun rotates 12 times in this animation, similar to the real rotation rate of 27 days.
3737

android-chrome-192x192.png

15 KB
Loading

android-chrome-256x256.png

22 KB
Loading

apple-touch-icon.png

13.9 KB
Loading

browserconfig.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#da532c</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

favicon-16x16.png

1.27 KB
Loading

favicon-32x32.png

2.13 KB
Loading

mstile-150x150.png

8.91 KB
Loading

safari-pinned-tab.svg

+26
Loading

site.webmanifest

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "",
3+
"short_name": "",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-256x256.png",
12+
"sizes": "256x256",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
19+
}

0 commit comments

Comments
 (0)