Skip to content

Commit

Permalink
Merge pull request #214 from Teradata/update-footer
Browse files Browse the repository at this point in the history
adding missing links in footer
  • Loading branch information
ObedVega committed Jul 31, 2024
2 parents a30b829 + b7527ce commit 20d7d1d
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 14 deletions.
56 changes: 56 additions & 0 deletions supplemental_ui/css/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,59 @@
height: calc(100vh - 7.3rem);
}
}



.linksOfInterest{
align-items: center;
display: flex;
justify-content: center;
text-align: left;
background: #f6f7fb;
padding: .5rem 0 0 0;
}
.linksOfInterestTitle {
flex-basis: 140px;
flex-grow: 0;
flex-shrink: 0;
margin-right: 2em;
font-weight: 600;
}
.linkOfInterest_1 {
display: inline-block;
margin-right: 2em;
}
.footerNavLink {
text-decoration: none;
color: var(--td-web-primary-navy);
font-weight: 400;
font-size: 14px;
line-height: 1.5rem;
background-image: linear-gradient(var(--td-web-primary-navy), var(--td-web-primary-navy));
background-position: 0 100%;
background-repeat: no-repeat;
background-size: 0 1px;
position: relative;
transition: all .25s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
.linksOfInterest {
display: block;
text-align: center;
}
.linkOfInterest_1 {
display: block;
}
.footerNavLink {
text-decoration: underline;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.linkOfInterest_1 {
display: block;
}
.footerNavLink {
text-decoration: underline;
}
}

55 changes: 45 additions & 10 deletions supplemental_ui/partials/lang/footer-en.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,20 @@
</svg>


<!--Old Footer markup -->
<section class="linksOfInterest">
<div class="linksOfInterestTitle">Also of interest</div>
<ul>
<li class="linkOfInterest_1">
<a class="footerNavLink" href="https://www.teradata.com/platform/ai-ml" target="_self" rel="noreferrer">Drive ROI with Trusted AI today</a>
</li>
<li class="linkOfInterest_1">
<a class="footerNavLink" href="https://www.teradata.com/solutions/big-data" target="_self" rel="noreferrer">Big data</a>
</li>
<li class="linkOfInterest_1">
<a class="footerNavLink" href="https://www.teradata.com/insights/data-security" target="_self" rel="noreferrer">Become an expert at defending your data</a>
</li>
</ul>
</section>

<!-- New Footer -->
<!--footer-->
Expand All @@ -67,6 +80,9 @@
<li>
<a href="https://www.teradata.com/Who-We-Help" data-celebrus="Footer Menu - Roles" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Roles | /Who-We-Help">Roles</a>
</li>
<li>
<a href="https://www.teradata.com/Industries" data-celebrus="Footer Menu - Industries" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Industries | /Industries">Industries</a>
</li>
<li>
<a href="https://www.teradata.com/Partners" data-celebrus="Footer Menu - Partners" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Partners | /Partners">Partners</a>
</li>
Expand All @@ -85,11 +101,14 @@
</a>
</li>
<li>
<a href="https://www.teradata.com/Industries" data-celebrus="Footer Menu - Industries" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Industries | /Industries">Industries</a>
<a href="https://www.teradata.com/solutions/business-use-cases" data-celebrus="Footer Menu - Solutions">Solutions</a>
</li>
<li>
<a href="https://www.teradata.com/Customers" data-celebrus="Footer Menu - Success stories" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Success stories | /Customers">Success stories</a>
</li>
<li>
<a href="https://www.teradata.com/how-we-help/teradata-services" data-celebrus="Footer Menu - Services">Services</a>
</li>
</ul>
</div>
</li>
Expand All @@ -100,22 +119,22 @@
<li>
<a href="https://www.teradata.com/Platform" data-celebrus="Footer Menu - Platform" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Platform | /Platform">Platform</a>
</li>
<li>
<a href="https://www.teradata.com/Platform/VantageCloud" data-celebrus="Footer Menu - VantageCloud" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="VantageCloud | /Platform/VantageCloud">VantageCloud</a>
</li>
<li>
<a href="https://www.teradata.com/Platform/ClearScape-Analytics" data-celebrus="Footer Menu - ClearScape Analytics" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="ClearScape Analytics | /Platform/ClearScape-Analytics">ClearScape Analytics</a>
</li>
<li>
<a class="nav-2" href="https://www.teradata.com/platform/ai-ml" data-celebrus="">Unleash AI Innovation</a>
</li>
<li>
<a href="https://www.teradata.com/Platform/Use-Cases" data-celebrus="Footer Menu - Use cases" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Use cases | /Platform/Use-Cases">Use cases</a>
<a href="https://www.teradata.com/platform/workloads" data-celebrus="Footer Menu - Workloads" >Workloads</a>
</li>
<li>
<a href="https://www.teradata.com/Platform/Deployment" data-celebrus="Footer Menu - Deployment" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Deployment | /Platform/Deployment">Deployment
</a>
</li>
<li>
<a href="https://www.teradata.com/Platform/VantageCloud" data-celebrus="Footer Menu - VantageCloud" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="VantageCloud | /Platform/VantageCloud">VantageCloud</a>
</li>
</ul>
</div>
</li>
Expand Down Expand Up @@ -271,11 +290,27 @@
<ul class="pb-4 list">
<li class="my-3"><a class="nav-2" href="https://www.teradata.com/trusted-ai" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Trusted AI | /trusted-ai">Trusted AI</a></li>
<li class="my-3"><a class="nav-2" href="https://www.teradata.com/Who-We-Help" data-celebrus="">Roles</a></li>
<li class="my-3"><a class="nav-2" href="https://www.teradata.com/Partners" data-celebrus="">Partners</a></li>
<li class="my-3"><a class="nav-2" href="https://teradata.my.site.com/teradataPRM/s/self-registration" data-celebrus="" target="_blank" rel="noopener">Partner registration</a></li>
<li class="my-3"><a class="nav-2" href="https://teradata.my.site.com/teradataPRM/s/login/" data-celebrus="" target="_blank" rel="noopener">Partner portal login</a></li>
<li class="my-3"><a class="nav-2" href="https://www.teradata.com/Industries" data-celebrus="">Industries</a></li>
<li class="my-3"><a class="nav-2" href="https://www.teradata.com/Partners" data-celebrus="">Partners</a></li>
<li class="my-3">
<a class="nav-2" href="https://teradata.my.site.com/teradataPRM/s/self-registration" data-celebrus="" target="_blank" rel="noopener">
Partner registration
<span class="material-symbols-outlined md-16 ms-2">
<img src="{{uiRootPath}}/img/small-external.svg" alt="External Icon" width="" height="">
</span>
</a>
</li>
<li class="my-3">
<a class="nav-2" href="https://teradata.my.site.com/teradataPRM/s/login/" data-celebrus="" target="_blank" rel="noopener">
Partner portal login
<span class="material-symbols-outlined md-16 ms-2">
<img src="{{uiRootPath}}/img/small-external.svg" alt="External Icon" width="" height="">
</span>
</a>
</li>
<li class="my-3"><a class="nav-2" href="https://www.teradata.com/solutions/business-use-cases" >Solutions</a></li>
<li class="my-3"><a class="nav-2" href="https://www.teradata.com/Customers" data-celebrus="">Success stories</a></li>
<li class="my-3"><a class="nav-2" href="https://www.teradata.com/how-we-help/teradata-services">Services</a></li>
</ul>
</details>
<details>
Expand Down Expand Up @@ -386,7 +421,7 @@

<div class="row footer-nav__baseline border-top-medium">
<div class="col-12 col-lg-3 col-xl-4 px-lg-0">
<span class="copyright"2023 Teradata. All Rights Reserved</span>
<span class="copyright"2024 Teradata. All Rights Reserved</span>
</div>
<div class="col-12 col-lg-9 col-xl-8 d-flex justify-content-lg-end px-lg-0">
<ul class="d-flex flex-wrap justify-content-between nav-2 list">
Expand Down
27 changes: 24 additions & 3 deletions supplemental_ui/partials/lang/footer-es.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,20 @@
</svg>


<!--Old Footer markup -->
<section class="linksOfInterest">
<div class="linksOfInterestTitle">Also of interest</div>
<ul>
<li class="linkOfInterest_1">
<a class="footerNavLink" href="https://www.teradata.com/platform/ai-ml" target="_self" rel="noreferrer">Drive ROI with Trusted AI today</a>
</li>
<li class="linkOfInterest_1">
<a class="footerNavLink" href="https://www.teradata.com/solutions/big-data" target="_self" rel="noreferrer">Big data</a>
</li>
<li class="linkOfInterest_1">
<a class="footerNavLink" href="https://www.teradata.com/insights/data-security" target="_self" rel="noreferrer">Become an expert at defending your data</a>
</li>
</ul>
</section>

<!-- New Footer -->
<!--footer-->
Expand Down Expand Up @@ -87,10 +100,15 @@
</span>
</a>
</li>

<li>
<a href="https://www.teradata.com/solutions/business-use-cases" data-celebrus="Footer Menu - Historias de éxito" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Solutions | /Solutions">Solutions</a>
</li>
<li>
<a href="https://www.teradata.com/Customers" data-celebrus="Footer Menu - Historias de éxito" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Historias de éxito | /Customers">Historias de éxito</a>
</li>
<li>
<a href="https://www.teradata.com/how-we-help/teradata-services" data-celebrus="Footer Menu - Historias de éxito" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Servicios | /Servicios">Servicios</a>
</li>
</ul>
</div>
</li>
Expand Down Expand Up @@ -276,7 +294,10 @@
<li class="my-3"><a class="nav-2" href="https://www.teradata.com/Partners" data-celebrus="">Socios</a></li>
<li class="my-3"><a class="nav-2" href="https://teradata.my.site.com/teradataPRM/s/self-registration" data-celebrus="" target="_blank" rel="noopener">Registro de socios</a></li>
<li class="my-3"><a class="nav-2" href="https://teradata.my.site.com/teradataPRM/s/login/" data-celebrus="" target="_blank" rel="noopener">Portal de socios</a></li>
<li class="my-3"><a class="nav-2" href="https://www.teradata.com/solutions/business-use-cases:q
" data-celebrus="Solutions">Solutions</a></li>
<li class="my-3"><a class="nav-2" href="https://www.teradata.com/Customers" data-celebrus="">Historias de éxito</a></li>
<li class="my-3"><a class="nav-2" href="https://www.teradata.com/how-we-help/teradata-services" data-celebrus="Servicios">Servicios</a></li>
</ul>
</details>
<details>
Expand Down Expand Up @@ -386,7 +407,7 @@

<div class="row footer-nav__baseline border-top-medium">
<div class="col-12 col-lg-3 col-xl-4 px-lg-0">
<span class="copyright"2023 Teradata. Todos los derechos reservados</span>
<span class="copyright"2024 Teradata. Todos los derechos reservados</span>
</div>
<div class="col-12 col-lg-9 col-xl-8 d-flex justify-content-lg-end px-lg-0">
<ul class="d-flex flex-wrap justify-content-between nav-2 list">
Expand Down
23 changes: 22 additions & 1 deletion supplemental_ui/partials/lang/footer-ja.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,20 @@
</svg>


<!--Old Footer markup -->
<section class="linksOfInterest">
<div class="linksOfInterestTitle">Also of interest</div>
<ul>
<li class="linkOfInterest_1">
<a class="footerNavLink" href="https://www.teradata.com/platform/ai-ml" target="_self" rel="noreferrer">Drive ROI with Trusted AI today</a>
</li>
<li class="linkOfInterest_1">
<a class="footerNavLink" href="https://www.teradata.com/solutions/big-data" target="_self" rel="noreferrer">Big data</a>
</li>
<li class="linkOfInterest_1">
<a class="footerNavLink" href="https://www.teradata.com/insights/data-security" target="_self" rel="noreferrer">Become an expert at defending your data</a>
</li>
</ul>
</section>

<!-- New Footer -->
<!--footer-->
Expand Down Expand Up @@ -87,9 +100,15 @@
</span>
</a>
</li>
<li>
<a href="https://www.teradata.com/solutions/business-use-cases" data-celebrus="Footer Menu - Solutions" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Success stories | /Customers">ソリューション</a>
</li>
<li>
<a href="https://www.teradata.jp/Customers" data-celebrus="Footer Menu - Success stories" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Success stories | /Customers">事例</a>
</li>
<li>
<a href="https://www.teradata.jp/why-teradata/teradata-services" data-celebrus="Footer Menu - Success stories" data-gtm-category="Footer" data-gtm-action="footer nav click" data-gtm-label="Success stories | /Customers">サービス</a>
</li>
</ul>
</div>
</li>
Expand Down Expand Up @@ -290,7 +309,9 @@
<li class="my-3"><a class="nav-2" href="https://www.teradata.jp/Partners" data-celebrus="">パートナー</a></li>
<li class="my-3"><a class="nav-2" href="https://teradata.my.site.com/teradataPRM/s/self-registration" data-celebrus="" target="_blank" rel="noopener">パートナー登録</a></li>
<li class="my-3"><a class="nav-2" href="https://teradata.my.site.com/teradataPRM/s/login/" data-celebrus="" target="_blank" rel="noopener">パートナーポータル</a></li>
<li class="my-3"><a class="nav-2" href="https://www.teradata.com/solutions/business-use-cases" data-celebrus="">ソリューション</a></li>
<li class="my-3"><a class="nav-2" href="https://www.teradata.jp/Customers" data-celebrus="">事例</a></li>
<li class="my-3"><a class="nav-2" href="https://www.teradata.jp/why-teradata/teradata-services" data-celebrus="">サービス</a></li>
</ul>
</details>
<details>
Expand Down

0 comments on commit 20d7d1d

Please sign in to comment.