deploy: 45aa627911
This commit is contained in:
parent
abe0f2192c
commit
07034e3d43
3 changed files with 102 additions and 88 deletions
|
|
@ -89,9 +89,14 @@
|
|||
<h1>My Videos</h1>
|
||||
<p>I have a YouTube channel where I post mostly Minecraft videos, but I want to have other types of content in the future. There's no scedule for my videos because it takes a lot of editing time to put a video together, and I have little time to work on my own projects, you should subscribe if you want to know when I post something!</p>
|
||||
<p>Here's a random video I'm proud of:</p>
|
||||
<a href="https://youtu.be/tZLoSxzsfpM" id="youtubeVideo">
|
||||
<img src="/static/images/youtube_video.jpg" alt="" id="youtubeVideoImage">
|
||||
<p>How to use MCA Selector to merge worlds in Minecraft Java!</p>
|
||||
<a href="https://www.youtube.com/watch?v=6bnNAnSY9Uo">
|
||||
<div class="blogpostYoutubeVideo">
|
||||
<img src="/static/images/thumbnails/fl_studio_linux.png">
|
||||
<div class="videoHeader">
|
||||
<h2 class="videoTitle">Installing FL Studio on linux.</h2>
|
||||
<p>YouTube (5:53)</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="hs" id="hsCode">
|
||||
|
|
|
|||
|
|
@ -89,9 +89,14 @@
|
|||
<h1>Vídeos</h1>
|
||||
<p>Eu tenho um canal no YouTube em que na maioria das vezes eu posto vídeos de Minecraft, mas pretendo expandir a variedade de conteúdos no futuro. Não tenho nenhuma previsão de publicação no meu canal, pois editar os vídeos leva tempo e eu tenho pouco tempo para trabalhar nos meus projetos, você deveria se inscrever se quiser saber quando eu posto meus vídeos!</p>
|
||||
<p>Aqui está um vídeo aleatório que eu me orgulho de ter postado:</p>
|
||||
<a href="https://youtu.be/tZLoSxzsfpM" id="youtubeVideo">
|
||||
<img src="/static/images/youtube_video.jpg" alt="" id="youtubeVideoImage">
|
||||
<p>Como usar o MCA Selector para juntar mundos do Minecraft Java!</p>
|
||||
<a href="https://www.youtube.com/watch?v=6bnNAnSY9Uo">
|
||||
<div class="blogpostYoutubeVideo">
|
||||
<img src="/static/images/thumbnails/fl_studio_linux.png">
|
||||
<div class="videoHeader">
|
||||
<h2 class="videoTitle">Como instalar o FL Studio no Linux?</h2>
|
||||
<p>YouTube (5:53)</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="hs" id="hsCode">
|
||||
|
|
|
|||
|
|
@ -880,6 +880,10 @@ hs {
|
|||
aside.metromenu {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.blogpostYoutubeVideo .videoHeader {
|
||||
font-size: small;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue