123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Victorious Children Studio</title>
- </head>
-
- <style type="text/css">
- body {
- background-color: #222222;
- }
- h1 {
- color: orange;
- text-align: center;
- }
- p {
- color: #989898;
- font-size: 20px;
- margin: 5%;
- }
-
- p a {
- color: orange;
-
- }
- p img {
- float: left;
- margin-right: 5%;
-
- }
-
- table {
- color: #fff;
- font-size: 23px;
- }
- code {
- color: #ff5500;
- background:#333333;
- font-size: 20px;
- text-align: center;
- margin: 5%;
- }
-
- </style>
-
- <body>
- <!--Here come all the buttons at the top part -->
- <center><h1>Victorious Children Studio</h1></center>
-
- <center>
- <a href="index.html" title="Contact"><img src="images/buttons/home.png" alt="[HOME]"></a>
- <a href="films.html" title="Films"><img src="images/buttons/films.png" alt="[FILMS]"></a>
- <img src="images/buttons/music.png" alt="[MUSIC]">
- <img src="images/buttons/soft.png" alt="[SOFT]">
- <img src="images/buttons/games.png" alt="[GAMES]">
- <img src="images/buttons/tuts.png" alt="[TUTS]">
- <img src="images/buttons/free.png" alt="[FREE]">
- <img src="images/buttons/kids.png" alt="[KIDS]">
- <a href="call.html" title="Contact"><img src="images/buttons/call.png" alt="[CALL]"></a>
- </center>
-
- <!-- Here comes the article -->
- <h1>Films by VCS</h1>
-
- <p>Victorious Children Studio makes films. And some you can
- already watch. While others are in production. I gonna provide
- either the LBRY links to the final video files, or the Matrix
- chat links for the project chats.
- </p>
- <h1>I'm Not Even Human</h1>
- <p>
- <img src="images/previews/Im_Not_Even_Human_Poster.png" alt="[I'm Not Even Human Poster]" style="width:200px;">
-
- I'm Not Even Human is a story about a boy in a future society that
- treats children as if they were property. He rebels and becomes
- free. But in what cost... Directed by J.Y.Amihud and released
- originally to YouTube in 2018.
- </p><p>
- The movie was done with Free / Libre Software. Using GNU / Linux and
- software like Blender, Gimp and Rosegarden for music. Also this movie
- started the Blender Organizer project. That's now grown into VCStudio.
-
- </p>
-
- <code>lbry://@VCS#7/Imnotevenhumanshortfilm#3</code>
-
- <h1>The Package, The Car & The Time Is Running Out</h1>
- <p>
- <img src="images/previews/The_Package_The_Car_And_Time_Is_Running_Out_Poster.png" alt="[TPTCATTIRO Poster]" style="width:200px;">
-
- The little short film with a long name The Package, The Car & The Time
- Is Running Out is technically just a VFX test gone wild. Originally
- J.Y.Amihud wanted to prove himself that something like a car chase
- scene in a film with a zero budget is possible.
- </p><p>
- Turns out that it's not only possible, but a whole little short film
- was created because of this being possible. The name is a reference to
- The Good, The Bad and The Ugly.
-
- </p>
-
- <code>lbry://@VCS#7/ThePackageTheCarAndTheTimeIsRunningOut#3</code>
- <h1>Moria's Race</h1>
- <p>
- <img src="images/previews/Morias_Race_Poster.png" alt="[Moria's Race Poster]" style="width:200px;">
-
- Moria's Race is still unfinished movie by J.Y.Amihud about a girl
- that wants to win a competition despite it's being not allowed for
- her. It's an attempt at making something like I'm Not Even Human but
- "Family Friendly".
- </p><p>
- The movie is currently in production. So there is no file of the film
- that I can link you. Instead I can link you the Matrix chat of it. So
- you could follow it's development.
-
- </p>
-
- <code>#MoriasRace:matrix.org</code>
-
- </body>
- </html>
|