-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php~
executable file
·40 lines (38 loc) · 1.45 KB
/
about.php~
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
<?php
include "page_template.html"
?>
<div id="temp-content" style="display: none;">
<h3>About</h3>
<hr>
<br>
<p>
I was born in 1983, in Moncalieri (TO), Italy.
</p>
<p>
Then I grew up in Collegno, a nice 50,000 citizens city, where,
among many other crazy and funny people,
the famous Scatterbrained of Collegno lived.
This light-hearted spirit of folly continuously permeated
my entire teenager growth, forging my logical, scientific, fussy,
though creative mind.
<br>
After bouncing in and out three different high schools,
strumming away on legendary guitars,
chewing thousands of hectares of soccer field grass and mud,
discovering my best friends, dying after beautiful girls
(not very many actually...),
and nurturing my faith with eternal moments of interior silence and
solitary adventures among the most arduous mountains,
I finally went through the beautiful and entertaining years of college
and took my math degree at the University of Turin in 2009,
and my doctorate of philosophy in 2015 in the art of
hiding information to others.
</p>
<p>
Skills which brought me where I am at...
</p>
</div>
<script>
var x = document.getElementById("temp-content") ;
document.getElementById("main").innerHTML = x.innerHTML ;
</script>