A Pen by Massimo Sporchia on CodePen.
Created
October 11, 2016 12:15
-
-
Save MassimoSporchia/cd5a231ddba76eb903db8cb068784a00 to your computer and use it in GitHub Desktop.
gpNymV
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<title>Massimo Sporchia's Homepage</title> | |
<div class='site container-fluid'> | |
<div class='header'> | |
<div class='gravatar'> | |
<img src='https://lh3.googleusercontent.com/-AC3Ntk6FLN4/AAAAAAAAAAI/AAAAAAAAAX4/dsSDhEVocr8/s120-c/photo.jpg' alt='Massimo Sporchia'> | |
</div> | |
<h1 class='title'><a href="/">Massimo Sporchia</a></h1> | |
</div> | |
<div class='body'> | |
<h2>Welcome,</h2> | |
<div class='intro'> | |
here you can find all the informations about me. | |
</div> | |
<hr> | |
<div class='presentation'> | |
years old Italian Computer Scientist. I currently live in Milan (Italy) but I was born in a small town near Bergamo, a cool city at approximately 50km from Milan. | |
</div> | |
<hr> | |
<div class='education'> | |
I started studying Computer Science in High School and continued through Milano Bicocca University where I pursued the Master's Degree in Computer Science. | |
</div> | |
<div class='work'> | |
<hr> | |
</div> | |
<div class='projects'></div> | |
<div class='social'> | |
<a class="btn btn-social btn-md btn-google" href='https://plus.google.com/u/0/+MassimoSporchia/posts'> | |
<i class="fa fa-google"></i> Google+ | |
</a> | |
<a class="btn btn-social btn-md btn-github" href='https://github.com/BinoSam'> | |
<i class="fa fa-github"></i> Github | |
</a> | |
<a class="btn btn-social btn-md btn-fcc" href='http://www.freecodecamp.com/binosam'> | |
<i class="fa fa-fire"></i> FreeCodeCamp | |
</a> | |
<a class="btn btn-social btn-md btn-linkedin" href='https://it.linkedin.com/in/massimosporchia'> | |
<i class="fa fa-linkedin"></i> Linkedin | |
</a> | |
</div> | |
</div> | |
<hr> | |
<div class='footer'> | |
Contact me: <a href="mailto:[email protected]"><i class='glyphicon glyphicon-envelope'></i></a> | |
</div> | |
</div> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(age); | |
function age(){ | |
var age = new Date().getFullYear() - 1989; | |
$('.presentation').text("I'm a "+age+ $('.presentation').text()); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.gravatar { | |
float: right; | |
margin-top: -2%; | |
} | |
.gravatar img { | |
border-radius: 50%; | |
} | |
.site { | |
font-size: 115%; | |
text-align: justify; | |
max-width: 600px; | |
margin: 3em auto 2em; | |
padding: 0 2%; | |
line-height: 1.5em; | |
} | |
.site .header a { | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.site .header .title { | |
display: inline-block; | |
margin-bottom: 20px; | |
letter-spacing: 1px; | |
font-size: 250%; | |
margin-top: 3%; | |
} | |
.site .header h1.title a, | |
.fa-rss { | |
rgb(51, 102, 255); | |
} | |
.site .body {} | |
.site .footer {} | |
.site .p {} | |
.fcc {} | |
hr { | |
display: block; | |
height: 1px; | |
border: 0; | |
border-top: 1px solid #ccc; | |
margin: 1em 0; | |
padding: 0; | |
} | |
.btn-fcc { | |
color: #FFFFFF; | |
background-color: #006600; | |
border-color: rgba(0, 153, 51, 0.2) | |
} | |
.btn-fcc:hover, | |
.btn-fcc:focus, | |
.btn-fcc:active, | |
.btn-fcc.active, | |
.open>.dropdown-toggle.btn-fcc { | |
color: #FFFFFF; | |
background-color: #003300; | |
border-color: rgba(0, 153, 51, 0.2) | |
} | |
.btn-fcc:active, | |
.btn-fcc.active, | |
.open>.dropdown-toggle.btn-fcc { | |
background-image: none | |
} | |
.btn-fcc.disabled, | |
.btn-fcc[disabled], | |
fieldset[disabled] .btn-fcc, | |
.btn-fcc.disabled:hover, | |
.btn-fcc[disabled]:hover, | |
fieldset[disabled] .btn-fcc:hover, | |
.btn-fcc.disabled:focus, | |
.btn-fcc[disabled]:focus, | |
fieldset[disabled] .btn-fcc:focus, | |
.btn-fcc.disabled:active, | |
.btn-fcc[disabled]:active, | |
fieldset[disabled] .btn-fcc:active, | |
.btn-fcc.disabled.active, | |
.btn-fcc[disabled].active, | |
fieldset[disabled] .btn-fcc.active { | |
background-color: #eff7ff; | |
border-color: rgba(0, 153, 51, 0.2) | |
} | |
.btn-fcc .badge { | |
color: #eff7ff; | |
background-color: #000 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" /> | |
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" /> | |
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.9.1/bootstrap-social.min.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment