index.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. a {
  15. color: orange;
  16. text-align: center;
  17. }
  18. p {
  19. color: #989898;
  20. font-size: 20px;
  21. margin: 5%;
  22. }
  23. p a {
  24. color: orange;
  25. }
  26. p img {
  27. float: left;
  28. margin-right: 5%;
  29. }
  30. table {
  31. color: #fff;
  32. font-size: 23px;
  33. }
  34. </style>
  35. <body>
  36. <center><h1>Victorious Children Studio</h1></center>
  37. <!--Here come all the buttons at the top part -->
  38. <center>
  39. <a href="index.html" title="Contact"><img src="images/buttons/home.png" alt="[HOME]"></a>
  40. <a href="films.html" title="Films"><img src="images/buttons/films.png" alt="[FILMS]"></a>
  41. <img src="images/buttons/music.png" alt="[MUSIC]">
  42. <img src="images/buttons/soft.png" alt="[SOFT]">
  43. <img src="images/buttons/games.png" alt="[GAMES]">
  44. <img src="images/buttons/tuts.png" alt="[TUTS]">
  45. <img src="images/buttons/free.png" alt="[FREE]">
  46. <img src="images/buttons/kids.png" alt="[KIDS]">
  47. <a href="call.html" title="Contact"><img src="images/buttons/call.png" alt="[CALL]"></a>
  48. </center>
  49. <!-- Here comes the article -->
  50. <p><b>Victorious Children Studio</b> or simply VCS is a little studio
  51. that makes Films, Software, Games and other media that is made to promote
  52. freedoms like Free Software and Rescpect to all kinds of humans.</p>
  53. <p>The founder of the VCS is J.Y.Amihud. </p>
  54. <p>The main 2 issues that VCS is concerned about are the issue of technological
  55. freedom. Like Free Software and Digital Restrictions Managements. And also
  56. the less obvious but equally as important issue of ageism. We do advocate
  57. for the respect of children first of all but this doesn't mean that we think
  58. that adults should have their freedoms taken away as a result. Everybody who
  59. is a human should have equal freedoms.</p>
  60. <p><i>This website is simple looking due to it's being designed with all
  61. browsers in mind. And using the simplest form of HTML documents.</i></p>
  62. <p><i>This page is under the CC-BY-ND</i><p>
  63. </body>
  64. </html>