-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (49 loc) · 2.57 KB
/
index.html
File metadata and controls
63 lines (49 loc) · 2.57 KB
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
<html>
<head>
<meta charset="UTF-8">
<title>Groselha.xyz</title>
<meta name="description" content="Groselha.xyz is the work of Lucas Motta, a Creative Developer living in London, UK.">
<meta name="keywords" content="Lucas Motta, Creative Developer, Front-End, JavaScript, CSS" />
<meta itemprop="name" content="Groselha.xyz">
<meta itemprop="description" content="Groselha.xyz is the work of Lucas Motta, a Creative Developer living in London, UK.">
<meta property="og:title" content="Groselha.xyz" />
<meta property="og:description" content="Groselha.xyz is the work of Lucas Motta, a Creative Developer living in London, UK." />
<meta property="og:url" content="http://groselha.xyz" />
<meta property="og:image" content="http://groselha.xyz/meta.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
<link rel="stylesheet" href="https://use.typekit.net/ueg6hsc.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Anonymous+Pro">
<link rel="stylesheet" href="style.min.css">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
</head>
<body>
<main>
<p>
<strong>Groselha.xyz</strong> is the work of <a href="https://www.linkedin.com/in/lucasmotta">Lucas Motta</a>,
a Front End Developer living in London, UK.
</p>
<p>
As a former <a href="https://yplanapp.com">YPlan</a> Front-End Developer, he helped the
startup to build and maintain their website and other internal projects using
<a href="https://facebook.github.io/react/">React</a>, <a href="http://redux.js.org">Redux</a>
and <a href="https://github.com/css-modules/css-modules">CSS-Modules</a>.
</p>
<p>
In the past he also worked for Advertising Agencies, working with clients like
<strong>Land Rover</strong>, <strong>Unilever</strong>, <strong>Red Bull</strong>,
<strong>Burberry</strong> and many others.
</p>
<p>
He is <a href="mailto:fala@groselha.xyz">available</a> for work.
</p>
<ul>
<li><a href="https://twitter.com/elmotta">twitter</a></li>
<li><a href="https://github.com/lucasmotta">github</a></li>
<li><a href="https://www.linkedin.com/in/lucasmotta">linkedin</a></li>
<li><a href="mailto:fala@groselha.xyz">email</a></li>
</ul>
</main>
<script src="script.min.js"></script>
</body>
</html>