-
Notifications
You must be signed in to change notification settings - Fork 0
/
credits.html
123 lines (92 loc) · 3.8 KB
/
credits.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="user-scalable=0, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>SAM-o was made with help from all these people</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta property="og:title" content="SAM-o was made with help from all these people" />
<meta property="og:type" content="website" />
<meta property="og:description" content="We thank these people for joining our adventure." />
<meta property="og:url" content="http://samoapp.com/credits.html" />
<meta property="og:image" content="http://samoapp.com/img/fb.jpg" />
</head>
<body>
<div id="fullpage">
<section id="credits" class="panel">
<h1 class="logo">SAM-o</h1>
<h2 class="subtitle">Credits</h2>
<br>
<h2>Concept</h2>
<h3>Creative Director</h3>
<ul><li><a target="_blank" href="http://tomasgarcia.co">Tomas Garcia</a></li></ul>
<h3>Creative</h3>
<ul><li><a target="_blank" href="http://about.vmuro.com">Valentin Muro</a></li></ul>
<h3>Creative Consultants</h3>
<ul><li>Matias Lafalla</li>
<li>Maria Zanetti</li>
<li>Fernando Sarmiento</li>
<li>Giancarlo Sandoval</li>
</ul>
<h2>Design</h2>
<h3>Design & Art Direction</h3>
<ul><li>Tomas Garcia</li></ul>
<h3>Typeface</h3>
<ul><li><a target="_blank" href="https://www.myfonts.com/fonts/sudtipos/uma/">Uma Font</a> By <a target="_blank" href="http://www.sudtipos.com/home">Sudtipos</a></li></ul>
<h2>App & Website</h2>
<h3>Android App Development</h3>
<ul><li>Valentin Muro</li></ul>
<h3>iOS App Development</h3>
<ul><li>Tomas Garcia</li></ul>
<h3>Web Development</h3>
<ul><li>Valentin Muro</li></ul>
<h3>App Sounds</h3>
<ul><li><a target="_blank" href="http://www.davidkamp.de/">David Kamp</a></li></ul>
<h3>Thanks</h3>
<ul><li>Our Alpha And Beta Testers</li></ul>
<h2>Commercial</h2>
<h3>Directors</h3>
<ul><li>Tomas Garcia & <a target="_blank" href="https://vimeo.com/user3498497">María Zanetti</a></li></ul>
<h3>DOP</h3>
<ul><li><a target="_blank" href="http://diegopoleri.com/">Diego Poleri</a></li></ul>
<h3>Music track</h3>
<ul><li>David Kamp</li></ul>
<h3>Gaffer</h3>
<ul><li>Agustín Belussi</li></ul>
<h3>Stylist</h3>
<ul><li><a target="_blank" href="http://iaragernetti.tumblr.com/">Iara Gernetti</a> & <a target="_blank" href="http://eugesangalli.tumblr.com/">Euge Sangalli</a></li></ul>
<h3>Make Up Artist</h3>
<ul><li>Euge Sangalli</li></ul>
<h3>Models</h3>
<ul><li>Ale Paul & Matias Paul</li>
<li>Alejandro Kauderer</li>
<li>Sol Mountford</li>
<li>Mariel Fernandez</li>
<li>Lolo Gasparini</li>
<li>Ana Garcia Blaya</li>
<li>Julia Martinez Rubio</li>
<li>Valentín Muro</li>
<li>María Zanetti</li>
<li>Tomás García</li></ul>
<h3>Dandelion Timelapse</h3>
<ul><li><a target="_blank" href="http://mazwai.com/">Mazwai</a></li></ul>
<h3>Thanks</h3>
<ul><li><a target="_blank" href="http://www.espacioh.com.ar/">Espacio H</a></li>
<li>Chino Gonzalez</li>
<li>Ezequiel Hernandez</li>
<li>Our Models And Friends</li></ul>
</section>
</div>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52894505-4', 'auto');
ga('send', 'pageview');
</script>
</html>