mirror of
https://github.com/mue/mue.git
synced 2026-06-06 07:55:48 +02:00
Commit stuff I updated
This commit is contained in:
@@ -99,6 +99,8 @@ time {
|
||||
|
||||
.quote cite { font-size: 83.33%; }
|
||||
|
||||
/* Font */
|
||||
|
||||
/* roboto-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
@@ -111,4 +113,4 @@ time {
|
||||
url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,7 +96,11 @@ function setRandomQuote () {
|
||||
|
||||
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);
|
||||
@@ -109,7 +113,6 @@ function setRandomQuote () {
|
||||
};
|
||||
|
||||
|
||||
|
||||
function setTime () {
|
||||
|
||||
// we need to save Date() here because we use...
|
||||
|
||||
Reference in New Issue
Block a user