-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.77 KB
/
Copy pathindex.html
File metadata and controls
30 lines (30 loc) · 1.77 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
<!DOCTYPE html>
<html>
<head>
<title>Davide del Buono</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" type="text/css" href="style.min.css">
</head>
<body>
<section class="blocco-sinistro"><img class="foto-profilo" src="profile.jpg"><h1 class="nome-profilo">Davide del Buono</h1>
<p class="descrizione-profilo">Computer Science and Automation Engineering Student in Bari. Product Architect, Designer, Developer in my free time. Curious about science and technology. I invent projects, apps, websites, ideas and services. Here are my main contacts and projects.</p></section>
<aside class="blocco-destro">
<h5>Contacts</h5>
<h4><a href="mailto:dlbdvd96@hotmail.it">Email me</a></h4>
<h4><a href="https://github.com/dlbdvd96" target="_blank">GitHub Repos</a></h4>
<h4><a href="http://www.linkedin.it/davide.delbuono" target="_blank">LinkedIn</a></h4>
<h4><a href="http://www.twitter.com/dlbdvd96" target="_blank">Twitter</a></h4>
<h4><a href="http://www.facebook.com/Davide.del.Buono" target="_blank">Facebook</a></h4>
<hr class="separatore">
<h5>GitHub Projects</h5>
<h4><a href="https://github.com/dlbdvd96/iFeelBook" target="_blank">iFeelBook (mobile app)</a></h4>
<h4><a href="https://github.com/dlbdvd96/IonPayPal" target="_blank">IonPayPal (mobile app)</a></h4>
<h4><a href="https://github.com/dlbdvd96/WordPress-Starter" target="_blank">WordPress-Starter (WP Theme)</a></h4>
<hr class="separatore">
<h5>Other Projects</h5>
<h4><a href="https://play.google.com/store/apps/details?id=app.acsansevero.seguimi" target="_blank">Seguimi! (mobile app)</a></h4>
<h4><a href="http://www.acsansevero.it" target="_blank">Azione Cattolica S.Severo (website)</a></h4>
</aside>
</body>
<link href="https://fonts.googleapis.com/css?family=Raleway:100,300" rel="stylesheet">
</html>