123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- <!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>Contact Information</h1>
-
- <p>Talk to us you can using one of our
- <a href="https://matrix.org">Matrix Rooms.</a>
- Matrix is a text messaging protocol similar to something like
- IRC, but with the modern stuff like file sharing, replies and
- emogies. Since the protocol itself is free, anyone can
- implement a <a href="https://matrix.org/clients/">Matrix Client</a>
- and thus you have a selection of various UIs.<br>
- </p>
- <h1>Blender Dumbass Chat</h1>
- <p>
- <img src="images/previews/blenderdumbass.png" alt="[BLENDER DUMBASS LOGO]" style="width:100px;height:100px;">
-
- A general room for all kinds of conversations. we are using
- this group usually for any off-topic conversation from any of
- the other groups. So come and join it. Since there is no topic
- in this group.</p>
-
- <code>#BlenderDumbassChat:matrix.org</code>
-
- <h1>FastLBRY</h1>
- <p>
- <img src="images/previews/FastLBRY.png" alt="[FastLBRY LOGO]" style="width:100px;height:100px;">
-
- A group of users / developers / people interested in the
- software project called FastLBRY. Which a non-bloated
- client for the LBRY network.</p>
- <code>#FastLBRY:matrix.org</code>
- <h1>FreeGILE</h1>
- <p>
- <img src="images/previews/FreeGILE.png" alt="[FreeGILE LOGO]" style="width:100px;height:100px;">
-
- A group of users / developers / people interested in the
- software project called FreeGILE. Which a software publishing
- / discovering and installing tool, primarily designed to make
- good presentation for Free Software games. Using LBRY network.</p>
- <code>#FreeGILE:matrix.org</code>
- <h1>VCStudio ( the Blender Organizer )</h1>
- <p>
- <img src="images/previews/VCStudio.png" alt="[VCStudio LOGO]" style="width:100px;height:100px;">
-
- A group of users / developers / people interested in the
- software project called VCStudio. It's a tool for writing,
- planning and organizing film projects. Also an asset manager
- for Blender projects. Used for VCS Film. </p>
- <code>#vcstudio:matrix.org</code>
-
- <h1>Moria's Race Official</h1>
- <p>
- <img src="images/previews/Morias_Race_logo.png" alt="[Moria's Race LOGO]" style="width:100px;height:100px;">
-
- A group where we update and discuss the Moria's Race movie
- project. We publish there animations and interact with people
- to get feedback and suggestions.</p>
- <code>#MoriasRace:matrix.org</code>
-
- </body>
- </html>
|