Commit
·
06ef0fc
1
Parent(s):
6ae6e53
updated banner
Browse files
dist/fragments/enterprisebanner.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<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 20s ease infinite;">
|
2 |
-
<div id=banner-text style="position: absolute;
|
3 |
Collaboration
|
4 |
</div>
|
5 |
</div>
|
|
|
1 |
<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 20s ease infinite;">
|
2 |
+
<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 20s linear infinite;">
|
3 |
Collaboration
|
4 |
</div>
|
5 |
</div>
|
dist/index.html
CHANGED
@@ -43,7 +43,7 @@
|
|
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 20s ease infinite;">
|
46 |
-
<div id=banner-text style="position: absolute;
|
47 |
Collaboration
|
48 |
</div>
|
49 |
</div>
|
|
|
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 20s 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 20s linear infinite;">
|
47 |
Collaboration
|
48 |
</div>
|
49 |
</div>
|
src/fragments/enterprisebanner.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<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 20s ease infinite;">
|
2 |
-
<div id="banner-text" style="position: absolute;
|
3 |
Collaboration
|
4 |
</div>
|
5 |
</div>
|
|
|
1 |
<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 20s ease infinite;">
|
2 |
+
<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 20s linear infinite;">
|
3 |
Collaboration
|
4 |
</div>
|
5 |
</div>
|