Skip to content

Commit

Permalink
deploy: dc31403
Browse files Browse the repository at this point in the history
  • Loading branch information
ObedVega committed Mar 7, 2024
1 parent 22730b9 commit 8b1fc75
Show file tree
Hide file tree
Showing 83 changed files with 1,628 additions and 1,094 deletions.
64 changes: 51 additions & 13 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,13 @@
<meta property="twitter:image" content="https://www.teradata.com/Content/Assets/default/teradata-logo-social.png" />
<meta name="twitter:site" content="@teradata" />

<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T7Q6CLV');
</script>
<!-- End Google Tag Manager -->
<link rel="stylesheet" href="/_/css/search.css">
<link rel="stylesheet" href="/_/css/styles.css">
<link rel="stylesheet" href="/_/css/newnavbar.css" >
<link rel="stylesheet" href="/_/css/navbar.css">
<link rel="stylesheet" href="/_/css/mt.css">

<style>
.footer-nav .footer_social .icon-social {
width: 44px;
Expand Down Expand Up @@ -932,13 +926,19 @@
}

</style>


<script async type="text/javascript" src="https://assets.teradata.com/js/Celebrus/bsci.js"></script>
<link rel="icon" href="/_/img/favicon.ico" type="image/x-icon">
</head>
<body class="status-404">
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T7Q6CLV');
</script>
<script src="/_/js/lang.js"></script>
<script src="/_/js/translations/mt.js"></script>
</head>
<body class="status-404">
<!-- Adding CDN to use sql-formatter for unpkg -->
<script src="https://unpkg.com/sql-formatter/dist/sql-formatter.min.js"></script>

Expand Down Expand Up @@ -1382,11 +1382,49 @@
</aside>
</div>
<main class="article">
<div id="disclaimer">
<div class="section-1">
<img src="/_/img/language.svg" alt="Imagen" height="24px" width="24px">
</div>
<div class="section-2">
<span id="message"></span>
</div>
<div class="section-3">
<button href="" onclick="openMTD()" class="info">
<span id="info"></span>
</button>
<div id="mtModal" class="modal">
<div id="overlay"></div>
<div class="MTDcontent">
<p class="popup-header-text" id="header"></p>
<div class="cancel">
<button class="cancelbtn" onclick="closeMTD()">
<span class="closeMT">&times;</span>
</button>
</div>
<div class="td-reader-popup-spacer"></div>
<p class="td-popup-body-text" id="content"></p>
<div class="btnspace">
<button onclick="closeMTD()" class="call-to-action-button">
<span id="close"></span>
</button>
</div>
</div>
</div>
</div>
<div class="section-4">
<button onclick="hideDisclaimer()">
<img src="/_/img/close.svg" alt="Imagen" height="14px" width="14px">
</button>
</div>
</div>

<div class="toolbar" role="navigation">
<button class="nav-toggle"></button>
<nav class="breadcrumbs" aria-label="breadcrumbs">
</nav>
</div>

<div class="content">
<article class="doc">
<h1 class="page">Page Not Found</h1>
Expand Down
291 changes: 291 additions & 0 deletions _/css/mt.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,291 @@
@media screen and (max-width: 1024px) {
#disclaimer {
margin-top: 0px;
height: auto;
display: flex;
color: rgba(0, 0, 0, .6);
background: rgba(255, 95, 2, .1);
padding: 10px;
box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}
.section-1 {
padding-top: 5px;
margin-left: 24px;
margin-right: 24px;
}

.section-2 {
font-style: normal;
font-size: 14px;
line-height: 18px;
letter-spacing: .25px;
color: #00233c;
flex-grow: 1;
padding-top: 9px;
}

.section-3 {
font-style: normal;
font-size: 14px;
line-height: 18px;
letter-spacing: .5px;
color: rgba(0, 0, 0, .87) !important;
text-decoration: none;
padding-left: 15px;
margin-right: 20px;
width: auto;
padding-top: 9px;
}

.section-4 {
flex-shrink: 0;
padding-top: 7px;
}
.modal {
display: none; /* Hide the modal by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%;
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
}
.MTDcontent {
display: flex;
flex-direction: column;
align-items: center;
margin: auto;
position: relative;
padding-left: 15px;
padding-right: 15px;
max-width: 680px;
width: 100%;
background-color: #fff;
border-radius: 8px;
top: 330px;
}
.closeMT {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.popup-header-text {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 28px !important;
letter-spacing: .15px;
color: rgba(0, 0, 0, .87);
max-width: 640px;
width: 100%;
}
.td-reader-popup-spacer {
border: #e6e6e6 1px solid;
width: 104.6%;
margin-top: -7px;
}
.cancel {
color: rgba(0, 0, 0, .87);
font-size: 1.4em;
display: flex;
flex-direction: row;
align-items: flex-start;
padding-left: 10px;
position: absolute;
width: 40px;
height: 40px;
right: 10px;
top: 13px;
}
button.cancelbtn {
margin-top: 6px;
margin-left: -12px;
}

.call-to-action-button{
background: #00233C;
border-radius: 12px;
border: 1px solid #00233C;
font-weight: 600;
font-family: Inter;
font-size: 18px;
line-height: 26px;
color: #fff;
padding: 16px;
height: 58px;
}
.call-to-action-button:hover {
border-color: #ff5f02;
background: #ff5f02;
color: #fff;
text-decoration: none;
}
.btnspace{
margin-left: auto;
margin-bottom: 10px;
}
.info{
font-weight: 600;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}

@media screen and (min-width: 1024px){
#disclaimer {
display: flex;
margin-top: -45px;
height: 100px;
color: rgba(0, 0, 0, .6);
background: rgba(255, 95, 2, .1);
padding: 10px;
box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}

.section-1 {
padding-top: 5px;
margin-left: 24px;
margin-right: 24px;
}

.section-2 {
font-style: normal;
font-size: 14px;
line-height: 18px;
letter-spacing: .25px;
color: #00233c;
flex-grow: 1;
padding-top: 9px;
}

.section-3 {
font-style: normal;
font-size: 14px;
line-height: 18px;
letter-spacing: .5px;
color: rgba(0, 0, 0, .87) !important;
text-decoration: none;
padding-left: 15px;
margin-right: 20px;
width: auto;
padding-top: 9px;
}

.section-4 {
flex-shrink: 0;
padding-top: 7px;
}
.modal {
display: none; /* Hide the modal by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%;
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
}
.MTDcontent {
display: flex;
flex-direction: column;
align-items: center;
margin: auto;
position: relative;
padding-left: 15px;
padding-right: 15px;
max-width: 680px;
width: 100%;
background-color: #fff;
border-radius: 8px;
top: 330px;
}
.closeMT {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.popup-header-text {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 28px !important;
letter-spacing: .15px;
color: rgba(0, 0, 0, .87);
max-width: 640px;
width: 100%;
}
.td-reader-popup-spacer {
border: #e6e6e6 1px solid;
width: 104.6%;
margin-top: -7px;
}
.cancel {
color: rgba(0, 0, 0, .87);
font-size: 1.4em;
display: flex;
flex-direction: row;
align-items: flex-start;
padding-left: 10px;
position: absolute;
width: 40px;
height: 40px;
right: 10px;
top: 13px;
}
button.cancelbtn {
margin-top: 6px;
margin-left: -12px;
}

.call-to-action-button{
background: #00233C;
border-radius: 12px;
border: 1px solid #00233C;
font-weight: 600;
font-family: Inter;
font-size: 18px;
line-height: 26px;
color: #fff;
padding: 16px;
height: 58px;
}
.call-to-action-button:hover {
border-color: #ff5f02;
background: #ff5f02;
color: #fff;
text-decoration: none;
}
.btnspace{
margin-left: auto;
margin-bottom: 10px;
}
.info{
font-weight: 600;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}

#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #333a3e;
opacity: 0.15;
z-index: -1;
display: none;
}
.toolbar {
z-index: 0;
}
1 change: 1 addition & 0 deletions _/img/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _/img/language.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8b1fc75

Please sign in to comment.