File tree Expand file tree Collapse file tree 6 files changed +36
-1
lines changed
Expand file tree Collapse file tree 6 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
77 < title > Yeargin Haus</ title >
8+ < link rel ="icon " type ="image/svg+xml " href ="img/favicon.svg ">
9+ < link rel ="icon " type ="image/ico " href ="/favicon.ico ">
10+ < link rel ="manifest " href ="/manifest.json ">
811
912 <!-- Bootstrap -->
1013 < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css " integrity ="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh " crossorigin ="anonymous ">
@@ -37,7 +40,6 @@ <h2>Stephen Yeargin</h2>
3740 < ul class ="list-inline social-media-links ">
3841 < li class ="list-inline-item "> < a href ="https://social.yearg.in/@stephenyeargin " rel ="me "> < i class ="fab fa-mastodon "> </ i > < span class ="sr-only "> stephenyeargin</ span > </ a > </ li >
3942 < li class ="list-inline-item "> < a href ="https://www.linkedin.com/in/stephenyeargin/ " rel ="me "> < i class ="fab fa-linkedin "> </ i > < span class ="sr-only "> stephenyeargin</ span > </ a > </ li >
40- < li class ="list-inline-item "> < a href ="https://www.instagram.com/stephenyeargin/ " rel ="me "> < i class ="fab fa-instagram "> </ i > < span class ="sr-only "> stephenyeargin</ span > </ a > </ li >
4143 < li class ="list-inline-item "> < a href ="https://github.com/stephenyeargin " rel ="me "> < i class ="fab fa-github "> </ i > < span class ="sr-only "> stephenyeargin</ span > </ a > </ li >
4244 </ ul >
4345 </ div >
Original file line number Diff line number Diff line change 1+ {
2+ "id" : " /" ,
3+ "name" : " Yeargin Haus" ,
4+ "short_name" : " Yeargin" ,
5+ "description" : " Yeargin Haus landing page" ,
6+ "start_url" : " /" ,
7+ "display" : " standalone" ,
8+ "background_color" : " #ffffff" ,
9+ "theme_color" : " #ffffff" ,
10+ "icons" : [
11+ {
12+ "src" : " img/favicon.svg" ,
13+ "sizes" : " any" ,
14+ "type" : " image/svg+xml"
15+ },
16+ {
17+ "src" : " img/favicon-192x192.png" ,
18+ "sizes" : " 192x192" ,
19+ "type" : " image/png"
20+ },
21+ {
22+ "src" : " img/favicon-512x512.png" ,
23+ "sizes" : " 512x512" ,
24+ "type" : " image/png"
25+ }
26+ ]
27+ }
You can’t perform that action at this time.
0 commit comments