Skip to content

Commit

Permalink
Merge pull request #10 from warioddly/dev
Browse files Browse the repository at this point in the history
[+] Add pixeled icon logo
  • Loading branch information
warioddly authored Dec 3, 2023
2 parents 6d14056 + 0a4a7c0 commit 936d7ae
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 14 deletions.
Binary file removed web/Icon.jpeg
Binary file not shown.
Binary file added web/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 21 additions & 6 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,23 @@























Expand All @@ -28,22 +45,20 @@
<html>
<head>
<base href="$FLUTTER_BASE_HREF">
<title>WARIODDLY 👾</title>

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="author" content="warioddly">
<meta name="description" content="Hey! This is my portfolio...">

<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="warioddly">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<link rel="apple-touch-icon" href="icon.png">
<meta name="google-site-verification" content="_fzuvD55TeZMGVNuI0Y7C88HpaIh5yKewj8phC-eB2Y" />

<!-- Favicon -->
<link rel="icon" type="image/png" href="Icon.jpeg"/>

<title>WARIODDLY 👾</title>
<link rel="icon" type="image/png" href="icon.png"/>
<link rel="manifest" href="manifest.json">

<script>
Expand Down
16 changes: 8 additions & 8 deletions web/manifest.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "warioddly",
"short_name": "warioddly",
"name": "Warioddly Portfolio",
"short_name": "Warioddly",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"background_color": "#00111c",
"theme_color": "##00111c",
"description": "Hey! This is my portfolio...",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "Icon.jpeg",
"src": "icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "Icon.jpeg",
"src": "icon.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "Icon.jpeg",
"src": "icon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "Icon.jpeg",
"src": "icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
Expand Down

0 comments on commit 936d7ae

Please sign in to comment.