convert favicon; add logo

This commit is contained in:
Maciej Barć 2020-08-18 02:12:14 +02:00
parent 1cd7ce0e80
commit 2181c2983c
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
8 changed files with 15 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 279 KiB

After

Width:  |  Height:  |  Size: 279 KiB

View File

@ -9,10 +9,6 @@
/* General */
* {
background-repeat: no-repeat;
}
html,
body {
height: 100%;
@ -89,6 +85,7 @@ body {
background-color: rgba(43, 40, 40, 1);
color: rgba(153, 156, 150, 1) ;
height: 60%;
overflow: auto;
padding: 1% 5% 1% 5%;
}
@ -104,6 +101,13 @@ body {
color: rgba(133, 153, 0, 1);
}
#about img {
display: block;
margin-left: auto;
margin-right: auto;
width: 30%;
}
/* Footer */

View File

@ -23,7 +23,7 @@
<title>Developers (src_prepare)</title>
<link rel="icon" href="assets/icons/favicon.png" />
<link rel="icon" href="assets/icons/favicon.jpg" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="assets/styles/main.css" />

View File

@ -23,7 +23,7 @@
<title>Home (src_prepare)</title>
<link rel="icon" href="assets/icons/favicon.png" />
<link rel="icon" href="assets/icons/favicon.jpg" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="assets/styles/main.css" />
@ -66,6 +66,8 @@
<div id="about">
<img src="assets/pictures/logo.png" alt="logo">
<h2>
About Us
</h2>

View File

@ -23,7 +23,7 @@
<title>Developers (src_prepare)</title>
<link rel="icon" href="assets/icons/favicon.png" />
<link rel="icon" href="assets/icons/favicon.jpg" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="assets/styles/main.css" />

View File

@ -23,7 +23,7 @@
<title>Shoutouts (src_prepare)</title>
<link rel="icon" href="assets/icons/favicon.png" />
<link rel="icon" href="assets/icons/favicon.jpg" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="assets/styles/main.css" />

View File

@ -23,7 +23,7 @@
<title>Why (src_prepare)</title>
<link rel="icon" href="assets/icons/favicon.png" />
<link rel="icon" href="assets/icons/favicon.jpg" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="assets/styles/main.css" />