convert favicon; add logo
This commit is contained in:
parent
1cd7ce0e80
commit
2181c2983c
BIN
public/assets/icons/favicon.jpg
Normal file
BIN
public/assets/icons/favicon.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 279 KiB After Width: | Height: | Size: 279 KiB |
@ -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 */
|
||||
|
||||
|
@ -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" />
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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" />
|
||||
|
||||
|
@ -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" />
|
||||
|
||||
|
@ -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" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user