-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<link rel="stylesheet" type="text/css" href="css/reset.css"/>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
</head>
<body>
<div class="principal-wrapper">
<div class="principal">
<img class="principal-phone" src="images/phone.png"/>
<div class="separator"></div>
<img class="principal-logo" src="images/tcg_logo.png" alt="Logo"/>
</div>
</div>
<div class="triangular-separator" ></div>
<div class="section features">
<div class="feature-element">
<img src="images/ic_list.png" alt="Track money"/>
<h3 class="feature-title">Keep track of your money</h3>
<p class="feature-info">See all your debts and all your friends debts towards you</p>
</div>
<div class="feature-element">
<img src="images/ic_reminder.png" alt="Generate reminder"/>
<h3 class="feature-title">Generate remainders</h3>
<p class="feature-info">Get reminded of who owes you money or who you owe money to</p>
</div>
<div class="feature-element">
<img src="images/ic_safe.png" alt="No internet"/>
<h3 class="feature-title">No internet needed</h3>
<p class="feature-info">All your debts are kept safe in our phone</p>
</div>
</div>
<div class="section">
<h5 class="updates-title">Get info on new updates</h5>
<form>
<input class="input-email" type="email" name="email" required/><br>
<input class="subscribe-button" type="submit" value="Subscribe"/>
</form>
</div>
</body>
</html>