From 142254a3b2ce64fcc7062ae099273670bd8525ac Mon Sep 17 00:00:00 2001
From: Rasmus Luha
Date: Sun, 18 Sep 2022 14:07:14 +0300
Subject: icon add
---
public/css/style.css | 9 +++++++--
public/img/favicon.ico | Bin 0 -> 15406 bytes
public/img/icon.bak/about.txt | 6 ++++++
public/img/icon.bak/favicon-16x16.png | Bin 0 -> 232 bytes
public/img/icon.bak/favicon-32x32.png | Bin 0 -> 384 bytes
public/index.html | 8 +++++---
static/css/style.css | 9 +++++++--
static/img/favicon.ico | Bin 0 -> 15406 bytes
static/img/icon.bak/about.txt | 6 ++++++
static/img/icon.bak/favicon-16x16.png | Bin 0 -> 232 bytes
static/img/icon.bak/favicon-32x32.png | Bin 0 -> 384 bytes
templates/base.html | 1 +
templates/index.html | 7 ++++---
13 files changed, 36 insertions(+), 10 deletions(-)
create mode 100644 public/img/favicon.ico
create mode 100644 public/img/icon.bak/about.txt
create mode 100644 public/img/icon.bak/favicon-16x16.png
create mode 100644 public/img/icon.bak/favicon-32x32.png
create mode 100644 static/img/favicon.ico
create mode 100644 static/img/icon.bak/about.txt
create mode 100644 static/img/icon.bak/favicon-16x16.png
create mode 100644 static/img/icon.bak/favicon-32x32.png
diff --git a/public/css/style.css b/public/css/style.css
index 527937d..368de8b 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -115,7 +115,6 @@ footer{
text-align: left !important;
}
-
/* Right */
.right{
height: auto;
@@ -153,8 +152,14 @@ footer{
width: auto;
}
- .left h4, ul > li{
+ .left h4{
text-align: center !important;
+ list-style-type: none;
+ }
+
+ .left ul{
+ width: 37%;
+ margin: auto
}
diff --git a/public/img/favicon.ico b/public/img/favicon.ico
new file mode 100644
index 0000000..a33818d
Binary files /dev/null and b/public/img/favicon.ico differ
diff --git a/public/img/icon.bak/about.txt b/public/img/icon.bak/about.txt
new file mode 100644
index 0000000..55b9289
--- /dev/null
+++ b/public/img/icon.bak/about.txt
@@ -0,0 +1,6 @@
+This favicon was generated using the following font:
+
+- Font Title: Fenix
+- Font Author: Copyright (c) 2012, Fernando Diaz (www.ferfolio.com) with Reserved Font Name 'Fenix'
+- Font Source: http://fonts.gstatic.com/s/fenix/v20/XoHo2YL_S7-g5ostKzAFvs8o.ttf
+- Font License: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL))
diff --git a/public/img/icon.bak/favicon-16x16.png b/public/img/icon.bak/favicon-16x16.png
new file mode 100644
index 0000000..a49a78a
Binary files /dev/null and b/public/img/icon.bak/favicon-16x16.png differ
diff --git a/public/img/icon.bak/favicon-32x32.png b/public/img/icon.bak/favicon-32x32.png
new file mode 100644
index 0000000..d0cce17
Binary files /dev/null and b/public/img/icon.bak/favicon-32x32.png differ
diff --git a/public/index.html b/public/index.html
index ccf28ef..4efa297 100644
--- a/public/index.html
+++ b/public/index.html
@@ -7,6 +7,7 @@
Luhamus
+
@@ -34,10 +35,11 @@
- This site has many purposes. It serves somewhat as the replacement
- for my social-media,and so I put some of my likings out here.
+ This site has many purposes. It is is some ways the replacement
+ of my social-media, and so I put some of my likings out here.
Also, it hosts my Git and E-mail server, which I find pretty cool,
- and some other stuff aswell.
+ and has some other stuff aswell.
+
So, Go on, have a look around!
diff --git a/static/css/style.css b/static/css/style.css
index 527937d..368de8b 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -115,7 +115,6 @@ footer{
text-align: left !important;
}
-
/* Right */
.right{
height: auto;
@@ -153,8 +152,14 @@ footer{
width: auto;
}
- .left h4, ul > li{
+ .left h4{
text-align: center !important;
+ list-style-type: none;
+ }
+
+ .left ul{
+ width: 37%;
+ margin: auto
}
diff --git a/static/img/favicon.ico b/static/img/favicon.ico
new file mode 100644
index 0000000..a33818d
Binary files /dev/null and b/static/img/favicon.ico differ
diff --git a/static/img/icon.bak/about.txt b/static/img/icon.bak/about.txt
new file mode 100644
index 0000000..55b9289
--- /dev/null
+++ b/static/img/icon.bak/about.txt
@@ -0,0 +1,6 @@
+This favicon was generated using the following font:
+
+- Font Title: Fenix
+- Font Author: Copyright (c) 2012, Fernando Diaz (www.ferfolio.com) with Reserved Font Name 'Fenix'
+- Font Source: http://fonts.gstatic.com/s/fenix/v20/XoHo2YL_S7-g5ostKzAFvs8o.ttf
+- Font License: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL))
diff --git a/static/img/icon.bak/favicon-16x16.png b/static/img/icon.bak/favicon-16x16.png
new file mode 100644
index 0000000..a49a78a
Binary files /dev/null and b/static/img/icon.bak/favicon-16x16.png differ
diff --git a/static/img/icon.bak/favicon-32x32.png b/static/img/icon.bak/favicon-32x32.png
new file mode 100644
index 0000000..d0cce17
Binary files /dev/null and b/static/img/icon.bak/favicon-32x32.png differ
diff --git a/templates/base.html b/templates/base.html
index c3864e3..3160bbd 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -9,6 +9,7 @@
Luhamus
{% endif %}
+
diff --git a/templates/index.html b/templates/index.html
index cab3904..2422899 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -9,10 +9,11 @@
- This site has many purposes. It serves somewhat as the replacement
- for my social-media,and so I put some of my likings out here.
+ This site has many purposes. It is is some ways the replacement
+ of my social-media, and so I put some of my likings out here.
Also, it hosts my Git and E-mail server, which I find pretty cool,
- and some other stuff aswell.
+ and has some other stuff aswell.
+
So, Go on, have a look around!