Created
March 8, 2017 20:05
-
-
Save glaucia86/25888d87e9f9925166d882f9628f99ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="pt-br"> | |
<head> | |
<title>Tutorial - Code4Coders</title> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport" /> | |
<!-- Latest compiled and minified CSS --> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | |
<!-- Optional theme --> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> | |
<link href="css/style.css" rel="stylesheet"> | |
</head> | |
<body> | |
<div class="botao" onclick="iniciar()">Iniciar</div> | |
<canvas class="snow"></canvas> | |
<section class="intro intro_texto"> | |
A Long Time Ago, in a galaxy far,<br> far away ... | |
</section> | |
<section class="paragrafos"> | |
<div class="historia historia_texto"> | |
<p class="text-center">Star Wars Episódio XX</p> | |
<p class="text-center">Ultimate Jedi</p> | |
<br> | |
<p class="text-center"> | |
São tempos muito difícies! | |
Por isso, Glaucia Lemos precisa de seu sabre de luz | |
para que possa obter poderes de programar | |
como nenhuma pessoa na galáxia. | |
E com isso, ela inicia a sua busca por toda a galáxia. | |
</p> | |
<p class="text-center"> | |
Durante a sua busca, | |
Glaucia se depara com um planeta chamado Code4Coders. | |
E é justamente ali que ela iniciará todo o seu treinamento | |
para conseguir os seus poderes novamente. | |
</p> | |
</div> | |
</section> | |
<audio src="https://raw.githubusercontent.com/glaucia86/sounds/master/starwars.mp3" id="som" ></audio> | |
<script src="js/script.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment