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>
|
<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>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>
|
<p>Here's a random video I'm proud of:</p>
|
||||||
<a href="https://youtu.be/tZLoSxzsfpM" id="youtubeVideo">
|
<a href="https://www.youtube.com/watch?v=6bnNAnSY9Uo">
|
||||||
<img src="/static/images/youtube_video.jpg" alt="" id="youtubeVideoImage">
|
<div class="blogpostYoutubeVideo">
|
||||||
<p>How to use MCA Selector to merge worlds in Minecraft Java!</p>
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="hs" id="hsCode">
|
<div class="hs" id="hsCode">
|
||||||
|
|
|
||||||
|
|
@ -89,9 +89,14 @@
|
||||||
<h1>Vídeos</h1>
|
<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>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>
|
<p>Aqui está um vídeo aleatório que eu me orgulho de ter postado:</p>
|
||||||
<a href="https://youtu.be/tZLoSxzsfpM" id="youtubeVideo">
|
<a href="https://www.youtube.com/watch?v=6bnNAnSY9Uo">
|
||||||
<img src="/static/images/youtube_video.jpg" alt="" id="youtubeVideoImage">
|
<div class="blogpostYoutubeVideo">
|
||||||
<p>Como usar o MCA Selector para juntar mundos do Minecraft Java!</p>
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="hs" id="hsCode">
|
<div class="hs" id="hsCode">
|
||||||
|
|
|
||||||
|
|
@ -880,6 +880,10 @@ hs {
|
||||||
aside.metromenu {
|
aside.metromenu {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.blogpostYoutubeVideo .videoHeader {
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 800px) {
|
@media screen and (max-width: 800px) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue