Skip to content

Commit

Permalink
new favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
captn3m0 committed Sep 22, 2024
1 parent 7d1463c commit 1cbfe69
Show file tree
Hide file tree
Showing 16 changed files with 84 additions and 7 deletions.
19 changes: 13 additions & 6 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@
<link rel="stylesheet" href="https://classless.de/classless.css" />
<link rel="stylesheet" href="/assets/custom.css" />

<!-- Favicons -->
<link rel="shortcut icon" href="/img/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png" />
<link rel="manifest" href="/assets/site.webmanifest" />
<!-- Generated via https://realfavicongenerator.net/ -->
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png?v=2">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png?v=2">
<link rel="manifest" href="/img/site.webmanifest?v=2">
<link rel="mask-icon" href="/img/safari-pinned-tab.svg?v=2" color="#5bbad5">
<link rel="shortcut icon" href="/img/favicon.ico?v=2">
<meta name="apple-mobile-web-app-title" content="blr.today">
<meta name="application-name" content="blr.today">
<meta name="msapplication-TileColor" content="#603cba">
<meta name="msapplication-config" content="/img/browserconfig.xml?v=2">
<meta name="theme-color" content="#ffffff">

{% if page.noindex %}
<meta name="robots" content="noindex, nofollow" />
{% endif %}
9 changes: 8 additions & 1 deletion _layouts/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
layout: default
title: blr.today
---
{{content | extract_element:'blockquote' | first | extract_element:'p' }}
<div style="display: flex; align-items: right;">
<p style="margin-top:5px;text-align: left;">
{{content | extract_element:'blockquote' | first | extract_element:'p' }}
</p>
<img height=100px src="/img/apple-touch-icon.png" alt="blr.today logo" />
</div>


{% assign eventCount = page.events | size %}

{% if eventCount>0 %}
Expand Down
Binary file modified img/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions img/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/img/mstile-150x150.png?v=2"/>
<TileColor>#603cba</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified img/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/favicon.ico
Binary file not shown.
Binary file added img/mstile-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mstile-310x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mstile-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions img/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions img/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "blr.today",
"short_name": "blr.today",
"icons": [
{
"src": "/img/android-chrome-192x192.png?v=2",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/android-chrome-512x512.png?v=2",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

0 comments on commit 1cbfe69

Please sign in to comment.