Updated 202 files via CloudCannon
This commit is contained in:
parent
3218dfca9d
commit
66e3209873
202 changed files with 366 additions and 4313 deletions
116
index.html
116
index.html
|
|
@ -114,122 +114,6 @@
|
|||
|
||||
|
||||
|
||||
<section id="album0"
|
||||
class="section-shadow banner style1 orient-left content-align-right image-position-center fullscreen onload-image-fade-in onload-content-fade-right">
|
||||
|
||||
<div class="content">
|
||||
<h1>MEga RElease review</h1>
|
||||
<p>This record so dope</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>2001</p>
|
||||
|
||||
|
||||
<p style="margin-bottom: 30px; font-family: monospace;font-size: 14px">
|
||||
<strong>1. Mula</strong><br />
|
||||
<span id="mula"></span> |
|
||||
<span style="font-family: monospace;font-size: 14px">Electronic </span>
|
||||
</p>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
var mulatimestamp = 170;
|
||||
var mulahours = Math.floor(mulatimestamp / 60 / 60);
|
||||
var mulaminutes = Math.floor(mulatimestamp / 60) - (mulahours * 60);
|
||||
var mulaseconds = mulatimestamp % 60;
|
||||
var mulaformatted = mulahours.toString().padStart(2, '0') + ':' + mulaminutes.toString().padStart(2, '0') + ':' + mulaseconds.toString().padStart(2, '0');
|
||||
var theSpan = document.getElementById("mula");
|
||||
theSpan.innerHTML = mulaformatted;
|
||||
</script>
|
||||
|
||||
<p style="margin-bottom: 30px; font-family: monospace;font-size: 14px">
|
||||
<strong>2. Fax</strong><br />
|
||||
<span id="fax"></span> |
|
||||
<span style="font-family: monospace;font-size: 14px">Electronic </span>
|
||||
</p>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
var faxtimestamp = 177;
|
||||
var faxhours = Math.floor(faxtimestamp / 60 / 60);
|
||||
var faxminutes = Math.floor(faxtimestamp / 60) - (faxhours * 60);
|
||||
var faxseconds = faxtimestamp % 60;
|
||||
var faxformatted = faxhours.toString().padStart(2, '0') + ':' + faxminutes.toString().padStart(2, '0') + ':' + faxseconds.toString().padStart(2, '0');
|
||||
var theSpan = document.getElementById("fax");
|
||||
theSpan.innerHTML = faxformatted;
|
||||
</script>
|
||||
|
||||
<p style="margin-bottom: 30px; font-family: monospace;font-size: 14px">
|
||||
<strong>3. Cowboy</strong><br />
|
||||
<span id="cowboy"></span> |
|
||||
<span style="font-family: monospace;font-size: 14px">Electronic </span>
|
||||
</p>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
var cowboytimestamp = 74;
|
||||
var cowboyhours = Math.floor(cowboytimestamp / 60 / 60);
|
||||
var cowboyminutes = Math.floor(cowboytimestamp / 60) - (cowboyhours * 60);
|
||||
var cowboyseconds = cowboytimestamp % 60;
|
||||
var cowboyformatted = cowboyhours.toString().padStart(2, '0') + ':' + cowboyminutes.toString().padStart(2, '0') + ':' + cowboyseconds.toString().padStart(2, '0');
|
||||
var theSpan = document.getElementById("cowboy");
|
||||
theSpan.innerHTML = cowboyformatted;
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
<br />
|
||||
<ul class="actions stacked">
|
||||
|
||||
<li><a href="./mega-release-review/"
|
||||
class="button big wide icon solid fa-volume-up">Cheggid out</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="image">
|
||||
<img src="./images/arget-zvhhkivur9m-unsplash.jpg" alt="MEga RElease review" title="MEga RElease review" />
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section id="album1"
|
||||
class="section-shadow banner style1 orient-right content-align-left image-position-center fullscreen onload-image-fade-in onload-content-fade-right">
|
||||
|
||||
<div class="content">
|
||||
<h1>Super Duper</h1>
|
||||
<p>Mega Post deluxe</p>
|
||||
|
||||
|
||||
<br />
|
||||
<ul class="actions stacked">
|
||||
|
||||
<li><a href="./super-duper/"
|
||||
class="button big wide ">Cheggid out</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="image">
|
||||
<img src="./images/screenshot-20200522-175053.png" alt="Super Duper" title="Super Duper" />
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Insta -->
|
||||
<section class="wrapper style1 align-center">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue