-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 1.95 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
<!DOCTYPE html>
<html>
<head>
<title>lukeMesiti</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,500" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<h1>
<div class="persian-green">l</div>
<div class="sweet-pink">u</div>
<div class="pomegranate">k</div>
<div class="aztec">e</div>
<div class="schoolbus-yellow">M</div>
<div class="caribbean-green">e</div>
<div class="robin-egg-blue">s</div>
<div class="persian-green">i</div>
<div class="sweet-pink">t</div>
<div class="pomegranate">i</div>
</h1>
<div class="container">
<div class="about">
I'm a full stack developer based in Melbourne, Australia. The main technologies I work with
currently are Javascript, React, C#, and .NET.
</div>
<div class="about">
Since diving into web dev in 2014 I have worked as a teaching assistant at GA Melbourne's
<a target="_blank" href="https://generalassemb.ly/education/front-end-web-development/melbourne">
Front-End Web Development</a> class, a junior developer at <a target="_blank" href="http://www.praemium.com.au/">
Praemium</a> and I now work as a developer at <a target="_blank" href="http://www.xero.com">Xero</a>.
</div>
<div class="about">
I co-organise meetups at <a target="_blank" href="https://www.meetup.com/Junior-Developers-Melbourne/">
Junior Developers Melbourne</a>, and am one of the partners at <a target="_blank" href="http://juniordev.io">
JuniorDev.io</a>.
</div>
<div class="about">
Email me at
<a href="mailto:lukemesiti@gmail.com">lukemesiti@gmail.com</a>
or contact me through
<a target="_blank" href="https://au.linkedin.com/in/lukemesiti"> linkedin</a>, and
<a target="_blank" href="https://twitter.com/LukeMesiti"> twitter</a>.
View my repos at <a target="_blank" href="https://github.com/lukemesiti">github</a>.
</div>
</div>
</body>
</html>