Add icons
This commit is contained in:
parent
addce65982
commit
8d8b998187
5 changed files with 58 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ html_head = """
|
|||
<img src='/src/img/sound_on.svg'>
|
||||
</a>
|
||||
</span>
|
||||
|
||||
<a href="https://nothingmakesitself.art"><img src="https://freight.cargo.site/t/original/i/abcd0824382cdb1e6c2efca6e3d5ae4dd8fc33f6ed88bddbfa25923073865abf/12313123100.png" class="arko"></a>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="margin">
|
||||
|
|
|
|||
|
|
@ -39,6 +39,9 @@
|
|||
<img src='src/img/sound_on.svg'>
|
||||
</a>
|
||||
</span>
|
||||
|
||||
<a href="https://nothingmakesitself.art"><img src="https://freight.cargo.site/t/original/i/abcd0824382cdb1e6c2efca6e3d5ae4dd8fc33f6ed88bddbfa25923073865abf/12313123100.png" class="arko"></a>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="margin">
|
||||
|
|
|
|||
|
|
@ -48,6 +48,9 @@
|
|||
<audio id="sound" src="/src/sound/test_sound.mp3" style="display: none;"></audio>
|
||||
</a>
|
||||
</span>
|
||||
|
||||
<a href="https://nothingmakesitself.art"><img src="https://freight.cargo.site/t/original/i/abcd0824382cdb1e6c2efca6e3d5ae4dd8fc33f6ed88bddbfa25923073865abf/12313123100.png" class="arko"></a>
|
||||
|
||||
</div>
|
||||
|
||||
<svg id="_frags" xmlns="http://www.w3.org/2000/svg" style="display:none">
|
||||
|
|
@ -314,5 +317,18 @@
|
|||
}
|
||||
</script>
|
||||
</div>
|
||||
|
||||
<div id="hideMe" class="">
|
||||
</div>
|
||||
|
||||
<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js'></script>
|
||||
<script>
|
||||
$(function() {
|
||||
setTimeout(function() { $("#hideMe").fadeOut(2000); }, 2500)
|
||||
|
||||
})
|
||||
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -49,6 +49,9 @@
|
|||
<img src='src/img/sound_on.svg'>
|
||||
</a>
|
||||
</span>
|
||||
|
||||
<a href="https://nothingmakesitself.art"><img src="https://freight.cargo.site/t/original/i/abcd0824382cdb1e6c2efca6e3d5ae4dd8fc33f6ed88bddbfa25923073865abf/12313123100.png" class="arko"></a>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="fragments_wrapper">
|
||||
|
|
|
|||
|
|
@ -467,3 +467,36 @@
|
|||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
#hideMe{
|
||||
background: url(https://freight.cargo.site/t/original/i/5d73492aa3e9257fd9fab2d4677af532db8a388f792c55f99cf9168cb2024bb2/arkowebtest3.png) no-repeat center center fixed;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
margin:0;
|
||||
text-align:center;
|
||||
position:fixed;
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
.arko {
|
||||
position: fixed;
|
||||
right: 20px;
|
||||
bottom: 20px;
|
||||
width:150px;
|
||||
|
||||
}
|
||||
|
||||
.arko:hover {
|
||||
-moz-box-shadow: 0 0 10px #a6a6a6;
|
||||
-webkit-box-shadow: 0 0 10px #a6a6a6;
|
||||
box-shadow: 0 0 10px #a6a6a6;
|
||||
border-radius:10px;
|
||||
}
|
||||
Loading…
Reference in a new issue