-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·139 lines (128 loc) · 5.7 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
<!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>Andy Cuccaro's Portfolio</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" class="active"><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"><span class="icon fa-file-text-o"></span></a></li>
</ul>
</nav>
<!-- Main -->
<section id="main">
<!-- Banner -->
<section id="banner">
<div class="inner">
<h1>Andy Cuccaro</h1>
<p>Welcome to my website</p>
<ul class="actions">
<li><a href="#galleries" class="button alt scrolly big">Continue</a></li>
</ul>
</div>
</section>
<!-- Gallery -->
<section id="galleries">
<!-- Photo Galleries -->
<div class="gallery">
<header class="special">
<h2>Latest</h2>
</header>
<div class="content">
<div class="media">
<a href="images/fulls/01.jpg"><img src="images/thumbs/01.jpg" alt="inflatable robot" title="Baymax" /></a>
</div>
<div class="media">
<a href="images/fulls/05.jpg"><img src="images/thumbs/05.jpg" alt="armored flying hero" title="Iron Man" /></a>
</div>
<div class="media">
<a href="images/fulls/09.jpg"><img src="images/thumbs/09.jpg" alt="field electric mouse" title="Pikachu" /></a>
</div>
<div class="media">
<a href="images/fulls/02.jpg"><img src="images/thumbs/02.jpg" alt="rude robot" title="Bender" /></a>
</div>
<div class="media">
<a href="images/fulls/06.jpg"><img src="images/thumbs/06.jpg" alt="anthropomorfic mouse" title="Mickey" /></a>
</div>
<div class="media">
<a href="images/fulls/10.jpg"><img src="images/thumbs/10.jpg" alt="white alien" title="Snoo" /></a>
</div>
<div class="media">
<a href="images/fulls/03.jpg"><img src="images/thumbs/03.jpg" alt="alien bug creature" title="Bug" /></a>
</div>
<div class="media">
<a href="images/fulls/07.jpg"><img src="images/thumbs/07.jpg" alt="yellow humanoid servant" title="Minion" /></a>
</div>
</div>
<footer>
<a href="gallery.html" class="button big">Full Gallery</a>
</footer>
</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>