Update html/landing.ejs
This commit is contained in:
parent
3922e225fb
commit
485bf527df
@ -311,6 +311,13 @@ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3);
|
||||
<img src="/static/logo-poke.svg" alt="POKE logo" style="width:57em; height:auto; margin-bottom:16px; mask-image:none; border-radius:0;">
|
||||
|
||||
<style>
|
||||
|
||||
.symbol-of-tolerance {
|
||||
margin-top:1em;
|
||||
height:.25em;
|
||||
background:linear-gradient(90deg,#ea392f 0% 9.091%,#f28917 9.091% 18.182%,#eecb12 18.182% 27.273%,#78b82a 27.273% 36.364%,#4375ca 36.364% 45.455%,#c346e3 45.455% 54.545%,#7bcce5 54.545% 63.636%,#eaeaea 63.636% 72.727%,#f4aec8 72.727% 81.818%,#000 81.818% 90.909%,#945516 90.909% 100%)
|
||||
}
|
||||
|
||||
.pk-marquee {
|
||||
--gap: 32px;
|
||||
--speed: 30s;
|
||||
@ -416,7 +423,7 @@ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3);
|
||||
<% }) %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="symbol-of-tolerance" role="img"></div>
|
||||
<script>
|
||||
(function () {
|
||||
var marquee = document.querySelector('.pk-marquee');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user