This repository has been archived by the owner on Jan 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
/
aurelio.html
39 lines (39 loc) · 1.93 KB
/
aurelio.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Aurelio De Rosa</title>
</head>
<body>
<div data-role="page">
<header data-role="header">
<a href="#" data-icon="back" data-iconpos="notext" data-rel="back" title="Go back">Back</a>
<h1>Aurelio De Rosa</h1>
</header>
<div id="content" data-role="content">
<div class="person">
<img class="photo" src="images/aurelio-de-rosa.png" alt="Photo of Aurelio De Rosa" />
<dl class="informations">
<dt>Email:</dt>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
<dt>Twitter:</dt>
<dd><a href="https://twitter.com/AurelioDeRosa" target="_blank">@AurelioDeRosa</a></dd>
<dt>Information:</dt>
<dd>
I've a Bachelor degree in Computer Science. I'm a self-employed web developer
who have been worked for more than 2 years at the University of Salerno.
I'm also a technical writer for the <a href="http://ug.audero.it/">Audero user group</a>
and for the SitePoint network on <a href="http://www.sitepoint.com/author/aderosa/">SitePoint.com</a>,
<a href="http://jspro.com/author/aderosa/">JSPro.com</a> and
<a href="http://phpmaster.com/author/aderosa/">PHPMaster.com</a>.
I'm a very IT addicted and my main fields are web technologies, especially HTML, CSS,
JavaScript, PHP, jQuery, jQuery Mobile, PhoneGap and Zend Framework.<br />
</dd>
</dl>
</div>
</div>
</div>
</body>
</html>