-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (43 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sandro Martis</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="main">
<div class="content">
<div>
<h1>Sandro Martis</h1>
</div>
<p>Hi there!</p>
<div class="info">
<div class="about">
<p>
I'm a passionate software engineer from Zurich, Switzerland
currently working on the <a href="https://developers.arcgis.com/javascript/latest/"
target="_blank">ArcGIS Maps
SDK for Javascript</a> at the <a
href="https://www.esri.com/en-us/about/about-esri/zurich-rd" target="_blank">Esri R&D Center
Zurich</a>.
</p>
</div>
<div>
<p>
<a href="mailto:[email protected]">email</a>
<br />
<a href="https://www.linkedin.com/in/sandro-martis/" target="_blank">linkedin</a>
<br />
<a href="https://github.com/sandromartis" target="_blank">github</a>
<br />
<a href="https://stackoverflow.com/users/4801013/sandro-martis"
target="_blank">stackoverflow</a>
</p>
</div>
</div>
</div>
</div>
</body>
</html>