Skip to content

Commit

Permalink
fixed heights of cards
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikrekum committed Dec 7, 2023
1 parent f28b05e commit 65c3a0b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@
alt="EduCTX v1.2">
<p class="font-weight-normal mb-0 text-grey font-weight-normal larger">EduCTX
v1.2</p>
<p class="font-weight-light mt-0 text-midgrey">Conventional platform containing
<p class="font-weight-light mt-0 text-midgrey" style="height: 5vh;">Conventional
platform containing
all the existing certificates based on smart contract</p>
</div>
</div>
Expand All @@ -119,7 +120,8 @@
<img class="img-fluid pb-2 " style="width: 100%" src="img/new.png"
alt="EduCTX v2.0">
<p class="font-weight-normal mb-0 text-grey larger">EduCTX v2.0</p>
<p class="font-weight-light mt-0 text-midgrey">Brand new platform using
<p class="font-weight-light mt-0 text-midgrey" style="height: 5vh;">Brand
new platform using
Masca
</p>
</div>
Expand All @@ -138,9 +140,9 @@


<script>
/* setTimeout(function () {
setTimeout(function () {
window.location.href("https://masca.io");
}, 15000); */
}, 15000);
// count down
var seconds = 15,
$seconds = document.querySelector('#countdown');
Expand Down

0 comments on commit 65c3a0b

Please sign in to comment.