summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-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
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
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>