-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (79 loc) · 2.8 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" dir="ltr">
<head>
<meta charset="utf-8">
<title>Skripto</title>
<meta name="description" content="A free and open source screenwriting app for Mac & linux">
<link rel="stylesheet" href="https://cdn.rawgit.com/necolas/normalize.css/master/normalize.css">
<link rel="stylesheet" href="css/master.css">
</head>
<body>
<div class="page light">
<div class="flex-container">
<a href="#">
<img src="images/skripto.png" alt="">
</a>
<div class="title">
<h2>Skripto</h2>
<p>Think skreenplays different</p>
<a href="https://github.com/skreenplay/skripto" class="download" target="_blank">In development</a>
</div>
</div>
</div>
<div class="page dark">
<div class="flex-container col">
<div class="features-row">
<div class="feature">
<div class="icon">
<img src="images/feature-free.png" alt="">
</div>
<h2>Free</h2>
<p>It's completely free and will always be, which is rare for this kind of software</p>
</div>
<div class="feature">
<div class="icon">
<img src="images/feature-open.png" alt="">
</div>
<h2>Open source</h2>
<p>Anybody can improve the app, and it will always exist.</p>
</div>
</div>
<div class="features-row">
<div class="feature">
<div class="icon">
<img src="images/feature-write.png" alt="">
</div>
<h2>Focus on the writing</h2>
<p>The rest is taken care of.</p>
</div>
<div class="feature">
<div class="icon">
<img src="images/feature-mindmap.png" alt="">
</div>
<h2>Create a mind map</h2>
<p>Let's be honest, a script needs much more than text. Put all your ideas in one place, and share them to co-artists.</p>
</div>
</div>
<div class="features-row">
<div class="feature">
<div class="icon">
<img src="images/feature.png" alt="">
</div>
<h2>Based on web technology</h2>
<p>The technology behind it is super-portable and can easily include online features. Also, development is incredibly fast, meaning that any new idea can quickly come to life.</p>
</div>
</div>
</div>
</div>
<div class="page dark">
<div class="flex-container col">
<img src="images/skreenshot.png" alt="">
</div>
</div>
<div class="page dark">
<div class="flex-container col">
<a href="https://github.com/skreenplay/skripto">Follow Skripto's progress on Github</a>
</div>
</div>
</body>
</html>