Skip to content

Instantly share code, notes, and snippets.

@glaucia86
Created March 8, 2017 19:21
Show Gist options
  • Save glaucia86/5f11945b56803f322288a09b7bf1568d to your computer and use it in GitHub Desktop.
Save glaucia86/5f11945b56803f322288a09b7bf1568d to your computer and use it in GitHub Desktop.
Página Principal - App Intro Star Wars: Parte 5
<!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>
<header>
</header>
<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>
<footer>
</footer>
<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