-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (46 loc) · 3.09 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Marco's Page</title>
<meta name="description" content="Personal website of Marco Greselin, a creative technologist in London.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="container">
<div class="links">
<ul>
<li><a href="work.html">Work</a></li>
<li><a href="https://uk.linkedin.com/in/marcogreselin">Resume</a></li>
<li><a href="https://www.facebook.com/marcogreselin">Facebook</a></li>
<li><a href="https://www.twitter.com/marcogreselin">Twitter</a></li>
<li><a href="https://www.instagram.com/marcogreselin">Instagram</a></li>
<li><a href="https://www.github.com/marcogreselin">Github</a></li>
</ul>
</div>
<img class="profile" src="img/marco.jpg" alt="Hello World!">
<div class="welcome">
Hola! I’m Marco and I love to build products that help people in their everyday lives. I'm currently an Entrepreneur in Residence at <a href="http://www.akqa.com/">AKQA</a> in London, working on concepts and prototypes for all our accounts as well as in-house startup ideas. Coding used to be a hobby when I was studying Economics in undergraduate and became my primary occupation when I converted to CS at <a href="http://www.ucl.ac.uk/">UCL</a>.
<br>So while I look for a new hobby, I spend my time <a href="https://www.facebook.com/marcogreselin/videos/vb.1424364048/10211475287784227/">traveling</a>, finding <a href="http://99u.com/articles">inspirations</a> and (design) <a href="https://vimeo.com/5189134">thinking</a>.
<p>Oh, and like any good Italian I also love coffee. So if you are in London, <a href="mailto:[email protected]?subject=Coffeeeeee">email</a> me and let's meet!</p>
</div>
</div>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-29038123-1','auto');ga('send','pageview');
</script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>