-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
71 lines (67 loc) · 2.68 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Motif</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans|Playfair+Display" rel="stylesheet">
<link rel="stylesheet" href="./gh-pages/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/tachyons.min.css"/>
</head>
<body>
<h1 class="title f1 tc">Motif</h1>
<div class="body-container pa3">
<div class="text-container mh1 mh5-ns">
<h2 class="sub-title f3">A Prototype Static Website Editor</h2>
<ul class="bullets f4 mv4">
<li class="mv1">Build Reusable Components</li>
<li class="mv1">Flexbox based layout</li>
<li class="mv1">Mobile first design principles</li>
</ul>
<a
href="https://github.com/zindlerb/motif/releases/download/v0.1.0/motif-0.1.0.dmg"
download
class="btn f4 v-mid">
Download Alpha
</a>
<a href="https://github.com/zindlerb/Motif">
<i class="fa fa-github f2 v-mid ml2 dib" aria-hidden="true"></i>
</a>
</div>
<div>
<video class="image-container" poster="./gh-pages/images/banner.png" controls>
<source src="./gh-pages/videos/banner.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="blurb-outer">
<div class="blurb-container">
<h2 class="sub-title f3">Component Tree</h2>
<video class="image-container" poster="./gh-pages/images/tree.png" controls>
<source src="./gh-pages/videos/tree.mp4" type="video/mp4">
</video>
</div>
<div class="blurb-container">
<h2 class="sub-title f3">Assets Manager</h2>
<video class="image-container" poster="./gh-pages/images/assets.png" controls>
<source src="./gh-pages/videos/assets.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="blurb-outer">
<div class="blurb-container">
<h2 class="sub-title f3">Component Inheritance</h2>
<video class="image-container" poster="./gh-pages/images/inheritance.png" controls>
<source src="./gh-pages/videos/inheritance.mp4" type="video/mp4">
</video>
</div>
<div class="blurb-container">
<h2 class="sub-title f3">Resize View</h2>
<video class="image-container" poster="./gh-pages/images/resize.png" controls>
<source src="./gh-pages/videos/resize.mp4" type="video/mp4">
</video>
</div>
</div>
</body>
</html>