-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoverview.html
62 lines (48 loc) · 2.25 KB
/
overview.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
60
61
62
<!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">
<title>Overview</title>
<!-- Link for favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="msapplication-TileColor" content="#2B2E3F">
<meta name="theme-color" content="#2B2E3F">
<!-- Link to stylesheets -->
<link href="./css/screen.css" rel="stylesheet">
</head>
<body>
<div class="c-overview">
<div class="c-overview__item c-infozone">
<div class="c-card">
<div class="c-card__header">Crypto Checker</div>
<div class="c-card__subheader">Always wanted to have a nice overview of cryptocoins?</div>
<div class="c-card__body">Than be sure checking the CryptoCurrency Checker which will be
launched the first Januari of 2020. The app will show you the last updated prices of the most known
cryptocoins. The prices will be also visualized in charts which you can filter by week, month, year.
Be sure you'll keep updating for the launch by subscribing underneath.
</div>
<form class="c-form">
<p class="c-form-field">
<label class="c-label" for="emailaddress">
Email address
</label>
<input class="c-input__text" type="email" name="emailaddress" id="emailaddress"
placeholder="e.g. [email protected]" required>
</p>
<div class="c-form-submit">
<input value="Submit" type="submit" class="c-link-button">
</div>
</form>
</div>
</div>
<div class="c-overview__item c-mockup">
<img src="images/svg/SE.svg" class="c-image__mockup">
</div>
</div>
</body>
</html>