-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·50 lines (42 loc) · 1.77 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
<!DOCTYPE html>
<html lang="es">
<html lang="es" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Awesome profile-cards</title>
<link href="https://fonts.googleapis.com/css?family=Merriweather" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="wrapper">
<div class="cover">
<header class="cover-header">
</header>
<main class="cover-main">
<div class="cover-main__text">
<h2 class="cover-main__text--title">Crea tu tarjeta de visita</h2>
<p class="cover-main__text--p">Crea mejores contactos profesionales de forma fácil y cómoda
</p>
</div>
<ul class="cover-main__list">
<li class="cover-main__list--design"><i class="far fa-object-ungroup iconLanding"></i>Diseña</li>
<li class="cover-main__list--fill"><i class="far fa-keyboard iconLanding"></i>Rellena</li>
<li class="cover-main__list--share"><i class="fas fa-share-alt iconLanding"></i>Comparte</li>
</ul>
<div class="cover_main__btn">
<a class="btn-chubby" href="cardGenerator.html">Comenzar</a>
</div>
</main>
</div>
<footer class="footer">
<p class="credit">Awesome profile-cards@2018</p>
<a class="logoAdalab" href="http://adalab.es/" title="Página web Adalab">
<img src="images/logo-adalab.png" alt="Logo Adalab">
</a>
</footer>
</div>
</body>
</html>