summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Luha <rasmus.luha@gmail.com>2022-09-18 14:07:14 +0300
committerRasmus Luha <rasmus.luha@gmail.com>2022-09-18 14:07:14 +0300
commit142254a3b2ce64fcc7062ae099273670bd8525ac (patch)
treed6fd2000a69518a610b733c9f0ed586e18181f90
parentd84ead435a6ec8c3e9ddaf8d04d7e94d79cf4e57 (diff)
icon add
-rw-r--r--public/css/style.css9
-rw-r--r--public/img/favicon.icobin0 -> 15406 bytes
-rw-r--r--public/img/icon.bak/about.txt6
-rw-r--r--public/img/icon.bak/favicon-16x16.pngbin0 -> 232 bytes
-rw-r--r--public/img/icon.bak/favicon-32x32.pngbin0 -> 384 bytes
-rw-r--r--public/index.html8
-rw-r--r--static/css/style.css9
-rw-r--r--static/img/favicon.icobin0 -> 15406 bytes
-rw-r--r--static/img/icon.bak/about.txt6
-rw-r--r--static/img/icon.bak/favicon-16x16.pngbin0 -> 232 bytes
-rw-r--r--static/img/icon.bak/favicon-32x32.pngbin0 -> 384 bytes
-rw-r--r--templates/base.html1
-rw-r--r--templates/index.html7
13 files changed, 36 insertions, 10 deletions
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
--- /dev/null
+++ b/public/img/favicon.ico
Binary files 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
--- /dev/null
+++ b/public/img/icon.bak/favicon-16x16.png
Binary files 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
--- /dev/null
+++ b/public/img/icon.bak/favicon-32x32.png
Binary files 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 @@
<title> Luhamus </title>
<link href="css/style.css" rel="stylesheet"/>
+ <link rel="icon" href="/img/favicon.ico">
</head>
<body>
@@ -34,10 +35,11 @@
</p>
<p>
- 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.
+ </br>
So, Go on, have a look around!
</p>
</div>
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
--- /dev/null
+++ b/static/img/favicon.ico
Binary files 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
--- /dev/null
+++ b/static/img/icon.bak/favicon-16x16.png
Binary files 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
--- /dev/null
+++ b/static/img/icon.bak/favicon-32x32.png
Binary files 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 @@
<title> Luhamus </title>
{% endif %}
<link href="css/style.css" rel="stylesheet"/>
+ <link rel="icon" href="/img/favicon.ico">
</head>
<body>
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 @@
</p>
<p>
- 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.
+ </br>
So, Go on, have a look around!
</p>
</div>