call.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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>Contact Information</h1>
  54. <p>Talk to us you can using one of our
  55. <a href="https://matrix.org">Matrix Rooms.</a>
  56. Matrix is a text messaging protocol similar to something like
  57. IRC, but with the modern stuff like file sharing, replies and
  58. emogies. Since the protocol itself is free, anyone can
  59. implement a <a href="https://matrix.org/clients/">Matrix Client</a>
  60. and thus you have a selection of various UIs.<br>
  61. </p>
  62. <h1>Blender Dumbass Chat</h1>
  63. <p>
  64. <img src="images/previews/blenderdumbass.png" alt="[BLENDER DUMBASS LOGO]" style="width:100px;height:100px;">
  65. A general room for all kinds of conversations. we are using
  66. this group usually for any off-topic conversation from any of
  67. the other groups. So come and join it. Since there is no topic
  68. in this group.</p>
  69. <code>#BlenderDumbassChat:matrix.org</code>
  70. <h1>FastLBRY</h1>
  71. <p>
  72. <img src="images/previews/FastLBRY.png" alt="[FastLBRY LOGO]" style="width:100px;height:100px;">
  73. A group of users / developers / people interested in the
  74. software project called FastLBRY. Which a non-bloated
  75. client for the LBRY network.</p>
  76. <code>#FastLBRY:matrix.org</code>
  77. <h1>FreeGILE</h1>
  78. <p>
  79. <img src="images/previews/FreeGILE.png" alt="[FreeGILE LOGO]" style="width:100px;height:100px;">
  80. A group of users / developers / people interested in the
  81. software project called FreeGILE. Which a software publishing
  82. / discovering and installing tool, primarily designed to make
  83. good presentation for Free Software games. Using LBRY network.</p>
  84. <code>#FreeGILE:matrix.org</code>
  85. <h1>VCStudio ( the Blender Organizer )</h1>
  86. <p>
  87. <img src="images/previews/VCStudio.png" alt="[VCStudio LOGO]" style="width:100px;height:100px;">
  88. A group of users / developers / people interested in the
  89. software project called VCStudio. It's a tool for writing,
  90. planning and organizing film projects. Also an asset manager
  91. for Blender projects. Used for VCS Film. </p>
  92. <code>#vcstudio:matrix.org</code>
  93. <h1>Moria's Race Official</h1>
  94. <p>
  95. <img src="images/previews/Morias_Race_logo.png" alt="[Moria's Race LOGO]" style="width:100px;height:100px;">
  96. A group where we update and discuss the Moria's Race movie
  97. project. We publish there animations and interact with people
  98. to get feedback and suggestions.</p>
  99. <code>#MoriasRace:matrix.org</code>
  100. </body>
  101. </html>