Skip to content

Commit

Permalink
deploy: 4ee7e38
Browse files Browse the repository at this point in the history
  • Loading branch information
ObedVega committed Sep 6, 2023
1 parent 78db8b0 commit 3d4aa0e
Show file tree
Hide file tree
Showing 59 changed files with 915 additions and 672 deletions.
13 changes: 6 additions & 7 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<link rel="stylesheet" href="/_/css/styles.css">
<link rel="stylesheet" href="/_/css/fontawesome.all.min.css">
<link rel="stylesheet" href="/_/css/webfonts.css">
<link rel="stylesheet" href="/_/css/newnavbar.css">
<link rel="stylesheet" href="/_/css/navbar.css">
<style>

Expand Down Expand Up @@ -689,7 +690,6 @@

.article {
background-color: #f5f5f5;
margin-top: 0px;
}

/*
Expand Down Expand Up @@ -728,17 +728,17 @@

.toolbar {
background-color: #f5f5f5;
height: 44px;
/* height: 44px;
top: 54px;
position: fixed;
position: fixed; */
width: 100%;
}

@media screen and (min-width: 1024px) {
.toolbar {
top: 70px;
top: 115px;
height: 60px;
position: sticky;
/* position: sticky;*/
}
}

Expand Down Expand Up @@ -1004,7 +1004,6 @@

.doc .source-toolbox img.copy-icon {
content: url("/_/img/copy.svg");
max-width: 24px;
}

.doc .source-toolbox>:not(:last-child)::after {
Expand All @@ -1031,7 +1030,7 @@
}

</style>
<link rel="stylesheet" href="https://www.teradata.com/Content/Styles/compiled/main.css">

<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>
Expand Down
3 changes: 2 additions & 1 deletion _/css/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@
padding: 12px 24px;
border-radius: 8px;
}
.dropdown-item:hover{
.dropdown-item:hover {
text-decoration: none;
color: #ff5f02;
}
.test {
padding-bottom: 30px;
Expand Down
130 changes: 130 additions & 0 deletions _/css/newnavbar.css

Large diffs are not rendered by default.

24 changes: 13 additions & 11 deletions advanced-dbt.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<link rel="stylesheet" href="./_/css/styles.css">
<link rel="stylesheet" href="./_/css/fontawesome.all.min.css">
<link rel="stylesheet" href="./_/css/webfonts.css">
<link rel="stylesheet" href="./_/css/newnavbar.css">
<link rel="stylesheet" href="./_/css/navbar.css">
<style>

Expand Down Expand Up @@ -692,7 +693,6 @@

.article {
background-color: #f5f5f5;
margin-top: 0px;
}

/*
Expand Down Expand Up @@ -731,17 +731,17 @@

.toolbar {
background-color: #f5f5f5;
height: 44px;
/* height: 44px;
top: 54px;
position: fixed;
position: fixed; */
width: 100%;
}

@media screen and (min-width: 1024px) {
.toolbar {
top: 70px;
top: 115px;
height: 60px;
position: sticky;
/* position: sticky;*/
}
}

Expand Down Expand Up @@ -1007,7 +1007,6 @@

.doc .source-toolbox img.copy-icon {
content: url("./_/img/copy.svg");
max-width: 24px;
}

.doc .source-toolbox>:not(:last-child)::after {
Expand All @@ -1034,7 +1033,7 @@
}

</style>
<link rel="stylesheet" href="https://www.teradata.com/Content/Styles/compiled/main.css">

<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>
Expand Down Expand Up @@ -1959,18 +1958,20 @@ <h2 id="_summary"><a class="anchor" href="#_summary"></a>Summary</h2>
<style>
@media screen and (min-width: 1024px){
.body {
margin-top: 116px;
margin-top: 55px;
}
}

.article {
/* background-color: #f5f5f5;*/
margin-top: 0px;
color: #00233c;
font-family: Inter,sans-serif;
}
.search-container {
display: flex;
height: 48px;
}
}/*
table {
background-color: transparent;
border: none;
Expand All @@ -1981,12 +1982,13 @@ <h2 id="_summary"><a class="anchor" href="#_summary"></a>Summary</h2>
border: none;
font-size: 18px;
text-align: left;
}
}*/
/*
pre {
padding: 0rem;
background: transparent;
}

*/
</style> </div>
</main>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<link rel="stylesheet" href="../_/css/styles.css">
<link rel="stylesheet" href="../_/css/fontawesome.all.min.css">
<link rel="stylesheet" href="../_/css/webfonts.css">
<link rel="stylesheet" href="../_/css/newnavbar.css">
<link rel="stylesheet" href="../_/css/navbar.css">
<style>

Expand Down Expand Up @@ -692,7 +693,6 @@

.article {
background-color: #f5f5f5;
margin-top: 0px;
}

/*
Expand Down Expand Up @@ -731,17 +731,17 @@

.toolbar {
background-color: #f5f5f5;
height: 44px;
/* height: 44px;
top: 54px;
position: fixed;
position: fixed; */
width: 100%;
}

@media screen and (min-width: 1024px) {
.toolbar {
top: 70px;
top: 115px;
height: 60px;
position: sticky;
/* position: sticky;*/
}
}

Expand Down Expand Up @@ -1007,7 +1007,6 @@

.doc .source-toolbox img.copy-icon {
content: url("../_/img/copy.svg");
max-width: 24px;
}

.doc .source-toolbox>:not(:last-child)::after {
Expand All @@ -1034,7 +1033,7 @@
}

</style>
<link rel="stylesheet" href="https://www.teradata.com/Content/Styles/compiled/main.css">

<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>
Expand Down Expand Up @@ -1905,18 +1904,20 @@ <h2 id="_next_steps"><a class="anchor" href="#_next_steps"></a>Next steps</h2>
<style>
@media screen and (min-width: 1024px){
.body {
margin-top: 116px;
margin-top: 55px;
}
}

.article {
/* background-color: #f5f5f5;*/
margin-top: 0px;
color: #00233c;
font-family: Inter,sans-serif;
}
.search-container {
display: flex;
height: 48px;
}
}/*
table {
background-color: transparent;
border: none;
Expand All @@ -1927,12 +1928,13 @@ <h2 id="_next_steps"><a class="anchor" href="#_next_steps"></a>Next steps</h2>
border: none;
font-size: 18px;
text-align: left;
}
}*/
/*
pre {
padding: 0rem;
background: transparent;
}

*/
</style> </div>
</main>
</div>
Expand Down
24 changes: 13 additions & 11 deletions cloud-guides/connect-azure-data-share-to-teradata-vantage.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<link rel="stylesheet" href="../_/css/styles.css">
<link rel="stylesheet" href="../_/css/fontawesome.all.min.css">
<link rel="stylesheet" href="../_/css/webfonts.css">
<link rel="stylesheet" href="../_/css/newnavbar.css">
<link rel="stylesheet" href="../_/css/navbar.css">
<style>

Expand Down Expand Up @@ -692,7 +693,6 @@

.article {
background-color: #f5f5f5;
margin-top: 0px;
}

/*
Expand Down Expand Up @@ -731,17 +731,17 @@

.toolbar {
background-color: #f5f5f5;
height: 44px;
/* height: 44px;
top: 54px;
position: fixed;
position: fixed; */
width: 100%;
}

@media screen and (min-width: 1024px) {
.toolbar {
top: 70px;
top: 115px;
height: 60px;
position: sticky;
/* position: sticky;*/
}
}

Expand Down Expand Up @@ -1007,7 +1007,6 @@

.doc .source-toolbox img.copy-icon {
content: url("../_/img/copy.svg");
max-width: 24px;
}

.doc .source-toolbox>:not(:last-child)::after {
Expand All @@ -1034,7 +1033,7 @@
}

</style>
<link rel="stylesheet" href="https://www.teradata.com/Content/Styles/compiled/main.css">

<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>
Expand Down Expand Up @@ -2619,18 +2618,20 @@ <h4 id="_read_nos_an_alternative_method_to_foreign_tables"><a class="anchor" hre
<style>
@media screen and (min-width: 1024px){
.body {
margin-top: 116px;
margin-top: 55px;
}
}

.article {
/* background-color: #f5f5f5;*/
margin-top: 0px;
color: #00233c;
font-family: Inter,sans-serif;
}
.search-container {
display: flex;
height: 48px;
}
}/*
table {
background-color: transparent;
border: none;
Expand All @@ -2641,12 +2642,13 @@ <h4 id="_read_nos_an_alternative_method_to_foreign_tables"><a class="anchor" hre
border: none;
font-size: 18px;
text-align: left;
}
}*/
/*
pre {
padding: 0rem;
background: transparent;
}

*/
</style> </div>
</main>
</div>
Expand Down
Loading

0 comments on commit 3d4aa0e

Please sign in to comment.