diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-09-18 14:07:14 +0300 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-09-18 14:07:14 +0300 |
commit | 142254a3b2ce64fcc7062ae099273670bd8525ac (patch) | |
tree | d6fd2000a69518a610b733c9f0ed586e18181f90 /public | |
parent | d84ead435a6ec8c3e9ddaf8d04d7e94d79cf4e57 (diff) |
icon add
Diffstat (limited to 'public')
-rw-r--r-- | public/css/style.css | 9 | ||||
-rw-r--r-- | public/img/favicon.ico | bin | 0 -> 15406 bytes | |||
-rw-r--r-- | public/img/icon.bak/about.txt | 6 | ||||
-rw-r--r-- | public/img/icon.bak/favicon-16x16.png | bin | 0 -> 232 bytes | |||
-rw-r--r-- | public/img/icon.bak/favicon-32x32.png | bin | 0 -> 384 bytes | |||
-rw-r--r-- | public/index.html | 8 |
6 files changed, 18 insertions, 5 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 Binary files differnew file mode 100644 index 0000000..a33818d --- /dev/null +++ b/public/img/favicon.ico 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 Binary files differnew file mode 100644 index 0000000..a49a78a --- /dev/null +++ b/public/img/icon.bak/favicon-16x16.png diff --git a/public/img/icon.bak/favicon-32x32.png b/public/img/icon.bak/favicon-32x32.png Binary files differnew file mode 100644 index 0000000..d0cce17 --- /dev/null +++ b/public/img/icon.bak/favicon-32x32.png 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> |