-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (81 loc) · 3.63 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
<!DOCTYPE html>
<html lang="en" class="noscript">
<head>
<meta charset="utf-8" />
<title>Max Calabrese - Web Developer</title>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" media="screen" href="/screen.css" />
<link rel="stylesheet" type="text/css" media="print" href="/print.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="clearfix wrap">
<header class="header outards">
<div class="innards clearfix">
<h1>
<span class="name">Max Calabrese</span>
<span class="sep">|</span>
<span class="title">web develeper</span>
</h1>
</div>
</header>
<div class="main outards">
<div class="innards clearfix">
<section class="intro">
<h2>Swedish web developer, snowboarder, tinkerer & adventurer.</h2>
<p>I like to build responsive websites, websites that go fast and websites that catch your imagination</p>
</section>
<div class="sides clearfix">
<section class="slide">
<h3>Work experience</h3>
<dl>
<dt>Greenpeace</dt>
<dd>
<p class="years">2008-2012</p>
</dd>
<dt>CopyCat AS</dt>
<dd>
<p class="years">2007</p>
</dd>
</dl>
</section>
<section class="slide">
<h3>Projects</h3>
<ul>
<li><a href="http://www.vieierstatoil.no">vieierstatoil.no</a></li>
<li><a href="http://www.greenpeace.org/sweden/se/om-oss/rw3/">Greenpeace 40 år</a></li>
</ul>
</section>
<section class="slide">
<h3>Loves</h3>
<ul>
<li>Rails</li>
<li>PHP</li>
<li>Symfony</li>
<li>Node.js</li>
</ul>
</section>
<section class="slide">
<h3>Grokks</h3>
<ul>
<li>EpiServer CMS</li>
<li>Drupal</li>
<li>Wordpress</li>
<li>Symfony</li>
</ul>
</section>
</div>
</div>
</div>
<footer class="footer outards">
<div class="innards">
<ul class="clearfix footerlinks">
<li><a id="octucat" href="http://github.com/maxcal" title="Here be octocats!"><span>Fork me on GitHub!</span></a></li>
<li><a id="linkedin" href="http://www.linkedin.com/pub/max-calabrese/28/1a8/87a" class="logo linkedin" title="see me resume at Linked In"><span>Read my resume:</span></a></li>
<li><a id="email" href="mailto:[email protected]" title="Get in touch"><span>Get in touch</span></a></li>
</ul>
</div>
</footer>
</body>
</html>