-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
30 lines (30 loc) · 845 Bytes
/
contact.html
File metadata and controls
30 lines (30 loc) · 845 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Swapper | Avoid the Pitfalls of Currency Trading</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta name="viewport" content="width=device-width">
</head>
<body>
<header>
<span>
<div class="menu">
<a class="swapper" href="index.html">Swapper</a>
<div>
<button href="#" class="log-in-btn">Log In</button>
</div>
<div>
<button><img src="img/menu" alt="Menu"></button>
</div>
<div class="get-started">
<button href="#" class="start-btn">Get Started</button>
</div>
</div>
</span>
<span>
<h1>Find a better way to save for:</h1>
<!-- Need to insert a scrolling list of answers. -->
<!-- <h2>save for holidays \\ send money home \\ earn a higher savings rate \\ etc...</h2> -->
</span>
</header>