summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcoteeq <isaqtm@gmail.com>2024-01-02 16:47:43 +0600
committercoteeq <isaqtm@gmail.com>2024-01-02 16:47:43 +0600
commitf9c025096f14bcc31a0a1acf55cb09f357f40b39 (patch)
tree83d1dc608ebf83dae90813269948218ea47fba23
parent936ae2c02762ac737e16e80529da0ffcb1d1e326 (diff)
downloadiro-f9c025096f14bcc31a0a1acf55cb09f357f40b39.tar.gz
add icon
-rw-r--r--README.md7
-rw-r--r--blur-icon.pngbin0 -> 1356 bytes
-rw-r--r--index.html1
3 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9b2d655..c45cbad 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
# Iro
A startpage. with colors.
+
+### Recreate images
+
+```
+convert blur.png -resize 480x480 -quality 70 blur-shakaler.jpg
+convert blur.png -resize 20x20 -crop '16x16+2+2' -modulate 200 blur-icon.png
+```
diff --git a/blur-icon.png b/blur-icon.png
new file mode 100644
index 0000000..6062f8f
--- /dev/null
+++ b/blur-icon.png
Binary files differ
diff --git a/index.html b/index.html
index 9c951e8..f626c32 100644
--- a/index.html
+++ b/index.html
@@ -6,6 +6,7 @@
<meta name="theme-color" content="#141D20">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style2.css">
+ <link rel="icon" href="blur-icon.png">
<!-- link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" -->
<!-- link href="https://fonts.googleapis.com/css?family=Inconsolata&display=swap" rel="stylesheet" -->
</head>