-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 1.27 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
<!DOCTYPE html>
<html>
<head>
<link
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,900&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="styles/styles.css" />
<title>Become a BBQ master!</title>
</head>
<body>
<div class="intro">
<h1>Learn how to make <strong>the best BBQ ribs in town</strong></h1>
<p class="title">Join us for this live webinar</p>
<p class="top-text">Mouthwateringly delicious</p>
</div>
<div class="main-content">
<h2>Become a BBQ master!</h2>
<p class="title">Register Today</p>
<p>
BBQ isn't just standing in front of your grill with it on full blast and
hoping for the best. It's an art! One way to speed up the process is to
learn from the best. You can do just that by signing up for this free
webinar!
</p>
<form class="email-collector" action="#" method="POST">
<input type="text" placeholder="first name" required />
<input type="email" placeholder="email" required />
<button class="btn btn-primary" type="submit">Register</button>
<p class="fine-print">
We'll never share your information without your permission
</p>
</form>
</div>
</body>
</html>