-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (57 loc) · 1.82 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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Matcha</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Alegreya&display=swap" rel="stylesheet">
</head>
<body>
<header class="header">
<!-- Regresar página principal -->
<a href="/" class="logo">
<img src="https://getmatcha.com/wp-content/uploads/2020/01/Icon-green.png" alt="Matcha">
</a>
<!-- Menú -->
<nav class="navbar">
<ul>
<li>Platform</li>
<li>Pricing</li>
<li>Customers</li>
<li>Resources</li>
<li>About</li>
</ul>
</nav>
<!-- Acciones -->
<div class="actions">
<a href="">Sign In</a>
<button>Start free trial</button>
</div>
</header>
<section class="main">
<h1>Build your. Build your business</h1>
<!-- <h2>Build your. Build your business</h2>
<h3>Build your. Build your business</h3>
<h4>Build your. Build your business</h4>
<h5>Build your. Build your business</h5>
<h6>Build your. Build your business</h6> -->
<p>Instantly publish articles, drive more traffic, grow your email list, and see your blog's impact on sales</p>
<form>
<input type="email" />
<button type="submit">
Try it now →
</button>
</form>
<p>
Start publishing today with a <strong>7-day trial.</strong>
</p>
<p>
<strong>No credit card</strong> required.
</p>
<img src="https://ignos.blog/wp-content/uploads/2021/04/capterra.png" alt="Imagen capterra" />
</section>
</body>