-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (59 loc) · 2.69 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Motherland</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fontawesome/css/all.css">
<link rel="stylesheet" href="assets/css/estilo_base.css">
<link href="https://fonts.googleapis.com/css?family=Nixie+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Special+Elite" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Piense como un socialista del siglo XXI">
<meta name="author" content="Delebrindel">
</head>
<body>
<main role="main">
<div class="container-fluid">
<div class="row">
<div class="col-12 col-md-8">
<section class="col-10 offset-1 col-md-8 col-md-offset-2 mt-5 text-center">
<h1 class="jumbotron-heading" id="Titulo"><i class="fas fa-star"></i> Motherland</h1>
<p class="lead text-muted">Piense como un socialista del siglo XXI.</p>
</section>
<section id="Genera" class="col-10 offset-1 col-md-8 col-md-offset-2 pb-5 text-center">
<span id="Frase" class="mb-5"></span>
<br>
<button class="mt-5 btn btn-danger btn-large" onclick="iniciar()"><i class="fas fa-gavel"></i> Unirme a la revolución.</button>
</section>
</div>
<div class="py-2 col-12 col-md-4 py-5 px-3 paper" id="Protector">
<h1 id="Instrucciones" class="text-center">
Genera tus propias ideas para compartir con tus <del>amigos</del> camaradas.</p>
</h1>
<div class="col px-5" id="Pasos">
<small class="mb-2">1) Dale clic al botón.</small><br>
<small class="mb-2">2) Espera a que se redacte tu frase.</small><br>
<small class="mb-2">3) Utilizala en cualquier contexto para comenzar una conversación.</small>
</div>
</div>
</div>
</div>
</main>
<footer class="text-muted">
<div class="container">
<p class="float-right">
<small>
Por <a href="https://github.com/delebrindel/" target="Github">Delebrindel</a>, basado en <a href="http://danieltorrer.github.io/postmo/" target="Postmo">Postmo</a> por <a href="https://twitter.com/spacem3n" target="Twitter">Daniel</a>
</small>
</p>
</div>
</footer>
</body>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/holder.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/motherland_local.js"></script>
<script>
</script>
</html>