-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·210 lines (187 loc) · 8.24 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>New Age - Start Bootstrap Theme</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/new-age.min.css" rel="stylesheet">
</head>
<body id="home">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#home">Attract</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Community</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/docs/">Documentation</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead">
<div class="container h-100">
<div class="row h-100">
<div class="col-lg-7 my-auto">
<div class="header-content mx-auto">
<h1 class="mb-5">Free and Open Source production tracking for film makers</h1>
<a href="https://www.youtube.com/watch?v=b9x1rlyyt_o" class="btn btn-outline btn-xl js-scroll-trigger">Check the demo!</a>
</div>
</div>
<div class="col-lg-5 my-auto">
<img src="img/background_services_01.png" class="img-fluid screenshot" alt="screenshot of Attract and Flamenco">
</div>
</div>
</div>
</header>
<section class="about bg-grey text-center" id="about">
<div class="container">
<div class="row">
<div class="col-md-8 mx-auto">
<h2 class="section-heading">About</h2>
<p>Attract is a simple-yet-powerful production tracking software, originally developed at Blender Animation Studio with the goal of managing Open Movie productions.</p>
<p>By using an extensible system of lists, a team can easily create a prop list or a shot list and and add tasks and comments as the production happens.</p>
<p>Thanks to its open API, Attract can be accessed and controlled via desktop software such as Blender. For example, the Blender Video Sequence Editor can be used to generate and update the shot list up to the frame.</p>
</div>
</div>
</div>
</section>
<section class="features" id="features">
<div class="container">
<div class="section-heading text-center">
<h2>Battle Tested, Production Proven</h2>
<p class="text-muted">Attract is used in real production studios!</p>
<hr>
</div>
<div class="row">
<div class="col-lg-12 my-auto">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6">
<div class="feature-item">
<i class="icon-list text-primary"></i>
<h3>Shot List</h3>
<p class="text-muted">Use lists to keep track of your sequences, shots and assets.</p>
</div>
</div>
<div class="col-lg-6">
<div class="feature-item">
<i class="icon-speedometer text-primary"></i>
<h3>Activity Logging</h3>
<p class="text-muted">An overview of the acivity for every item is available (edit, commit, ect).</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="feature-item">
<i class="icon-puzzle text-primary"></i>
<h3>Blender Integration</h3>
<p class="text-muted">Use the Blender VSE to keep a shot list updated, up to the frame.</p>
</div>
</div>
<div class="col-lg-6">
<div class="feature-item">
<i class="icon-lock-open text-primary"></i>
<h3>Open Source</h3>
<p class="text-muted">Attract is Free and Open Source software, released under the GPL 2.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="cta">
<div class="cta-content">
<div class="container">
<h2>Give it a try.<br>On the Cloud.</h2>
<a href="https://cloud.blender.org/attract/" class="btn btn-outline btn-xl js-scroll-trigger">See live examples!</a>
</div>
</div>
<div class="overlay"></div>
</section>
<section class="contact bg-grey" id="contact">
<div class="container">
<div class="col-md-8 mx-auto">
<h2>We want to hear from you!</h2>
<p>If you want to report any problems, get involved with the development or support us in any way, please get
in touch with us! Attract is mostly maintained and developed at Blender Institute. The official development
happens on <a href="https://developer.blender.org/source/attract/">developer.blender.org</a>, where we keep track of internal issues and development targets.
</p>
</div>
<ul class="list-inline list-social">
<li class="list-inline-item social-github">
<a href="https://developer.blender.org/source/attract/">
<i class="fa fa-github"></i>
</a>
</li>
<li class="list-inline-item social-google-plus">
<a href="mailto:cloudsupport@blender.org">
<i class="fa fa-envelope"></i>
</a>
</li>
<li class="list-inline-item social-twitter">
<a href="https://twitter.com/Blender_Cloud">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="list-inline-item social-facebook">
<a href="https://www.facebook.com/BlenderCloudOfficial/">
<i class="fa fa-facebook"></i>
</a>
</li>
</ul>
</div>
</section>
<footer>
<div class="container">
<p>Blender Animation Studio</p>
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://blender.studio">About</a>
</li>
<li class="list-inline-item">
<a href="https://www.blender.org/jobs/">Jobs</a>
</li>
<li class="list-inline-item">
<a href="">FAQ</a>
</li>
</ul>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/new-age.min.js"></script>
</body>
</html>