Skip to content

Commit

Permalink
Fix fonts and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate committed Oct 23, 2023
1 parent b4d6104 commit 57103ea
Show file tree
Hide file tree
Showing 30 changed files with 401 additions and 12 deletions.
8 changes: 6 additions & 2 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,14 @@ url = "https://github.com/pixincreate"
name = "linkedin"
url = "https://linkedin.com/pavananarayanak"

[languages.en.params.portrait]
[[languages.en.params.social]]
name = "stackoverflow"
url = "https://stackoverflow.com/users/12320089/theycallmepix"

[params.portrait]
path = "/img/avatar.png"
alt = "Avatar"
maxWidth = "175px"
maxWidth = "50px"

[languages.en.params.logo]
logoMark = "$"
Expand Down
Binary file added static/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 added static/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 added static/apple-touch-icon-precomposed.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 static/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.
6 changes: 3 additions & 3 deletions static/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/configtile-150x150.png"/>
<TileColor>#02EAFF</TileColor>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
</browserconfig>
Binary file removed static/chromium-android-192x192.png
Binary file not shown.
Binary file removed static/chromium-android-512x512.png
Binary file not shown.
Binary file removed static/configtile-150x150.png
Binary file not shown.
Binary file modified static/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 removed static/favicon-32x32.ico
Binary file not shown.
Binary file modified static/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 added static/favicon.ico
Binary file not shown.
Binary file added static/fonts/Inter-Bold.woff
Binary file not shown.
Binary file added static/fonts/Inter-Bold.woff2
Binary file not shown.
Binary file added static/fonts/Inter-BoldItalic.woff
Binary file not shown.
Binary file added static/fonts/Inter-BoldItalic.woff2
Binary file not shown.
Binary file added static/fonts/Inter-Italic.woff
Binary file not shown.
Binary file added static/fonts/Inter-Italic.woff2
Binary file not shown.
Binary file added static/fonts/Inter-Medium.woff
Binary file not shown.
Binary file added static/fonts/Inter-Medium.woff2
Binary file not shown.
Binary file added static/fonts/Inter-MediumItalic.woff
Binary file not shown.
Binary file added static/fonts/Inter-MediumItalic.woff2
Binary file not shown.
Binary file added static/fonts/Inter-Regular.woff
Binary file not shown.
Binary file added static/fonts/Inter-Regular.woff2
Binary file not shown.
Binary file removed static/fonts/san_francisco-webfont.woff
Binary file not shown.
Binary file removed static/fonts/san_francisco-webfont.woff2
Binary file not shown.
Binary file added static/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.
385 changes: 385 additions & 0 deletions static/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.
14 changes: 7 additions & 7 deletions static/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "",
"short_name": "",
"name": "PiXincreate",
"short_name": "PiXincreate",
"icons": [
{
"src": "/chromium-android-192x192.png",
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/chromium-android-512x512.png",
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#090909",
"background_color": "#090909",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
}

0 comments on commit 57103ea

Please sign in to comment.