films.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Victorious Children Studio</title>
  5. </head>
  6. <style type="text/css">
  7. body {
  8. background-color: #222222;
  9. }
  10. h1 {
  11. color: orange;
  12. text-align: center;
  13. }
  14. p {
  15. color: #989898;
  16. font-size: 20px;
  17. margin: 5%;
  18. }
  19. p a {
  20. color: orange;
  21. }
  22. p img {
  23. float: left;
  24. margin-right: 5%;
  25. }
  26. table {
  27. color: #fff;
  28. font-size: 23px;
  29. }
  30. code {
  31. color: #ff5500;
  32. background:#333333;
  33. font-size: 20px;
  34. text-align: center;
  35. margin: 5%;
  36. }
  37. </style>
  38. <body>
  39. <!--Here come all the buttons at the top part -->
  40. <center><h1>Victorious Children Studio</h1></center>
  41. <center>
  42. <a href="index.html" title="Contact"><img src="images/buttons/home.png" alt="[HOME]"></a>
  43. <a href="films.html" title="Films"><img src="images/buttons/films.png" alt="[FILMS]"></a>
  44. <img src="images/buttons/music.png" alt="[MUSIC]">
  45. <img src="images/buttons/soft.png" alt="[SOFT]">
  46. <img src="images/buttons/games.png" alt="[GAMES]">
  47. <img src="images/buttons/tuts.png" alt="[TUTS]">
  48. <img src="images/buttons/free.png" alt="[FREE]">
  49. <img src="images/buttons/kids.png" alt="[KIDS]">
  50. <a href="call.html" title="Contact"><img src="images/buttons/call.png" alt="[CALL]"></a>
  51. </center>
  52. <!-- Here comes the article -->
  53. <h1>Films by VCS</h1>
  54. <p>Victorious Children Studio makes films. And some you can
  55. already watch. While others are in production. I gonna provide
  56. either the LBRY links to the final video files, or the Matrix
  57. chat links for the project chats.
  58. </p>
  59. <h1>I'm Not Even Human</h1>
  60. <p>
  61. <img src="images/previews/Im_Not_Even_Human_Poster.png" alt="[I'm Not Even Human Poster]" style="width:200px;">
  62. I'm Not Even Human is a story about a boy in a future society that
  63. treats children as if they were property. He rebels and becomes
  64. free. But in what cost... Directed by J.Y.Amihud and released
  65. originally to YouTube in 2018.
  66. </p><p>
  67. The movie was done with Free / Libre Software. Using GNU / Linux and
  68. software like Blender, Gimp and Rosegarden for music. Also this movie
  69. started the Blender Organizer project. That's now grown into VCStudio.
  70. </p>
  71. <code>lbry://@VCS#7/Imnotevenhumanshortfilm#3</code>
  72. <h1>The Package, The Car & The Time Is Running Out</h1>
  73. <p>
  74. <img src="images/previews/The_Package_The_Car_And_Time_Is_Running_Out_Poster.png" alt="[TPTCATTIRO Poster]" style="width:200px;">
  75. The little short film with a long name The Package, The Car & The Time
  76. Is Running Out is technically just a VFX test gone wild. Originally
  77. J.Y.Amihud wanted to prove himself that something like a car chase
  78. scene in a film with a zero budget is possible.
  79. </p><p>
  80. Turns out that it's not only possible, but a whole little short film
  81. was created because of this being possible. The name is a reference to
  82. The Good, The Bad and The Ugly.
  83. </p>
  84. <code>lbry://@VCS#7/ThePackageTheCarAndTheTimeIsRunningOut#3</code>
  85. <h1>Moria's Race</h1>
  86. <p>
  87. <img src="images/previews/Morias_Race_Poster.png" alt="[Moria's Race Poster]" style="width:200px;">
  88. Moria's Race is still unfinished movie by J.Y.Amihud about a girl
  89. that wants to win a competition despite it's being not allowed for
  90. her. It's an attempt at making something like I'm Not Even Human but
  91. "Family Friendly".
  92. </p><p>
  93. The movie is currently in production. So there is no file of the film
  94. that I can link you. Instead I can link you the Matrix chat of it. So
  95. you could follow it's development.
  96. </p>
  97. <code>#MoriasRace:matrix.org</code>
  98. </body>
  99. </html>