forked from Adalab/project-dorcas-s2-tarjetas-martirio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (47 loc) · 1.67 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Martirio</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat|Ubuntu" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Merriweather:900|Open+Sans:400,600" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<section class="allboxes">
<div class="landingbox">
<img class="logo" src="images/awesome.svg" alt="Aquí había una imagen">
<h1 class="maintitle">Crea tu tarjeta de visita</h1>
<p class="parraph1">Crea mejores contactos profesionales de forma fácil y cómoda
</p>
<div class="iconbox">
<span class="minibox">
<i class="fas fa-object-ungroup"></i>
<p class="minitext" >Diseña</p>
</span>
<span class="minibox">
<i class="fas fa-keyboard margin"></i>
<p class="minitext" >Rellena</p>
</span>
<span class="minibox">
<i class="fas fa-share-alt"></i>
<p class="minitext" >Comparte</p>
</span>
</div>
<a class="startbutt" href="pages/generator.html">COMENZAR</a>
</div>
<footer class="footer">
<a class="no_link_decoration footer__copiright" href="#">
Tarjetas Martirio© 2018
</a>
<a class="footer__link-img-adalab" href="#">
<img class="footer__img-adalab" src="images/logo-adalab.png" alt="Logo adalab">
</a>
</div>
</footer>
</section>
<script src="js/main.min.js"></script>
</body>
</html>