-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (39 loc) · 1.78 KB
/
index.html
File metadata and controls
42 lines (39 loc) · 1.78 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Stefano Sergio, Software Developer</title>
<meta name="description" content="Stefano Sergio, Software Developer, London, UK">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="./stfn.css?v=0006">
</head>
<body>
<h1>Stefano Sergio</h1>
<h2>Software Developer</h1>
<h3>London, UK</h1>
<section class="skills">
<div class="skill">Javascript / TypeScript</div>
<div class="skill">AngularJS / Angular 2+</div>
<div class="skill">ReactJS / Redux / ReactNative</div>
<div class="skill">Unity3D / C#</div>
<div class="skill">Unit Testing / E2E Tests</div>
<div class="skill">Agile Methodologies / TDD</div>
</section>
<section class="contacts">
<span>
<a onclick="mailTo.call(this)">Email</a>
<div class="copy" onclick="copyEmail.call(this)">copy</div>
</span>
<a href="https://github.com/Bolza">GitHub</adiv>
<a href="https://www.linkedin.com/in/stefanosergio">Linkedin</adiv>
<a href="https://stackoverflow.com/users/1271349/bolza">Stackoverflow</adiv>
</section>
<section class="disclaimer">
<div>No, I'm not colorblind. Yes, I actually like these colors.</div>
</section>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js"></script>
<script src="./email.js?v=0006"></script>
</html>