Convenient open place on the web for collaboration https://coalmedia.eu/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mobile.html 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Coal Community . Under Construction</title>
  5. <meta charset="UTF-8">
  6. <meta name="author" content="Victor Giers">
  7. <meta name="title" content="Coal Media Community">
  8. <meta name="type" content="website" />
  9. <meta name="description" content="Convenient open European place for collaboration on the web">
  10. <meta name="url" content="https://coalmedia.eu/">
  11. <meta name="image" content="https://coalmedia.eu/coal.png">
  12. <meta name="date" content="" scheme="2019-06-01">
  13. <meta property="og:title" content="Coal Media Community">
  14. <meta property="og:description" content="Convenient open European place for collaboration on the web">
  15. <meta property="og:image" content="https://coalmedia.eu/style/coal.png">
  16. <meta property="og:url" content="https://coalmedia.eu/">
  17. <meta name="twitter:card" content="https://coalmedia.eu/style/coal.png">
  18. <meta name="viewport" content="width=device-width, initial-scale=1">
  19. <script src="libraries/p5.min.js"></script>
  20. <link rel="shortcut icon" type="image/png" href="style/coal.png"/>
  21. <style>
  22. @media(min-width:60em){html{font-size: 100%}}
  23. html {height: 100%; font-size:100%;}
  24. body {
  25. font-size: 16px;
  26. height: 100%;
  27. margin: 0;
  28. /*"Hot coal" by Surukai is licensed under CC BY-NC-SA 2.0 https://www.flickr.com/photos/39113645@N08/4872013756*/
  29. background-image: url(potemkin.jpg);
  30. background-size: auto 100%;
  31. background-repeat:no-repeat;
  32. background-position: center;
  33. background-position-y: 0;
  34. background-attachment: fixed;
  35. overflow-x: hidden;
  36. }
  37. p {font-size:120%;}
  38. h1 {font-size: 250%;}
  39. a {color: rgb(255,255,255);text-decoration: underline;}
  40. a:hover {text-decoration: none;}
  41. ul{line-height:200%;}
  42. #content {
  43. position: absolute;
  44. z-index: 1;
  45. display: block;
  46. width: 80%;
  47. height: 100%;
  48. margin-left: 30px;
  49. margin-right:30px;
  50. color: rgb(255,255,255);
  51. font-family: Verdana;
  52. }
  53. </style>
  54. </head>
  55. <body>
  56. <div id="content">
  57. <h1>Coal Media Community</h1>
  58. <h2>Under Construction</h2>
  59. <p>
  60. This place is going to be a hub for <b>collaborative work</b> in the fields of <b>media art</b> and <b>design</b> regarding <b>knowledge</b> and <b>social interaction</b> on the <b>internet</b>.<br>
  61. The community is based on <b>European standards</b>, <b>the whole world is invited</b> to collaborate.<br>
  62. It is registered and hosted at <a href="https://www.manitu.de/" target="_blank"><b>Manitu</b></a>, a web host service based in <b>Saarland, Germany</b>.<br><br>
  63. <b>We'd love to hear from you!</b><br><br>
  64. <center><h3><a href="https://coalmedia.eu/cloud/index.php/call/iw744jq5">Invitation to the chat</a></h3></center>
  65. </p>
  66. <h3>Impressum</h3>
  67. <p>
  68. <a href="impressum/Victor Giers.vcf">Download vCard</a><br>
  69. Victor Giers<br>
  70. Badmauer 14<br>
  71. 73525 Schwäbisch Gmünd<br>
  72. +49 160 977 0 7979<br>
  73. <a href="mailto:mail@giers.io">mail@giers.io</a><br>
  74. <a href="https://giers.io/">https://giers.io/</a>
  75. </p>
  76. </div>
  77. </body>
  78. </html>