1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Victorious Children Studio</title>
- </head>
-
- <style type="text/css">
- body {
- background-color: #222222;
- }
- h1 {
- color: orange;
- text-align: center;
- }
- a {
- 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;
- }
-
- </style>
-
- <body>
-
- <center><h1>Victorious Children Studio</h1></center>
- <!--Here come all the buttons at the top part -->
-
- <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 -->
-
- <p><b>Victorious Children Studio</b> or simply VCS is a little studio
- that makes Films, Software, Games and other media that is made to promote
- freedoms like Free Software and Rescpect to all kinds of humans.</p>
-
- <p>The founder of the VCS is J.Y.Amihud. </p>
-
- <p>The main 2 issues that VCS is concerned about are the issue of technological
- freedom. Like Free Software and Digital Restrictions Managements. And also
- the less obvious but equally as important issue of ageism. We do advocate
- for the respect of children first of all but this doesn't mean that we think
- that adults should have their freedoms taken away as a result. Everybody who
- is a human should have equal freedoms.</p>
-
- <p><i>This website is simple looking due to it's being designed with all
- browsers in mind. And using the simplest form of HTML documents.</i></p>
-
- <p><i>This page is under the CC-BY-ND</i><p>
-
- </body>
- </html>
|