-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.html
67 lines (52 loc) · 1.93 KB
/
info.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
<html>
<head>
<style>
body, p, li {
color: white;
font-family: Helvetica;
font-size: 14pt;
}
p {
}
a {
color: #3473B0;
text-decoration: none;
}
@media (max-width: 600px) {
body, p, li {
font-size: 12pt;
}
}
a.button {
background-color: #3473B0;
color: white;
display: block;
padding: 10px;
margin: 10px;
margin-bottom: 20px;
text-align: center;
}
p.collapse {
margin-top: -10px;
}
</style>
</head>
<body>
<p style="margin-top: -10px">Movie Looks adds emotional impact and fantastic color treatments to your videos - like those seen in popular TV shows and films. Movie story tellers expertly use color and music to add just the right emotional direction to fit their story. What color is your story?</p>
<a class="button" href="https://itunes.apple.com/us/app/movie-looks-hd/id409948907?mt=8">Rate or Review Movie Looks</a>
<p>Questions, comments, or suggestions? <a href="http://www.momentpark.com/contact-us/">Contact us</a>.</p>
<p><ul>
<li>Pick any video in your library</li>
<li>Trim the video if necessary</li>
<li>Browse the 40 Movie Looks</li>
<li>Choose a Look, use it, or adjust using the Brightness and Strength controls</li>
<li>Use the back arrow to try different looks</li>
<li>Tap Develop to preview the look on your video</li>
<li>Save or share your video</li>
</ul></p>
<p>Depending on the length of your video this may take several minutes. Remember, video is 30 frames or “pictures” per second! It’s a lot to process.</p>
<p><a href="http://www.momentpark.com/products">Check out all our apps!</a></p>
<p>The team: Stu Maschwitz, Sean Hess, Sean Safreed, and Drew Little</p>
<p>Copyright 2019 Zinc Collective, LLC, all rights reserved.</p>
</body>
</html>