-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgeneric.html
executable file
·114 lines (104 loc) · 5.8 KB
/
generic.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
<!DOCTYPE HTML>
<!--
Snapshot by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>About Me - Andy Cuccaro</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<div class="page-wrap">
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html"><span class="icon fa-home"></span></a></li>
<li><a href="gallery.html"><span class="icon fa-camera-retro"></span></a></li>
<li><a href="generic.html" class="active"><span class="icon fa-file-text-o"></span></a></li>
</ul>
</nav>
<!-- Main -->
<section id="main">
<!-- Header -->
<header id="header">
<div>Andy Cuccaro's portfolio</div>
</header>
<!-- Section -->
<section>
<div class="inner">
<header>
<h1>Bio</h1>
</header>
<p>I was born in Buenos Aires in 1992, third from 4 siblings. I've lived in Florida, Vicente Lopez since then and until the year 2000, when we moved to the country side, to the city of Las Flores. I lived there uninterrumped until the year 2008, where I started to assist school at <i>"Instituto Adventista de Balcarce"</i> for 3 years as boarding pupil. I finished high school with the best average scores of my course. After that, I started Electronic Engineering at the <i>"Universidad de Buenos Aires"</i> in the year 2011. After not making much progress other than passing a few classes, I discovered that I preferred to work on stories and characters rather than physics and engineering. So, I decided to enroll into <i>"Escuela Da Vinci"</i> to study animation. Currently I'm working on my thesis and making 4 courses (frontend development, introduction to Python programming, english, and socio-emotional skills).</p>
<h2>Work</h2>
<p>I've worked with some institutions to make their videos, and made a couple projects for a video game company that no longer exists. Lately, I recorded some tutorials for a school in Panamá, and also worked with DeTuco Estudio for a couple of animated shorts they made. I'm currently workiing with Luciana Talquenca making an animated short as a videoclip for a song of hers.</p>
<section class="columns double">
<div class="column">
<span class="image left special"><img src="images/pic01.jpg" alt="picture of me, wearing a suit and adjusting my bowtie" /></span>
<h3>My character</h3>
<p>
I consider myself collaborative, very willing to help, and responsible. I don't refuse to face a challenge, specially if I consider the reward is worth it. Whenever I start something, I <b>will</b> finish it.
</p>
</div>
</section>
</div>
</section>
<!-- Contact -->
<section id="contact">
<!-- Social -->
<div class="social column">
<h3>About Me</h3>
<p>My name is Andy Cuccaro, living in Argentina and I am an animator, 3D modeller and illustrator, focusing on animating and modelling characters, and drawing backgrounds. Please feel free to view my gallery, which includes school work, professional work from freelance contracts, as well as personal work.</p>
<p>If you'd like to contact me regarding work, demos, or just to say hi, you can do that by mailing me to <a href="mailto:[email protected]">[email protected]</a> or in about any social network under the @andycuccaro handle. Thanks for stopping by!</p>
<h3>Follow Me</h3>
<ul class="icons">
<li><a href="https://twitter.com/andycuccaro" class="icon fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://www.instagram.com/andycuccaro/" class="icon fa-instagram" target="_blank"><span class="label">Instagram</span></a></li>
<li><a href="https://www.vimeo.com/andycuccaro/" class="icon fa-vimeo" target="_blank"><span class="label">Vimeo</span></a></li>
<li><a href="https://www.youtube.com/channel/UCGmKFpaQuJsfB6nPl0OH0aA" class="icon fa-youtube" target="_blank"><span class="label">YouTube</span></a></li>
<li><a href="https://www.linkedin.com/in/andycuccaro/" class="icon fa-linkedin" target="_blank"><span class="label">Linkedin</span></a></li>
</ul>
</div>
<!-- Form -->
<div class="column">
<h3>Get in Touch</h3>
<form action="#" method="post">
<div class="field half first">
<label for="name">Name</label>
<input name="name" id="name" type="text" placeholder="Name">
</div>
<div class="field half">
<label for="email">Email</label>
<input name="email" id="email" type="email" placeholder="Email">
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="6" placeholder="Message"></textarea>
</div>
<ul class="actions">
<li><input value="Send Message" class="button" type="submit"></li>
</ul>
</form>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
© Andy Cuccaro, 2020.
</div>
</footer>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>