-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
140 lines (66 loc) · 4.23 KB
/
index.html
File metadata and controls
140 lines (66 loc) · 4.23 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE HTML>
<html lang="en-us">
<head>
<title>chiaracorrado.dev</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="">
<meta name="author" content="">
<meta name="generator" content="Hugo 0.101.0" />
<link rel="icon" href="/images/icons/favicon.ico" type="image/x-icon" sizes="16x16 32x32" />
<link rel="apple-touch-icon-precomposed" href="/images/icons/apple.png" />
<link rel="stylesheet" href="/assets/css/main.css" />
<link rel="stylesheet" href="/assets/css/page.css" />
<link rel="stylesheet" href="/assets/css/font-awesome.min.css" />
<noscript><link rel="stylesheet" href="/assets/css/noscript.css" /></noscript>
</head>
<body class="is-loading">
<div id="wrapper">
<section id="main">
<header>
<span class="avatar"><img src="/images/avatars/chiaracorrado.jpeg" alt="avatar" height="130" width="130" ></span>
<h1 class="name">
Chiara Corrado
</h1>
<h5 class=location>Lives in <a href="https://goo.gl/maps/23eCkWSmkW7BchnK8">Pisa, Italy</a></h5>
<h2 class="position">Software Architect</h2>
<ul>
<li><a href="https://www.womentechmakers.com/ambassadors/profiles/5f91b62008d3c01989865990/chiara_corrado">Women Techmaker Ambassador</a></li>
<li><a href="http://gdgpisa.it/">GDG Pisa</a> Organizer</li>
<li><a href="https://debian.org">Debian</a> & <a href="https://en.wikipedia.org/wiki/Open-source_model">Open Source</a> Lover</li>
</ul>
<span class="biography">Chiara is a software architect, a creative technologist and a dreamer. At 10 years old, she had her first computer with a 56k network card and 20GB of hard disk and she learned to use it and repair it by herself. She is currently making awesome things in an Italian SME. Chiara is enjoying coding in many program languages, but she is always focused to help others with her problem-solving capability. In her spare time, Chiara organizes events to support women in technology and she practices yoga, gardening, reading, cooking and try to live more ethically with the zero waste philosophy.</span>
</header>
<footer>
<ul class="icons">
<li><a href="https://twitter.com/kiaruzza_dev" class="fa-twitter" target="_blank">Twitter</a></li>
<li><a href="https://www.instagram.com/kiaruzza_dev/" class="fa-instagram" target="_blank">Instagram</a></li>
<li><a href="https://www.linkedin.com/in/chiaracorrado/" class="fa-linkedin" target="_blank">Linkedin</a></li>
<li><a href="https://www.facebook.com/chiara.corrado/" class="fa-facebook" target="_blank">Facebook</a></li>
<li><a href="https://github.com/kiaruzza" class="fa-github" target="_blank">Github</a></li>
<li><a href="https://medium.com/@kiaruzza_dev" class="fa-medium" target="_blank">Medium</a></li>
</ul>
</footer>
</section>
<footer id="footer">
<ul class="copyright">
<li>©
Chiara Corrado
</li>
<li>
<a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">CC-BY-SA-4.0</a>
</li>
</ul>
<ul class="credit copyright">
<li>Design by <a href="https://html5up.net">HTML5UP</a></li>
</ul>
</footer>
</div>
<script>
if ('addEventListener' in window) {
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-loading\b/, ''); });
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
</body>
</html>