-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (69 loc) · 2.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel='stylesheet' type='text/css' href='css/style.css' />
<meta charset="UTF-8">
<title></title>
</head>
<body>
<div class='col4 full-height clearfix bg-image'>
<div class='full-height clearfix pt5 center-text'>
<img src='img/phone.png' id='screenshot' class=''/>
</div>
</div>
<div class='col8 full-height'>
<!-- Video -->
<div style=''>
<video autoplay loop muted>
<source src='video/stock.mp4' type='video/mp4'>
</video>
</div>
<!-- end Video -->
<div class='full-height bg-purple-translucent white'>
<!-- container -->
<div class='center' style='padding-top: 200px'>
<!-- Title -->
<div class='large center-text mb4'>astÜte</div>
<!-- end Title -->
<!-- Tagline -->
<div class='center-text mb2'>
Get your work done with the help of some friends
</div>
<!-- end Tagline -->
<!-- Badges -->
<div class=' clearfix mb4'>
<div class='col6'>
<div class='right pad1'>
<a href=''>
<img src='img/iphone-badge.svg' class='badge'/>
</a>
</div>
</div>
<div class='col6'>
<div class='left pad1'>
<a href=''>
<img src='img/google-play-badge.png' class='badge'/>
</a>
</div>
</div>
</div>
<!-- end Badges -->
<!-- Description -->
<div style='display:block; margin-left:auto; margin-right:0;'>
<div class='center-text'>
<div>Post study sessions</div>
<div>Find study sessions</div>
<div>Recommendations based on your courses</div>
<div>File sharing</div>
</div>
</div>
<!-- end Description -->
<!-- start Github Ribbon -->
<a target="_blank" href="https://github.com/astute-dev"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png"></a>
<!-- end Github Ribbon -->
</div>
<!-- end container -->
</div>
</div>
</body>
</html>