Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
Partially fixes #5
  • Loading branch information
sayak119 authored and meghprkh committed Sep 23, 2017
1 parent 1bc7498 commit 5b24e49
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions static/css/webslides.css
Original file line number Diff line number Diff line change
Expand Up @@ -3784,3 +3784,46 @@ Slides Index

.text-slide-number {
color: #abc; }

body{
text-align: center;
background: #ffffff;
font-family: sans-serif;
font-weight: 100;
}

h1{
color: #396;
font-weight: 100;
font-size: 40px;
margin: 40px 0px 20px;
}

#clockdiv{
font-family: sans-serif;
color: #fff;
display: inline-block;
font-weight: 300;
text-align: center;
font-size: 40px;
}

#clockdiv > div{
padding: 10px;
border-radius: 5px;
background: #00BF96;
display: inline-block;
}

#clockdiv div > span{
padding: 15px;
border-radius: 3px;
background: #00816A;
display: inline-block;
}

.smalltext{
padding-top: 5px;
font-size: 25px;
font-weight: 500;
}
Binary file modified static/images/favicons/favicon-120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/favicons/favicon-152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/favicons/favicon-180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/favicons/favicon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/favicons/favicon-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/favicons/favicon-76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/favicons/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5b24e49

Please sign in to comment.