HappyGangBlazor/SharedUI/Shared/Components/Layout/VideoSliderComponent.razor

52 lines
2.6 KiB
Plaintext

<div class="wm-main-section wm-ourvideo-full">
<div class="container">
<div class="row">
<!--// Music Beat Dates \\-->
<div class="col-md-12">
<div class="wm-fancy-title wm-fancy-darkcolor">
<span>Legfrissebb videók</span>
<h2>Videók</h2>
</div>
<div class="wm-ourvideo-slider">
<div class="wm-ourvideo-wrap">
<figure>
<video src="_content/SharedUI/assets/media/video/PROMO.1 HG.CORY.mov" controls height="340">
</video>
</figure>
<div class="wm-ourvideo-text">
<time datetime="2008-02-14 20:00">12/12/2023</time>
<p>Készülj fel a színpadi őrületre! Éld át Cory korábbi fellépéseinek legforróbb pillanatait! Száguldj vissza az időben, és érezd újra a színpadon tomboló energiát. Kövesd a dallamokat és érezd a vibráló hangulatot, amelyet csak egy igazi Cory koncert tud nyújtani!</p>
</div>
</div>
@* <div class="wm-ourvideo-wrap">
<figure><iframe src="https://player.vimeo.com/video/3832662?color=ffffff&title=0&byline=0&portrait=0" height="340"></iframe></figure>
<div class="wm-ourvideo-text">
<time datetime="2008-02-14 20:00">13/12/2016</time>
<h4><a href="#">No.39: DMX - 'X Gon' Give'</a></h4>
<p>We can thank Deadpool for this entry... A sentence we never thought we'd say! After this huge tune appeared in the trailer for the movie, people had to get on it!</p>
</div>
</div>
<div class="wm-ourvideo-wrap">
<figure><iframe src="https://player.vimeo.com/video/5841704?color=ffffff&portrait=0" height="340"></iframe></figure>
<div class="wm-ourvideo-text">
<time datetime="2008-02-14 20:00">12/12/2015</time>
<h4><a href="#">No.39: DMX - 'X Gon' Give It To Ya'</a></h4>
<p>We can thank Deadpool for this entry... A sentence we never thought we'd say! After this huge tune appeared in the trailer for the movie, people had to get on it!</p>
</div>
</div> *@
</div>
</div>
<!--// Music Beat Dates \\-->
</div>
</div>
</div>
@code {
}