Skip to content

Commit

Permalink
Deploy preview for PR 10 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
ObedVega committed Nov 28, 2023
1 parent c480281 commit 1fe00c0
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 91 deletions.
4 changes: 2 additions & 2 deletions pr-preview/pr-10/_/css/site.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
33 changes: 13 additions & 20 deletions pr-preview/pr-10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1447,13 +1447,13 @@
<div class="call-to-action-text">
<div class="header">Getting Started</div>
<div class="short-description">Get quickly up to speed with Teradata Vantage. Learn about features. Find how-tos for common tasks. Explore sample source code.</div>
<div class="button-container">
<div id="app">
<div class="button-container" id="app">
<!-- Utiliza tu componente Vue -->
<mi-componente></mi-componente>
</div>
<a class="call-to-action-button" href="#getting-access-to-vantage">Get access to Teradata Vantage</a>
<a class="call-to-action-button-secondary" href="#browse-content">Browse content</a>
<mi-componente2></mi-componente2>

<!-- <a class="call-to-action-button" href="#getting-access-to-vantage">Get access to Teradata Vantage</a>
<a class="call-to-action-button-secondary" href="#browse-content">Browse content</a>-->
</div>
<div class="alternate-action">Prefer structured learning? Explore courses at <a href="https://teradata.com/University/Overview">Teradata University</a>.</div>
</div>
Expand Down Expand Up @@ -1862,25 +1862,18 @@
</main>
</div>
<script>

Vue.component('mi-componente', {
data: function() {
return {
contador: 0
};
},
methods: {
incrementarContador: function() {
// Incrementa el contador al hacer clic en el botón
this.contador++;
}
},
template: `
<div>
<a href="https://www.teradata.com/" class="mi-boton" @click="incrementarContador">Hi! Im a Vue component - click me!! </a>
</div>
<a href="https://www.teradata.com/" class="mi-boton">Contribute</a>
`
});

Vue.component('mi-componente2', {
template: `
<a href="https://www.teradata.com/" class="mi-boton">Request</a>
`
});

// Crea e monta una instancia de Vue
new Vue({
el: '#app'
Expand Down
Loading

0 comments on commit 1fe00c0

Please sign in to comment.