Put simpleParallax and modify logo.php to merge
This commit is contained in:
41
about.php
41
about.php
@@ -21,6 +21,8 @@
|
||||
<script src="js/lastblock.js" defer></script>
|
||||
<script src="js/blockexplorer.js" defer></script>
|
||||
|
||||
<script src="js/simpleParallax.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
|
||||
@@ -28,6 +30,8 @@
|
||||
|
||||
getMyAdressInfos();
|
||||
|
||||
setParallax();
|
||||
|
||||
$('#myNavbar').on('show.bs.collapse', function () {
|
||||
$('#logo_topisto').css({'height' : '30px','width' : '30px'});
|
||||
$('#titre_topisto').css({'font-size' : '30px'});
|
||||
@@ -89,7 +93,8 @@
|
||||
* Calculer et afficher la balance en EUR et USD
|
||||
*
|
||||
*/
|
||||
function getMyAdressInfos() {
|
||||
function getMyAdressInfos()
|
||||
{
|
||||
var balance_url = 'https://blockchain.info/q/addressbalance/15V7XfBX2Xn5uKpK3VuVngDg44TSKLtTSh?cors=true';
|
||||
$.get( balance_url, function( data ) {
|
||||
var balance = data/100000000;
|
||||
@@ -100,7 +105,17 @@
|
||||
$('#BTC_CHANGE').html(btc_change);
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
function setParallax()
|
||||
{
|
||||
var image = document.getElementsByClassName('simple-parallax');
|
||||
new simpleParallax(image,{
|
||||
scale: 1.5,
|
||||
overflow: true,
|
||||
orientation: 'down'
|
||||
});
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
@@ -130,7 +145,7 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div id="explorer" class="container-fluid bg-grey" style="padding-bottom:10px">
|
||||
<div id="explorer" class="container-fluid" style="padding-bottom:10px">
|
||||
<div class="row">
|
||||
<div class="col-sm-12 text-left">
|
||||
<br>BTC adress : <a href="https://www.blockchain.com/btc/address/15V7XfBX2Xn5uKpK3VuVngDg44TSKLtTSh">15V7XfBX2Xn5uKpK3VuVngDg44TSKLtTSh</a>
|
||||
@@ -139,21 +154,25 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="about" class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-sm-8">
|
||||
<h4>This site is a hobby.<br>It's also a testing place where i can do <a href="blog.php">things</a> that are impossible at work.</h4>
|
||||
<div id="about" class="container-fluid bg-grey" style="padding-top:5px;padding-bottom:5px">
|
||||
<div class="row" style="margin-top:0px">
|
||||
<div class="col-sm-8" style="margin-top:0px">
|
||||
<h4 style="margin-top:0px">This site is a hobby.<br>It's also a testing place where i can do <a href="blog.php">things</a> that are impossible at work.</h4>
|
||||
<p class="text-justify">I like <b>surfing</b> and sailing on the ocean. But during longs winter nights, computing is fun. I'm interested into <b>cryptocurrencies</b>, computationnal art, datavisualisation. I know that <b>42</b> is the answer to <b>the Life, Universe and Everything Else</b>. As <b>Eto Demerzel</b> said to me, the <b>Seldon's Plan</b> will save the Galaxy. My favorites books are the <b>House of leaves</b>, the <b>Necronomicron</b> and the <b>DarkHold</b>. I also know that <b>great power comes with great responsibility</b>. I'm still in <b>the search of Captain Zero</b>, because <b>the Truth is out there</b>.</p>
|
||||
<p class="text-justify">.I'm also really astonished by <b>Universal Numbers</b>, aka Disjunctives Sequences. Thinking that a single number can contain every others, that's a great <b>mystery</b>. So I'm trying to write the chronicles of these numbers (in french)</p>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div style="background-image:url(images/topisto_vert_tr.png);background-repeat: no-repeat;background-position:center top;background-size: 100% auto;">
|
||||
<img id="gargoyle" src="images/logo.php" alt="avatar dragon gargoyle" width="100%; height: auto" style="opacity:0.4"></img>
|
||||
</div>
|
||||
<!--
|
||||
<div style="background-image:url(images/topisto_vert_tr.png);background-repeat: no-repeat;background-position:center top;background-size: 100% auto;">
|
||||
<img id="gargoyle" src="images/logo.php" alt="avatar dragon gargoyle" width="100%; height: auto" style="opacity:0.4"></img>
|
||||
</div>
|
||||
-->
|
||||
<img id="gargoyle" class="simple-parallax" src="images/logo.php" alt="avatar dragon gargoyle" width="100%; height: auto" style="margin-top:-20px"></img>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="contact" class="container-fluid bg-grey">
|
||||
<div id="contact" class="container-fluid">
|
||||
<div class="row slideanim">
|
||||
<div class="col-sm-4">
|
||||
Bookmarks : <br>
|
||||
|
||||
Reference in New Issue
Block a user