"layout"
Bootstrap 3.0.0 Snippet by evarevirus

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html><html class=''> <head><script src='//production-assets.codepen.io/assets/editor/live/console_runner-079c09a0e3b9ff743e39ee2d5637b9216b3545af0de366d4b9aad9dc87e26bfd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/events_runner-73716630c22bbc8cff4bd0f07b135f00a0bdc5d14629260c3ec49e5606f98fdd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/css_live_reload_init-2c0dc5167d60a5af3ee189d570b1835129687ea2a61bee3513dee3a50c115a77.js'></script><meta charset='UTF-8'><meta name="robots" content="noindex"><link rel="shortcut icon" type="image/x-icon" href="//production-assets.codepen.io/assets/favicon/favicon-8ea04875e70c4b0bb41da869e81236e54394d63638a1ef12fa558a4a835f1164.ico" /><link rel="mask-icon" type="" href="//production-assets.codepen.io/assets/favicon/logo-pin-f2d2b6d2c61838f7e76325261b7195c27224080bc099486ddd6dccb469b8e8e6.svg" color="#111" /><link rel="canonical" href="https://codepen.io/Ideneal/pen/MKJzgg?limit=all&page=8&q=java" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel='stylesheet prefetch' href='//cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css'><link rel='stylesheet prefetch' href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'><link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Raleway'> <style class="cp-pen-styles">@-webkit-keyframes sdb { 0% { opacity: 0; } 30% { opacity: 1; } 60% { box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1); opacity: 0; } 100% { opacity: 0; } } @keyframes sdb { 0% { opacity: 0; } 30% { opacity: 1; } 60% { box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1); opacity: 0; } 100% { opacity: 0; } } body { font-family: 'Raleway', sans-serif; } h1.major, h2.major, h3.major, h4.major, h5.major, h6.major { padding-bottom: 1em; border-bottom: solid 2px rgba(255, 255, 255, 0.125); margin-bottom: 20px; } a { color: #33A9B7; } a:hover, a:focus { color: #00E4FF; text-decoration: none; } header { display: table; position: relative; width: 100%; height: 100vh; background-color: #292D48; background: -webkit-gradient(radial, center center, 0, center center, 500, from(#433763), to(#292D48)); background: -moz-radial-gradient(circle, #433763, #292D48); background: -ms-radial-gradient(circle, #433763, #292D48); color: white; } header #particles { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } header .vert-text { display: table-cell; position: relative; vertical-align: middle; text-align: center; } header .vert-text h1 { padding: 0; margin: 0; font-size: 4.5em; font-weight: 700; } header .vert-text .scroll-down { display: block; position: absolute; bottom: 20%; left: 50%; color: #fff; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); -webkit-transition: opacity 0.5s; -o-transition: opacity 0.5s; transition: opacity 0.5s; } header .vert-text .scroll-down:hover { opacity: 0.5; } header .vert-text .scroll-down::after { position: absolute; content: ''; width: 16px; height: 16px; margin: -12px 0 0 -8px; border-left: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); box-sizing: border-box; } header .vert-text .scroll-down::before { position: absolute; top: -22px; left: -22px; z-index: -1; content: ''; width: 44px; height: 44px; box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1); border-radius: 100%; opacity: 0; -webkit-animation: sdb 3s infinite; animation: sdb 3s infinite; box-sizing: border-box; } #about { padding: 50px 0; background-color: #5e42a6; color: white; } #about .service-item { margin-bottom: 15px; } .service-icon { border: 2px solid rgba(255, 255, 255, 0.125); border-radius: 50%; font-size: 56px; width: 140px; height: 140px; line-height: 136px; vertical-align: middle; } #projects { padding: 50px 0; background-color: #312450; color: white; } #projects .major { border-bottom: solid 2px rgba(255, 255, 255, 0.125); } #projects .inner { border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 0.25em; } #contacts { padding: 100px 0; background-color: #493382; color: white; } #contacts .social { padding-bottom: 20px; border-bottom: solid 2px rgba(255, 255, 255, 0.125); } .project-item { width: 250px; margin: 10px auto 20px auto; padding: 10px 15px; border: solid 1px rgba(255, 255, 255, 0.15); background: rgba(255, 255, 255, 0.05); box-shadow: 0 0px 0px -5px #fff; border-radius: 0.25em; transition: all 0.5s ease; } .project-item:hover { box-shadow: 0 5px 20px -5px #fff; } .project-item .icon { height: 128px; width: 100%; margin: 10px 0; } .navbar { background-color: #33A9B7; border-color: #292D48; } .navbar.navbar-default .navbar-brand { color: white; } .navbar.navbar-default .navbar-nav > li > a { color: white; } .navbar.navbar-default .navbar-toggle { border-color: white; } .navbar.navbar-default .navbar-toggle:hover, .navbar.navbar-default .navbar-toggle:focus { background-color: #433763; } .navbar.navbar-default .navbar-toggle .icon-bar { background-color: white; } </style></head><body> <nav class="navbar navbar-default navbar-fixed-top" id="navbar" style="display: none;"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#buttons-collapse" aria-expanded="false"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand nav-link" href="#header">Ideneal</a> </div> <div class="collapse navbar-collapse" id="buttons-collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="nav-link" href="#about">About</a></li> <li><a class="nav-link" href="#projects">Projects</a></li> <li><a class="nav-link" href="#contacts">Contacts</a></li> </ul> </div> </div> </nav> <header id="header"> <div id="particles"></div> <div class="vert-text"> <h1>Ideneal</h1> <h3>Geek, Software Developer and Security Fun</h3> <a href="#about" class="scroll-down nav-link"></a> </div> </header> <section id="about"> <div class="container"> <div class="row"> <div class="col-md-4 col-md-offset-4 text-center"> <h2 class="major">About Me</h2> </div> </div> <div class="row"> <div class="col-md-2 col-md-offset-2 text-center"> <div class="service-item os-animation animated fadeInUp" data-os-animation="fadeInUp" data-os-animation-delay="0s" style="animation-delay: 0s;"> <i class="service-icon fa fa-user"></i> <h4>In My Life</h4> <p>In addition to programming, I play hard rock/metal music and love it, I practice martial arts, watch tv series with my girlfriend and read any kind of books.</p> </div> </div> <div class="col-md-2 text-center"> <div class="service-item os-animation animated fadeInUp" data-os-animation="fadeInUp" data-os-animation-delay="0s" style="animation-delay: 0s;"> <i class="service-icon fa fa-code"></i> <h4>About Coding</h4> <p>I mostly develop in C++ Linux based systems, Java, Php but I've worked on many different technologies too and lately I approached to the wonderful world of Android, I love it :D</p> </div> </div> <div class="col-md-2 text-center"> <div class="service-item os-animation animated fadeInUp" data-os-animation="fadeInUp" data-os-animation-delay="0s" style="animation-delay: 0s;"> <i class="service-icon fa fa-rocket"></i> <h4>What I Study</h4> <p>I current frequent Computer Engineering's faculty at the University of L'Aquila, I am a fan of physics, mathematics and any type of science :)</p> </div> </div> <div class="col-md-2 text-center"> <div class="service-item os-animation animated fadeInUp" data-os-animation="fadeInUp" data-os-animation-delay="0s" style="animation-delay: 0s;"> <i class="service-icon fa fa-bug"></i> <h4>Security</h4> <p>I love any kind of computer security starting from writing code and optimizing it to penetration test security :D</p> </div> </div> </div> </div> </section> <section id="projects"> <div class="container"> <div class="row"> <div class="col-md-4 col-md-offset-4 text-center"> <h2 class="major">Projects</h2> </div> </div> <div class="row"> <div class="col-md-4 col-md-offset-2 text-center"> <div class="project-item os-animation animated fadeInUp" data-os-animation="fadeInUp" data-os-animation-delay="0s" style="animation-delay: 0s;"> <svg class="icon" viewBox="0 0 128 128"> <path fill="#D26383" d="M115.4 30.7l-48.3-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7z"></path> <path fill="#9C033A" d="M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4v-55.7c0-.9-.1-1.9-.6-2.8l-106.6 62z"></path> <path fill="#fff" d="M85.3 76.1c-4.2 7.4-12.2 12.4-21.3 12.4-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8l-12.9-7.6z"></path> <path d="M82.1 61.8h5.2v-5.3h4.4v5.3h5.3v4.4h-5.3v5.2h-4.4v-5.2h-5.2v-4.4zM100.6 61.8h5.2v-5.3h4.4v5.3h5.3v4.4h-5.3v5.2h-4.4v-5.2h-5.2v-4.4z"></path> </svg> <h4><a href="https://github.com/Ideneal/SDL_Snake">Snake SDL</a></h4> <p>Famous snake game with minimal graphics</p> </div> </div> <div class="col-md-4 text-center"> <div class="project-item os-animation animated fadeInUp" data-os-animation="fadeInUp" data-os-animation-delay="0s" style="animation-delay: 0s;"> <svg class="icon" viewBox="0 0 128 128"> <path fill="#D26383" d="M115.4 30.7l-48.3-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7z"></path> <path fill="#9C033A" d="M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4v-55.7c0-.9-.1-1.9-.6-2.8l-106.6 62z"></path> <path fill="#fff" d="M85.3 76.1c-4.2 7.4-12.2 12.4-21.3 12.4-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8l-12.9-7.6z"></path> <path d="M82.1 61.8h5.2v-5.3h4.4v5.3h5.3v4.4h-5.3v5.2h-4.4v-5.2h-5.2v-4.4zM100.6 61.8h5.2v-5.3h4.4v5.3h5.3v4.4h-5.3v5.2h-4.4v-5.2h-5.2v-4.4z"></path> </svg> <h4><a href="https://github.com/Ideneal/Tetris">Tetris</a></h4> <p>Tetris game implemented in C++ with SDL</p> </div> </div> </div> <div class="row"> <div class="col-md-4 col-md-offset-2 text-center"> <div class="project-item os-animation animated fadeInUp" data-os-animation="fadeInUp" data-os-animation-delay="0s" style="animation-delay: 0s;"> <svg class="icon" viewBox="0 0 128 128"> <path fill="#D26383" d="M115.4 30.7l-48.3-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7z"></path> <path fill="#9C033A" d="M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4v-55.7c0-.9-.1-1.9-.6-2.8l-106.6 62z"></path> <path fill="#fff" d="M85.3 76.1c-4.2 7.4-12.2 12.4-21.3 12.4-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8l-12.9-7.6z"></path> <path d="M82.1 61.8h5.2v-5.3h4.4v5.3h5.3v4.4h-5.3v5.2h-4.4v-5.2h-5.2v-4.4zM100.6 61.8h5.2v-5.3h4.4v5.3h5.3v4.4h-5.3v5.2h-4.4v-5.2h-5.2v-4.4z"></path> </svg> <h4><a href="https://github.com/Ideneal/Md5Brute">Md5Brute</a></h4> <p>decypt MD5 hash string with brute force attack</p> </div> </div> <div class="col-md-4 text-center"> <div class="project-item os-animation animated fadeInUp" data-os-animation="fadeInUp" data-os-animation-delay="0s" style="animation-delay: 0s;"> <svg class="icon" viewBox="0 0 128 128"> <path fill="#D26383" d="M115.4 30.7l-48.3-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7z"></path> <path fill="#9C033A" d="M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4v-55.7c0-.9-.1-1.9-.6-2.8l-106.6 62z"></path> <path fill="#fff" d="M85.3 76.1c-4.2 7.4-12.2 12.4-21.3 12.4-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8l-12.9-7.6z"></path> <path d="M82.1 61.8h5.2v-5.3h4.4v5.3h5.3v4.4h-5.3v5.2h-4.4v-5.2h-5.2v-4.4zM100.6 61.8h5.2v-5.3h4.4v5.3h5.3v4.4h-5.3v5.2h-4.4v-5.2h-5.2v-4.4z"></path> </svg> <h4><a href="https://github.com/Ideneal/Physic">Physic</a></h4> <p>This is a physical system that describes the physical movement of some balls with the implementation of gravity</p> </div> </div> </div> <div class="row"> <div class="col-md-4 col-md-offset-2 text-center"> <div class="project-item os-animation animated fadeInUp" data-os-animation="fadeInUp" data-os-animation-delay="0s" style="animation-delay: 0s;"> <svg class="icon" viewBox="0 0 128 128"> <path fill="#D26383" d="M115.4 30.7l-48.3-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7z"></path> <path fill="#9C033A" d="M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4v-55.7c0-.9-.1-1.9-.6-2.8l-106.6 62z"></path> <path fill="#fff" d="M85.3 76.1c-4.2 7.4-12.2 12.4-21.3 12.4-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8l-12.9-7.6z"></path> <path d="M82.1 61.8h5.2v-5.3h4.4v5.3h5.3v4.4h-5.3v5.2h-4.4v-5.2h-5.2v-4.4zM100.6 61.8h5.2v-5.3h4.4v5.3h5.3v4.4h-5.3v5.2h-4.4v-5.2h-5.2v-4.4z"></path> </svg> <h4><a href="https://github.com/Ideneal/RemoteTris">RemoteTris</a></h4> <p>This is the famous game of tris implemented for the network with a TCP protocol client-server</p> </div> </div> <div class="col-md-4 text-center"> <div class="project-item os-animation animated fadeInUp" data-os-animation="fadeInUp" data-os-animation-delay="0s" style="animation-delay: 0s;"> <svg class="icon" viewBox="0 0 128 128"> <path fill="#fff" d="M21.012 91.125c-5.538.003-10.038-4.503-10.039-10.04l-.002-30.739c-.002-5.532 4.497-10.037 10.028-10.038 2.689-.002 5.207 1.041 7.105 2.937s2.942 4.418 2.944 7.099l-.003 30.74c.007 2.679-1.034 5.199-2.931 7.094-1.892 1.9-4.417 2.946-7.102 2.947M21.004 43.005c-4.053-.002-7.338 3.291-7.339 7.341l.005 30.736c.001 4.064 3.292 7.344 7.341 7.348 4.057-.005 7.343-3.285 7.339-7.347v-30.741c-.002-4.049-3.291-7.339-7.346-7.337"></path> <path fill="#fff" d="M99.742 44.527l-2.698-.001-66.119.009-2.699.001-.002-2.699c-.006-11.08 6.03-21.385 15.917-27.473l-3.844-7.017c-.47-.822-.588-1.863-.314-2.815.278-.952.935-1.771 1.814-2.239.509-.288 1.131-.448 1.759-.447 1.362 0 2.609.739 3.267 1.933l4.023 7.329c4.163-1.527 8.558-2.306 13.099-2.305 4.606-.002 9.023.777 13.204 2.311l4.017-7.341c.647-1.191 1.903-1.933 3.263-1.932.612-.001 1.223.148 1.761.438.903.495 1.533 1.286 1.81 2.245.276.953.165 1.959-.318 2.832l-3.842 7.013c9.871 6.101 15.9 16.398 15.899 27.459l.003 2.699zM80.196 15.403l5.123-9.355c.273-.489.095-1.115-.399-1.386-.501-.271-1.119-.086-1.384.405l-5.176 9.45c-4.354-1.934-9.229-3.021-14.382-3.016-5.142-.005-10.008 1.078-14.349 3.005l-5.181-9.429c-.267-.497-.891-.679-1.379-.405-.497.266-.68.891-.403 1.379l5.125 9.348c-10.07 5.194-16.874 15.084-16.868 26.439l66.118-.008c.003-11.351-6.789-21.221-16.845-26.427m-31.256 14.457c-1.521-.003-2.763-1.241-2.763-2.771 0-1.523 1.24-2.774 2.766-2.774 1.533-.001 2.773 1.251 2.775 2.774.001 1.528-1.242 2.77-2.778 2.771m30.107-.006c-1.528.002-2.775-1.235-2.772-2.771 0-1.521 1.242-2.772 2.773-2.778 1.521.005 2.768 1.258 2.767 2.779 0 1.531-1.241 2.771-2.768 2.77M51.711 126.159c-5.533-.001-10.036-4.501-10.037-10.038l-.002-13.567-2.638.003c-2.817.001-5.461-1.094-7.448-3.082-1.99-1.986-3.087-4.633-3.083-7.452l-.01-47.627v-2.701h2.699l65.623-.01 2.7-.002v2.699l.007 47.633c.001 5.809-4.725 10.536-10.532 10.535l-2.654.002.003 13.562c0 5.534-4.502 10.039-10.033 10.039-2.681.006-5.197-1.036-7.098-2.937-1.901-1.896-2.948-4.416-2.947-7.096v-13.568h-4.511v13.565c-.002 5.535-4.503 10.043-10.039 10.042"></path> <path fill="#fff" d="M31.205 92.022c-.004 4.337 3.497 7.838 7.831 7.837h5.333l.006 16.264c-.001 4.05 3.289 7.341 7.335 7.342 4.056 0 7.342-3.295 7.338-7.348l.001-16.259 9.909-.003-.001 16.263c.004 4.051 3.298 7.346 7.343 7.338 4.056.003 7.344-3.292 7.343-7.344l-.005-16.259 5.353-.001c4.319.001 7.832-3.508 7.832-7.837l-.009-47.635-65.621.012.012 47.63zM106.996 91.112c-5.536.001-10.039-4.498-10.038-10.036l-.008-30.738c.002-5.537 4.498-10.041 10.031-10.041 5.54-.001 10.046 4.502 10.045 10.038l.003 30.736c.001 5.534-4.498 10.042-10.033 10.041M106.986 42.996c-4.053-.004-7.337 3.287-7.337 7.342l.003 30.737c.002 4.059 3.286 7.343 7.342 7.34 4.054-.001 7.335-3.281 7.338-7.343l-.008-30.736c-.001-4.056-3.283-7.342-7.338-7.34"></path> <path fill="#A4C439" d="M21.004 43.005c-4.053-.002-7.338 3.291-7.339 7.341l.005 30.736c.001 4.064 3.288 7.344 7.342 7.343 4.056 0 7.342-3.28 7.338-7.342v-30.741c-.002-4.049-3.291-7.339-7.346-7.337m59.192-27.602l5.123-9.355c.273-.489.094-1.111-.401-1.388-.5-.265-1.117-.085-1.382.407l-5.175 9.453c-4.354-1.938-9.227-3.024-14.383-3.019-5.142-.005-10.013 1.078-14.349 3.005l-5.181-9.429c-.269-.497-.889-.677-1.378-.406-.498.269-.681.892-.404 1.38l5.125 9.349c-10.07 5.193-16.874 15.083-16.868 26.438l66.118-.008c.003-11.351-6.789-21.221-16.845-26.427m-31.256 14.457c-1.521-.003-2.763-1.241-2.763-2.771 0-1.523 1.238-2.775 2.766-2.774 1.533-.001 2.773 1.251 2.775 2.774.001 1.528-1.242 2.77-2.778 2.771m30.107-.006c-1.528.002-2.772-1.237-2.772-2.771.006-1.52 1.242-2.772 2.773-2.778 1.521.005 2.768 1.258 2.767 2.779.002 1.531-1.241 2.771-2.768 2.77m-47.854 14.538l.011 47.635c-.003 4.333 3.502 7.831 7.832 7.831l5.333.002.006 16.264c-.001 4.05 3.291 7.342 7.335 7.342 4.056 0 7.342-3.295 7.343-7.347l-.004-16.26 9.909-.003.004 16.263c0 4.047 3.293 7.346 7.338 7.338 4.056.003 7.344-3.292 7.343-7.344l-.005-16.259 5.352-.004c4.32.002 7.834-3.5 7.836-7.834l-.009-47.635-65.624.011zm83.134 5.943c-.001-4.055-3.286-7.341-7.341-7.339-4.053-.004-7.337 3.287-7.337 7.342l.006 30.738c-.001 4.058 3.283 7.338 7.339 7.339 4.054-.001 7.337-3.281 7.338-7.343l-.005-30.737z"></path> </svg> <h4><a href="https://play.google.com/store/apps/details?id=com.energytime.tamtamofferte&hl=it">TamTamOfferte</a></h4> <p>Is the official Android app of the website <a href="http://www.tamtamofferte.com">www.tamtamofferte.com</a></p> <p>It contains all the special offers and promotions of shops in Italy, using the location of the device to show them on the map.</p> </div> </div> </div> <div class="row"> <div class="col-md-4 col-md-offset-4 text-center"> <h4>You can find all my open source projects on <a href="https://github.com/Ideneal">github page</a></h4> </div> </div> </div> </section> <footer id="contacts"> <div class="container"> <div class="row"> <div class="col-md-6 col-md-offset-3 text-center"> <h3>You can contact me on</h3> <ul class="list-inline social"> <li class="os-animation animated shake" data-os-animation="shake" data-os-animation-delay="0s" style="animation-delay: 0s;"><a href="https://github.com/Ideneal"><i class="fa fa-github fa-2x"></i></a></li> <li class="os-animation animated shake" data-os-animation="shake" data-os-animation-delay="0s" style="animation-delay: 0s;"><a href="https://twitter.com/ideneal"><i class="fa fa-twitter fa-2x"></i></a></li> <li class="os-animation animated shake" data-os-animation="shake" data-os-animation-delay="0s" style="animation-delay: 0s;"><a href="https://plus.google.com/u/0/118111673783396939726/"><i class="fa fa-google-plus fa-2x"></i></a></li> <li class="os-animation animated shake" data-os-animation="shake" data-os-animation-delay="0s" style="animation-delay: 0s;"><a href="https://it.linkedin.com/in/danielepedone"><i class="fa fa-linkedin-square fa-2x"></i></a></li> </ul> <p>Copyright © Ideneal 2016</p> </div> </div> </div> </footer> <script src='//production-assets.codepen.io/assets/common/stopExecutionOnTimeout-b2a7b3fe212eaa732349046d8416e00a9dec26eb7fd347590fbced3ab38af52e.js'></script><script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script><script src='//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js'></script><script src='https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js'></script> <script >/* ---- particles.js config ---- */ particlesJS("particles", { "particles": { "number": { "value": 80, "density": { "enable": true, "value_area": 800 } }, "color": { "value": "#ffffff" }, "shape": { "type": "circle", "stroke": { "width": 0, "color": "#000000" }, "polygon": { "nb_sides": 5 }, "image": { "src": "img/github.svg", "width": 100, "height": 100 } }, "opacity": { "value": 0.5, "random": false, "anim": { "enable": false, "speed": 1, "opacity_min": 0.1, "sync": false } }, "size": { "value": 3, "random": true, "anim": { "enable": false, "speed": 40, "size_min": 0.1, "sync": false } }, "line_linked": { "enable": true, "distance": 150, "color": "#ffffff", "opacity": 0.4, "width": 1 }, "move": { "enable": true, "speed": 6, "direction": "none", "random": false, "straight": false, "out_mode": "out", "bounce": false, "attract": { "enable": false, "rotateX": 600, "rotateY": 1200 } } }, "interactivity": { "detect_on": "canvas", "events": { "onhover": { "enable": true, "mode": "grab" }, "onclick": { "enable": true, "mode": "push" }, "resize": true }, "modes": { "grab": { "distance": 140, "line_linked": { "opacity": 1 } }, "bubble": { "distance": 400, "size": 40, "duration": 2, "opacity": 8, "speed": 3 }, "repulse": { "distance": 200, "duration": 0.4 }, "push": { "particles_nb": 4 }, "remove": { "particles_nb": 2 } } }, "retina_detect": true }); /* ---- End particles.js config ---- */ var scrollToElement = function(el, ms){ var speed = (ms) ? ms : 600; $('html,body').animate({ scrollTop: $(el).offset().top }, speed); } $(document).ready(function() { $('.nav-link').on('click', function(e) { e.preventDefault(); var el = $(this).attr('href'); scrollToElement(el); }); $(window).scroll(function() { var x = $(window).scrollTop(); if (x >= 42) { $("#navbar").fadeIn(300); } else { $("#navbar").fadeOut(300); } }); }); //# sourceURL=pen.js </script> </body></html>

Related: See More


Questions / Comments: