mirror of
https://github.com/mue/mue.git
synced 2026-06-08 14:10:42 +02:00
Commit stuff I updated
This commit is contained in:
@@ -99,6 +99,8 @@ time {
|
|||||||
|
|
||||||
.quote cite { font-size: 83.33%; }
|
.quote cite { font-size: 83.33%; }
|
||||||
|
|
||||||
|
/* Font */
|
||||||
|
|
||||||
/* roboto-regular - latin */
|
/* roboto-regular - latin */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Roboto';
|
font-family: 'Roboto';
|
||||||
|
|||||||
@@ -96,7 +96,11 @@ function setRandomQuote () {
|
|||||||
|
|
||||||
let quotes = [
|
let quotes = [
|
||||||
|
|
||||||
{ text: 'Time goes on. So whatever you’re going to do, do it. Do it now. Don’t wait.', author: 'Robert De Niro' }
|
{ text: 'Time goes on. So whatever you’re going to do, do it. Do it now. Don’t wait.', author: 'Robert De Niro' },
|
||||||
|
{ text: 'All our dreams can come true, if we have the courage to pursue them.', author: 'Walt Disney' },
|
||||||
|
{ text: 'It does not matter how slowly you go as long as you do not stop.', author: 'Confucius'},
|
||||||
|
{ text: 'Believe in yourself. You are braver than you think, more talented than you know, and capable of more than you imagine.', author: 'Roy T. Bennett'},
|
||||||
|
{ text: 'If you believe it will work out, you’ll see opportunities. If you believe it won’t, you will see obstacles', author: 'Wayne Dyer'}
|
||||||
|
|
||||||
],
|
],
|
||||||
quote = pickFromArray(quotes);
|
quote = pickFromArray(quotes);
|
||||||
@@ -109,7 +113,6 @@ function setRandomQuote () {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function setTime () {
|
function setTime () {
|
||||||
|
|
||||||
// we need to save Date() here because we use...
|
// we need to save Date() here because we use...
|
||||||
|
|||||||
Reference in New Issue
Block a user