-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (81 loc) · 4.07 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Subject App - Available on App Store</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:100,300,400,700" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<!-- <link rel="stylesheet" href="css/skeleton.css"> -->
<link rel="stylesheet" href="css/toast.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/media-queries.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<!-- INTRO SECTION -->
<div class="intro-section">
<div class="container">
<div class="grid">
<div class="grid__col grid__col--1-of-2">
<img class="app-icon" src="img/icon-app.svg">
<h1 class="app-title">SUBJECTS APP</h3>
<h4 class="intro-description">Carefully crafted, simple and effective way to keep track of your grades.</h4>
<a href="#"><img class="appstore-button" src="img/appstore-badge.svg"></a>
</div>
<div class="grid__col grid__col--1-of-2">
<div>
<div class="iphoneScreen">
<img class="phone-shape" src="img/6-shape.svg">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- FEATURES SECTION -->
<div class="features-section">
<div class="container">
<div class="grid">
<div class="grid__col grid__col--1-of-3 feature">
<h4 class="feature-heading">ESSENTIAL</h4>
<p class="feature-description">Designed with an essential user interface, so you can focus on what you really need</p>
</div>
<div class="grid__col grid__col--1-of-3 feature">
<h4 class="feature-heading">Manage Periods</h4>
<p class="feature-description">We payed much attention on usability, so you can focus on what you really need</p>
</div>
<div class="grid__col grid__col--1-of-3 feature">
<h4 class="feature-heading">Coming soon...</h4>
<p class="feature-description">Developing an app takes time, we're about to introduce new features</p>
</div>
</div>
</div>
</div>
<!-- PRICE SECTION -->
<div class="price-section">
<div class="container">
<div class="grid">
<div class="grid__col grid__col--3-of-5 grid__col--centered price-container">
<h4 class="price-heading">AVAILABLE ON APPSTORE</h4>
<p class="price-description">It's just 0,99 $</p>
<a class="get-it-button" href="#">GET IT</a>
</div>
</div>
</div>
</div>
</body>
</html>