Add Vue Global 2020 video
parent
f1d96c24a0
commit
fd188a46bb
|
@ -100,6 +100,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.video {
|
||||||
|
background-color: var(--surface-a);
|
||||||
|
text-align: center;
|
||||||
|
padding: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.whouses {
|
.whouses {
|
||||||
background-color: #34495E;
|
background-color: #34495E;
|
||||||
color: #EAECEE;
|
color: #EAECEE;
|
||||||
|
|
|
@ -122,6 +122,10 @@
|
||||||
.prosupport > div {
|
.prosupport > div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.video iframe {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-config {
|
.layout-config {
|
||||||
|
|
|
@ -98,6 +98,14 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="video">
|
||||||
|
<h4>Vue.js Global 2020</h4>
|
||||||
|
<p>PrimeVue session from Vue.js Global 2020 Conference where we had a remarkable experience of presenting PrimeVue after Evan You announced Vue 3.</p>
|
||||||
|
<div>
|
||||||
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/3YP6Ob0-jkI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="whouses">
|
<div class="whouses">
|
||||||
<h4>Key Users</h4>
|
<h4>Key Users</h4>
|
||||||
<p>The creator of PrimeVue is PrimeTek Informatics, the distinguished component library vendor who built popular open source projects such as PrimeFaces, PrimeNG and PrimeReact over the past years.</p>
|
<p>The creator of PrimeVue is PrimeTek Informatics, the distinguished component library vendor who built popular open source projects such as PrimeFaces, PrimeNG and PrimeReact over the past years.</p>
|
||||||
|
|
Loading…
Reference in New Issue