From fb30297a3c57d417f3f4c0b09767de0bfa0abe7d Mon Sep 17 00:00:00 2001 From: LuanComputacao Date: Thu, 4 Jul 2019 19:40:41 -0300 Subject: [PATCH] Adding a Kurt Vonnegut --- src/api/racing.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/api/racing.js b/src/api/racing.js index b5f149a..3cd4bda 100644 --- a/src/api/racing.js +++ b/src/api/racing.js @@ -11,7 +11,9 @@ const _quotes = [ { 'id': 7, lang: 'pt-br', 'author': 'Jonathan Swift', 'title': "Gulliver's Travels", 'text': 'Isso me faz refletir, quão vaidosa é uma tentativa de um homem se esforçar-se para fazer-se honrável entre aqueles que estão totalmente fora de todo grau de igualdade ou comparação com ele' }, { 'id': 8, lang: 'pt-br', 'author': 'Edward J. Tarbuck', 'title': 'Earth: An Introduction to Physical Geology (12th Edition)', 'text': 'Geralmente, os deslizamentos de rochas ocorrem em um ambiente geológico onde os estratos rochosos são inclinados, ou onde as juntas e fratures existem paralelas à encosta. Quando essa unidade de rocha e cortada na base da encosta, ela perde o suporte e a rocha finalmente cede.' }, { 'id': 9, lang: 'en-us', 'author': 'Mary Spio', 'title': 'It\'s Not Rocket Science: 7 Game-Changing Traits for Uncommon Success', 'text': 'Every fire starts with a spark. Passion is the spark that ignites game-changing creativity, audacity, compassion, tenacity, focus and drive. It is the rocket fuel that launches dreams, a powerful force that guides Game Changers\' thoughts, actions and ultimately their lives.' }, - { 'id': 10, lang: 'en-us', 'author': 'Arctic Monkeys', 'title': 'Fluorescent Adolescent', 'text': 'You used to get it in your fishnets, now you only get it in your night dress. Discarded all the naughty nights for niceness. Landed in a very common crisis.' } + { 'id': 10, lang: 'en-us', 'author': 'Arctic Monkeys', 'title': 'Fluorescent Adolescent', 'text': 'You used to get it in your fishnets, now you only get it in your night dress. Discarded all the naughty nights for niceness. Landed in a very common crisis.' }, + { 'id': 11, lang: 'en-us', 'author': 'Kurt Vonnegut', 'title': 'A Man Without a Country', 'text': 'The arts are not a way to make a living. They are a very human way of making life more bearable. Practicing an art, no matter how well or badly, is a way to make your soul grow, for heaven\'s sake. Sing in the shower. Dance to the radio. Tell stories. Write a poem to a friend, even a lousy poem. Do it as well as you possibly can. You will get an enormous reward. You will have created something.' }, + { 'id': 12, lang: 'pt-br', 'author': 'Kurt Vonnegut', 'title': 'Um homem sem pátria', 'text': 'As artes não são um jeito de ganhar a vida. Elas são um jeito muito humano de fazer a vida suportável. Praticando uma arte, não importa o quão bem ou mal, é uma forma de fazer a alma crescer, pelo amor de Deus. Cantar no chuveiro. Dançar para o rádio. Contar estórias. Escrever um poema para um amigo, até mesmo um poema ruim. Faça isso da melhor forma possível. Você vai receber uma enorme recompensa. Você terá criado alguma coisa.' } ] function getRandomQuote () {