-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (62 loc) · 1.94 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
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Antonio De Sanctis" />
<meta
name="description"
content="Productor suizo de CBD y mayorista para profesionales. Productos con cannabidiol (0,2% de THC)"
/>
<meta
name="keywords"
content="bulma, coming, soon, participation, website, template, free, awesome"
/>
<link
rel="canonical"
href="https://aldi.github.io/awesome-bulma-templates/templates/coming_soon/coming_soon.html"
/>
<title>GreenBrothers España</title>
<link href="https://fonts.googleapis.com/css?family=Tajawal" rel="stylesheet" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css"
integrity="sha256-D9M5yrVDqFlla7nlELDaYZIpXfFWDytQtiV+TaH6F1I="
crossorigin="anonymous"
/>
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bulma-social@1/bin/bulma-social.min.css"
/>
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
</head>
<body>
<section class="hero is-fullheight">
<div class="hero-body">
<div class="container has-text-centered">
<div class="column is-8 is-offset-2 is-6-widescreen is-offset-3-widescreen">
<p class="title is-1"></p>
<img src="/media/logo.png">
<br />
<div class="container area-center">
<a href="/catalogo.pdf" class="button is-info is-large">
<span class="icon">
<i class="far fa-bell"></i>
</span>
<span>Accede a nuestro catálogo ¡AQUI!</span>
</a>
</div>
</div>
</div>
</div>
<div class="hero-foot">
<div class="container has-text-centered">
<p class="footer-text">
</p>
</div>
</div>
</section>
</body>
</html>