-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhowto.html
More file actions
98 lines (86 loc) · 3.01 KB
/
howto.html
File metadata and controls
98 lines (86 loc) · 3.01 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Acme&display=swap" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<title>How It Works - Split the Bill</title>
</head>
<body>
<div class="nav-container">
<nav>
<div class="logo">
<h1>Split the Bill</h1>
</div>
<div class="navlinks">
<a href="index.html">Home</a>
<a href="#">How It Works</a>
<a href="about.html">About Us</a>
<a href="https://serene-booth-8b0ed1.netlify.com/login">Log In</a>
</div>
</nav>
</div>
<div class="container">
<header>
<div class="header-img">
<img src="img/header-pay-img2.jpg" alt="Image of a card being handed over a counter">
</div>
<div class="header-txt">
<h1>It's as easy as 1, 2, 3.</h1>
<button><a href="https://serene-booth-8b0ed1.netlify.com/login">Get Started</a></button>
</div>
</header>
<section class="body">
<div class="body-content">
<div class="body-img howto-img">
<img src="img/img-phone-table.jpg" alt="Using a phone and laptop at a table">
</div>
<div class="subheader">
<h2>Step 1</h2>
</div>
<div class="body-txt">
<p>Enter the amount of the bill, including tax and tip, as well as the number of people in the group who are splitting the bill. We do all the math!
</p>
</div>
</div>
<div class="body-content">
<div class="body-img howto-img">
<img src="img/img-checking-phone.jpg" alt="Checking a phone">
</div>
<div class="subheader">
<h2>Step 2</h2>
</div>
<div class="body-txt">
<p>Enter the email addresses of your friends, family, colleagues, or random meal buddies. We'll send them all a reminder about the bill.
</p>
</div>
</div>
<div class="body-content">
<div class="body-img howto-img">
<img src="img/img-two-phones.jpg" alt="Two smartphones side by side">
</div>
<div class="subheader">
<h2>Step 3</h2>
</div>
<div class="body-txt">
<p>When the other group members check their email, everyone will have a unique link to pay their share of the bill for the meal. No one needs to worry about getting cash or sending money through another app - Split the Bill lets you handle everything in one place!<p>
</div>
</div>
</section>
</div>
<div class="footer-container">
<footer>
<nav>
<div class="navlinks">
<a href="index.html">Home</a>
<a href="#">How it Works</a>
<a href="about.html">About Us</a>
<a href="#">Log In</a>
</div>
</nav>
</footer>
</div>
</body>
</html>