Skip to content

Commit

Permalink
Adding a Kurt Vonnegut
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanComputacao committed Jul 4, 2019
1 parent c2564f7 commit fb30297
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/api/racing.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit fb30297

Please sign in to comment.