Add VOJ section

This commit is contained in:
WhyKorp
2024-06-04 10:58:09 +02:00
committed by GitHub
parent ae2ba7c2d4
commit 353ca0d801
2 changed files with 136 additions and 0 deletions
+85
View File
@@ -0,0 +1,85 @@
body {
font-family: 'Noto Sans', sans-serif;
background-color: #333;
color: #fff;
}
.container {
width: 80%;
margin: auto;
border: 2px solid #2ecccc;
border-radius: 25px;
padding: 20px;
background-color: #444;
}
.nav a {
text-decoration: none;
color: #fff;
padding: 10px 20px;
border: 2px solid #2ecccc;
border-radius: 25px;
background-color: #333;
transition: all 0.3s ease-in-out;
}
.nav a:hover {
background-color: #2ecccc;
color: #333;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
.video-container {
width: 80%;
margin: 20px auto;
border: 2px solid #2ecccc;
border-radius: 25px;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
header {
text-align: left;
}
.logo {
height: 60px;
width: 60px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.title {
display: inline-block;
font-size: 48px;
line-height: 60px;
vertical-align: middle;
}
div.footer {
width: 80%;
margin: auto;
border: 2px solid #2ecccc;
border-radius: 25px;
padding: 20px;
background-color: #444;
display: flex;
justify-content: center;
align-items: center;
}
img.flash {
display: inline-block;
width: 128px;
transition: 0.4s;
};
img.flash:hover {
transition: 0.4s;
width: 800px
};
+51
View File
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="icon" href="img/logo.png">
<title>VOJ Production</title>
</head>
<body>
<div class="container">
<header>
<a href="https://www.youtube.com/@viensonjette" target="_blank">
<img class="logo" src="img/logo.png" alt="Logo">
</a>
<h1 class="title">Viens On Jette</h1>
</header>
<div class="nav">
<a href="#">Accueil</a>
<a href="infos/index.php">Infos</a>
<a href="https://artists.magroove.com/en/lt/whykioh/" target="_blank">Link Tree</a>
<a href="tools/index.html">Outils</a>
<a href="ruty/index.php">Ruty</a>
<a href="lolivator/index.php">LoLivator</a>
<a href="jpc/index.html">JPC</a>
<a href="archives/index.php">Archives</a>
</div>
<p><br></p>
<hr>
<h1>Bienvenue sur le site officiel de VOJ Production</h1>
<p>Et retrouvez toutes les dernières informations de Whykioh & Naxo</p>
<hr>
<h1>Flash Info !</h1>
<div class="flash">
<p class="flash">Après Théo, court-métrage de 5 minutes, le duo<br>se lance dans la création de leur second projet <br>"L'Unique Solution". Un moyen-métrage dont le tournage n'as <br>pas encore commencé</p>
</div>
<hr>
<h1>Voici la dernière création <a href="">VOJ</a> :</h1>
<div class="video-container">
<iframe width="851" height="315" src="https://www.youtube.com/embed/fgeJ5MIkHzs?si=cEqjQ6vJDQJG1KAA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<hr>
<h1>Voici la dernière vidéo du <a href="https://www.youtube.com/@viensonjette">duo</a> :</h1>
<div class="video-container">
<iframe width="851" height="315" src="https://www.youtube.com/embed/NtgJxelP2tg?si=c585njABgnjxcZ99" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<div class="footer">
Copyright | Viens On Jette® 2023
</div>
</body>
</html>