Commit
·
6a43948
1
Parent(s):
28131c3
removed banner
Browse files- dist/index.html +3 -3
- src/index.html +3 -3
dist/index.html
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
</d-front-matter>
|
41 |
<d-title>
|
42 |
<h1 class="l-page" style="text-align: center;">Enterprise Hub:<br>Why you need it, how to get it</h1>
|
43 |
-
<div id="title-plot" class="main-plot-container l-screen" style="overflow-x: hidden; width: 100%; text-align: center;">
|
44 |
<div style="display: flex; justify-content: center; position: relative;">
|
45 |
<div style="position: relative; height: 120px; width: 100%; overflow: hidden; background: linear-gradient(270deg, #FFEBEE, #FFF3E0, #FFFDE7, #E8F5E9, #E3F2FD, #F3E5F5); background-size: 1400% 1400%; animation: rainbow 13.33s ease infinite;">
|
46 |
<div id=banner-text style="position: absolute; top: 50%; transform: translateY(-50%); white-space: nowrap; font-size: 120px; font-weight: black; font-family: Impact, sans-serif; color: white; animation: text-pan 13.33s linear infinite;">
|
@@ -50,9 +50,9 @@
|
|
50 |
|
51 |
<style>@keyframes rainbow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes text-pan{0%{left:-100%}16.66%{left:100%}16.67%{content:"Compute";left:-100%}33.33%{left:100%}33.34%{content:"Security";left:-100%}50%{left:100%}50.01%{content:"Governance";left:-100%}66.66%{left:100%}66.67%{content:"Compliance";left:-100%}83.33%{left:100%}83.34%{content:"Support";left:-100%}to{left:100%}}</style><script>let bannerText=document.getElementById("banner-text"),textSequence=["Collaboration","Compute","Security","Governance","Compliance","Support"],currentIndex=0;setInterval(()=>{bannerText.textContent=textSequence[currentIndex],currentIndex=(currentIndex+1)%textSequence.length},2222)</script>
|
52 |
</div>
|
53 |
-
|
54 |
|
55 |
-
</div>
|
56 |
</d-title>
|
57 |
<d-byline></d-byline>
|
58 |
<d-article>
|
|
|
40 |
</d-front-matter>
|
41 |
<d-title>
|
42 |
<h1 class="l-page" style="text-align: center;">Enterprise Hub:<br>Why you need it, how to get it</h1>
|
43 |
+
<!-- <div id="title-plot" class="main-plot-container l-screen" style="overflow-x: hidden; width: 100%; text-align: center;">
|
44 |
<div style="display: flex; justify-content: center; position: relative;">
|
45 |
<div style="position: relative; height: 120px; width: 100%; overflow: hidden; background: linear-gradient(270deg, #FFEBEE, #FFF3E0, #FFFDE7, #E8F5E9, #E3F2FD, #F3E5F5); background-size: 1400% 1400%; animation: rainbow 13.33s ease infinite;">
|
46 |
<div id=banner-text style="position: absolute; top: 50%; transform: translateY(-50%); white-space: nowrap; font-size: 120px; font-weight: black; font-family: Impact, sans-serif; color: white; animation: text-pan 13.33s linear infinite;">
|
|
|
50 |
|
51 |
<style>@keyframes rainbow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes text-pan{0%{left:-100%}16.66%{left:100%}16.67%{content:"Compute";left:-100%}33.33%{left:100%}33.34%{content:"Security";left:-100%}50%{left:100%}50.01%{content:"Governance";left:-100%}66.66%{left:100%}66.67%{content:"Compliance";left:-100%}83.33%{left:100%}83.34%{content:"Support";left:-100%}to{left:100%}}</style><script>let bannerText=document.getElementById("banner-text"),textSequence=["Collaboration","Compute","Security","Governance","Compliance","Support"],currentIndex=0;setInterval(()=>{bannerText.textContent=textSequence[currentIndex],currentIndex=(currentIndex+1)%textSequence.length},2222)</script>
|
52 |
</div>
|
53 |
+
<p style="text-align: cekter; font-style: italic; margin-top: 10px; max-width: 900px; margin-left: auto; margin-right: auto;">banner subtitle</p>
|
54 |
|
55 |
+
</div> -->
|
56 |
</d-title>
|
57 |
<d-byline></d-byline>
|
58 |
<d-article>
|
src/index.html
CHANGED
@@ -40,13 +40,13 @@
|
|
40 |
</d-front-matter>
|
41 |
<d-title>
|
42 |
<h1 class="l-page" style="text-align: center;">Enterprise Hub:<br>Why you need it, how to get it</h1>
|
43 |
-
<div id="title-plot" class="main-plot-container l-screen" style="overflow-x: hidden; width: 100%; text-align: center;">
|
44 |
<div style="display: flex; justify-content: center; position: relative;">
|
45 |
{{{fragment-enterprisebanner}}}
|
46 |
</div>
|
47 |
-
|
48 |
|
49 |
-
</div>
|
50 |
</d-title>
|
51 |
<d-byline></d-byline>
|
52 |
<d-article>
|
|
|
40 |
</d-front-matter>
|
41 |
<d-title>
|
42 |
<h1 class="l-page" style="text-align: center;">Enterprise Hub:<br>Why you need it, how to get it</h1>
|
43 |
+
<!-- <div id="title-plot" class="main-plot-container l-screen" style="overflow-x: hidden; width: 100%; text-align: center;">
|
44 |
<div style="display: flex; justify-content: center; position: relative;">
|
45 |
{{{fragment-enterprisebanner}}}
|
46 |
</div>
|
47 |
+
<p style="text-align: cekter; font-style: italic; margin-top: 10px; max-width: 900px; margin-left: auto; margin-right: auto;">banner subtitle</p>
|
48 |
|
49 |
+
</div> -->
|
50 |
</d-title>
|
51 |
<d-byline></d-byline>
|
52 |
<d-article>
|