|
|
Zeile 3: |
Zeile 3: |
| <br/> | | <br/> |
|
| |
|
| <html>
| | '''Die Kometin''' ist eine Gemeinschaft, die als Kulturverein ihre Räumlichkeiten vielseitig nutzt, verwaltet und pflegt. Der Verein besteht seit 2021 und widmet sich dem Ziel einen nicht kommerziellen Freiraum zur freien Entfaltung vielseitiger Interessen zu schaffen. |
| <style>
| |
|
| |
|
| html {
| | Die Idee der Kometin ist inspiriert worden durch das [https://de.wikipedia.org/wiki/Commons Commons] und [https://de.wikipedia.org/wiki/Virginia_Woolf Virginia Woolf (Ein Zimmer für sich allein)] . Dabei legen wir besonderen Wert auf die Schaffung eines inklusiven Raums für jene die ihn brauchen, auf eine Selbstorganisation auf Augenhöhe, und die Nutzung freier Software als Unterstützung digitaler Commons. |
| font-size: 1.1em;
| | ----Die Räumlichkeiten der Kometin befinden sich in der [https://www.openstreetmap.org/way/115804064 Rechbauerstraße 19a/3] . Das Gebäude befindet im Grazer Bezirk Leonhard, direkt neben der Technischen Universität - Campus Alte Technik in einem Innenhof. |
| }
| |
|
| |
|
| | Die Räumlichkeiten der Kometin bestehen aus einem Wohnzimmer, einem Atelier, einem kleinen Garten, einer Küche sowie einem kleinen WC/Bad. Die Räume werden von den Mitgliedern auf unterschiedlichste Weise genutzt. Es wird gemalt, gespielt, gebastelt, genäht, geschauspielert, musiziert und vieles mehr. |
| | ----Unsere laufenden Veranstaltungen findest du [https://kometin.at/events/ Hier]. |
|
| |
|
| #main-header {
| | Bist du neugierig geworden auf die Kometin oder hast du Fragen? Einige Antworten darauf könntest du in unserem [[Kometin-FAQ|FAQ]] finden. Oder schreib uns eine Mail an [mailto:orga@kometin.at orga@kometin.at] oder kontaktiere uns auf [https://www.instagram.com/die_kometin/ Instagram]. Wir freuen uns auf deine Nachricht! |
| font-size:0.95em;
| | ----<html> |
| font-weight:bold;
| | <div class="sections-container"> |
| font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
| |
| line-height:1.5;
| |
| }
| |
| | |
| .bold {
| |
| font-weight:bold;
| |
| }
| |
| | |
| .sections-container {
| |
| display: flex;
| |
| border: 2px solid transparent;
| |
| border-radius:15px;
| |
| width: fit-content;
| |
| padding: 20px;
| |
| background-color: #82b9d9;
| |
| font-family: 'Orbitron', sans-serif;
| |
| font-size: 1rem;
| |
| }
| |
| | |
| | |
| | |
| | |
| | |
| .sections-container ul li {
| |
| text-align:center;
| |
| text-decoration:none;
| |
| color:#000;
| |
| border-radius:5px;
| |
| transition: background-color 0.4s;
| |
| }
| |
| | |
| .sections-container ul {
| |
| list-style-type: none;
| |
| padding:0;
| |
| display: flex;
| |
| justify-content: center;
| |
| | |
| margin-right:80px;
| |
| font-weight: bold;
| |
| font-family: 'Orbitron', sans-serif;
| |
| }
| |
| | |
| | |
| .sections-container ul li a {
| |
| font-size: 1rem;
| |
| display:block;
| |
| color:#ffffff;
| |
| padding: 0.5rem 1rem;
| |
| border: 1px solid transparent;
| |
| border-radius:15px;
| |
| transition: all 0.3s ease-in-out;
| |
| background: linear-gradient(45deg, #3b82f6, #6d28d9);
| |
| background-clip: text;
| |
| -webkit-background-clip: text;
| |
| text-decoration:none;
| |
| color:transparent;
| |
| }
| |
| .sections-container div ul li a:hover { | |
| color:#35648c;
| |
| text-decoration:none;
| |
| }
| |
| | |
| | |
| .sections-container div ul li a { | |
| color: inherit; /* blue colors for links too */
| |
| text-decoration: inherit; /* no underline */
| |
| }
| |
| | |
| .sections-container div ul li:hover {
| |
| background-color: white;
| |
| color: #35648c;
| |
| font-size: 1.02em;
| |
| }
| |
| .newbie-container {
| |
| border-right: black solid 2px;
| |
| }
| |
| .sections-container {
| |
| display: flex;
| |
| border: 2px solid transparent;
| |
| border-radius:15px;
| |
| width: fit-content;
| |
| padding: 20px;
| |
| background-color: #82b9d9;
| |
| font-family: 'Orbitron', sans-serif;
| |
| font-size: 1rem;
| |
| }
| |
| | |
| .mobile-sections-container {
| |
| display: none;
| |
| border: 2px solid transparent;
| |
| border-radius:15px;
| |
| width: fit-content;
| |
| padding: 0;
| |
| background-color: #82b9d9;
| |
| font-family: 'Orbitron', sans-serif;
| |
| font-size: 1rem;
| |
| flex-wrap:wrap;
| |
| margin-left: 30px;
| |
| margin-right: 0px;
| |
| width: 250px;
| |
| padding-left: 32px;
| |
| }
| |
| | |
| | |
| | |
| .mobile-sections-container .mobile-ul .mobile-row {
| |
| text-align:center;
| |
| text-decoration:none;
| |
| color:#000;
| |
| border-radius:5px;
| |
| transition: background-color 0.4s;
| |
| display:flex;
| |
| flex-direction:row;
| |
| }
| |
| | |
| .mobile-ul {
| |
| list-style-type: none;
| |
| padding:0;
| |
| display: flex;
| |
| justify-content: center;
| |
| flex-wrap:wrap;
| |
| margin-right:80px;
| |
| font-weight: bold;
| |
| font-family: 'Orbitron', sans-serif;
| |
| }
| |
| | |
| | |
| .mobile-sections-container .mobile-ul .mobile-row a {
| |
| font-size: 1rem;
| |
| display:block;
| |
| color:#ffffff;
| |
| padding: 0.5rem 1rem;
| |
| border: 1px solid transparent;
| |
| border-radius:15px;
| |
| transition: all 0.3s ease-in-out;
| |
| background: linear-gradient(45deg, #3b82f6, #6d28d9);
| |
| background-clip: text;
| |
| -webkit-background-clip: text;
| |
| text-decoration:none;
| |
| color:transparent;
| |
| }
| |
| .mobile-sections-container .mobile-ul .mobile-row a:hover {
| |
| color:#35648c;
| |
| text-decoration:none;
| |
| }
| |
| | |
| | |
| .mobile-sections-container .mobile-ul .mobile-row a {
| |
| color: inherit; /* blue colors for links too */
| |
| text-decoration: inherit; /* no underline */
| |
| }
| |
| | |
| .mobile-sections-container .mobile-ul .mobile-row a:hover { | |
| background-color: white;
| |
| color: #35648c;
| |
| font-size: 1.02em;
| |
| }
| |
| .newbie-container {
| |
| border-right: black solid 2px;
| |
| }
| |
| | |
| .organisation-container {
| |
| border-right: black solid 2px;
| |
| }
| |
| | |
| | |
| .garten-show {
| |
| display:none;
| |
| }
| |
| | |
| #garten-img {
| |
| width:19vw; height:19vw; float:right; margin-left:3em; border-radius:50%; shape-outside:circle(42%); shape-margin:1.9rem; box-shadow:5px 5px 8px 5px rgb(80, 163, 198);
| |
| right: 40px;
| |
| position:relative; z-index:1000; margin-right:0.7em;object-fit:cover;
| |
| /* winter blue rgb(35, 119, 164); | |
| yellow default rgb(238, 240, 120);
| |
| light winter blue rgb(80, 163, 198);
| |
| */
| |
| }
| |
| .garten-img {
| |
| width:31vw; height:31vw; float:right; margin-left:3em; border-radius:50%; shape-outside:circle(42%); shape-margin:2.5rem; box-shadow:5px 5px 8px 5px rgb(238, 240, 120); position:relative; z-index:1000; margin-right:0.7em;object-fit:cover;
| |
| | |
| }
| |
| @media screen and (max-width: 53em)
| |
| {
| |
| #garten-img {
| |
| float:none;
| |
|
| |
| width:30vw; height:30vw;
| |
| | |
| margin-right: auto !important;
| |
| margin-left: 10em !important;
| |
| margin-bottom: 1em;
| |
| | |
| }
| |
| .garten-img {
| |
| float:none;
| |
| display:block;
| |
| | |
| margin-right: auto !important;
| |
| margin-left: 5em !important;
| |
| margin-bottom: 1em;
| |
| | |
| }
| |
| .sections-container {
| |
| flex-direction: column;
| |
| padding: 3px;
| |
| }
| |
| | |
| | |
| .organisation-container {
| |
| border-right: black solid 0;
| |
| }
| |
| }
| |
|
| |
|
| #svg-img {
| |
|
| |
| display:none;
| |
| }
| |
|
| |
| .mobile-sections-container {
| |
| display: none;
| |
| }
| |
|
| |
| @media screen and (max-width: 25em)
| |
| {
| |
|
| |
|
| |
| .mobile-row {
| |
| margin-left:50px;
| |
| }
| |
| .sections-container {
| |
| display: none;
| |
| }
| |
| .mobile-sections-container {
| |
| display: flex;
| |
| justify-content: center;
| |
| }
| |
|
| |
|
| |
| @-moz-document url-prefix() { #svg-img
| |
| {
| |
|
| |
|
| |
| position: absolute;
| |
| left: -1em;
| |
| bottom:69.5em;
| |
|
| |
| z-index: -1;
| |
| transform: scale(40%);
| |
|
| |
| opacity: 60%;
| |
|
| |
|
| |
| }}
| |
|
| |
| }
| |
| </style>
| |
|
| |
|
| |
|
| |
| <img id="garten-img" src="https://wiki.kometin.at/images/a/a5/Winter_kometin.jpg" alt="Küche" >
| |
|
| |
|
| |
| <svg
| |
| version="1.1"
| |
| id="svg-img"
| |
| xml:space="preserve"
| |
| width="538.66437"
| |
| height="413.61917"
| |
| xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
| |
| xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
| |
| xmlns="http://www.w3.org/2000/svg"
| |
| xmlns:svg="http://www.w3.org/2000/svg"><defs
| |
| id="defs1"><filter
| |
| inkscape:collect="always"
| |
| style="color-interpolation-filters:sRGB"
| |
| id="filter10"
| |
| x="-0.0058925963"
| |
| y="-0.0098296473"
| |
| width="1.0121883"
| |
| height="1.0186292"><feGaussianBlur
| |
| inkscape:collect="always"
| |
| stdDeviation="0.25330378"
| |
| id="feGaussianBlur10" /></filter></defs><sodipodi:namedview
| |
| id="namedview1"
| |
| pagecolor="#ffffff"
| |
| bordercolor="#cccccc"
| |
| borderopacity="1"
| |
| inkscape:showpageshadow="0"
| |
| inkscape:pageopacity="1"
| |
| inkscape:pagecheckerboard="0"
| |
| inkscape:deskcolor="#d1d1d1" /><inkscape:clipboard
| |
| style="font-variation-settings:normal;opacity:0.888216;vector-effect:none;fill:none;fill-opacity:1;stroke:#1f2ee1;stroke-width:3.77952756;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:103.55905512;stroke-opacity:0.904781;-inkscape-stroke:none;filter:url(#filter10);stop-color:#000000;stop-opacity:1"
| |
| min="156.37886,253.07001"
| |
| max="695.04322,666.68917"
| |
| geom-min="159.51477,257.06139"
| |
| geom-max="691.69277,663.11607" /><g
| |
| id="g1"
| |
| transform="matrix(3.7795276,0,0,3.7795276,-156.37886,-253.07002)"><g
| |
| id="g2"
| |
| style="opacity:0.888216;mix-blend-mode:multiply;fill:none;fill-opacity:1;stroke:#1f2ee1;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:27.4;stroke-opacity:0.904781;filter:url(#filter10)"><path
| |
| style="fill:none;fill-opacity:1;stroke:#1f2ee1;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:27.4;stroke-opacity:0.904781"
| |
| d="m 42.276037,116.10235 c 43.415557,-4.48241 60.469953,13.06834 43.153261,59.34711 L 171.46285,81.385814 C 131.3889,92.858292 86.334247,104.49694 42.276037,116.10235 Z"
| |
| id="path1"
| |
| sodipodi:nodetypes="cccc" /><path
| |
| style="fill:none;fill-opacity:1;stroke:#1f2ee1;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:27.4;stroke-opacity:0.904781"
| |
| d="M 42.204949,115.99287 139.14908,68.014159 86.494198,175.36558 183.01038,110.62146 Z"
| |
| id="path2" /></g></g></svg>
| |
| <?xml version="1.0" encoding="UTF-8" standalone="no"?>
| |
| <!-- Created with Inkscape (http://www.inkscape.org/) -->
| |
|
| |
| </html><br/>
| |
| <i><b>Die Kometin</b></i> ist eine Gemeinschaft, die die Räume der Kometin nutzt, verwaltet und pflegt. Die Kometin befindet sich in der Rechbauerstraße 19a/3, direkt neben der Technischen Universität - Campus Alte Technik. Die Idee der Kometin ist inspiriert worden durch das [https://de.wikipedia.org/wiki/Commons Commons] und [https://de.wikipedia.org/wiki/Virginia_Woolf Virginia Woolf (Ein Zimmer für sich allein)] .
| |
| <br>
| |
|
| |
| Die Räume der Kometin bestehen aus einem Garten, eine Küche, ein Wohnzimmer, ein Atelier und ein WC. <br>
| |
| Die Räume werden von den Mitgliedern auf unterschiedlichste Weise genutzt. Es wird gemalt, gespielt, gebastelt, genäht und vieles mehr. <br> <br>
| |
| [https://kometin.at/events/ Hier] kommst du zu unseren Veranstaltungen.<br>
| |
|
| |
| Bist du neugierig geworden auf die Kometin oder hast noch Fragen? Dann findest du eventuell die Antworten in unserem kurzen [[Kometin-FAQ|FAQ]] oder schreib uns eine Mail auf orga@kometin.at.
| |
|
| |
| <html>
| |
| <div class="sections-container">
| |
|
| |
|
|
| |
|
Zeile 377: |
Zeile 54: |
|
| |
|
| <html> | | <html> |
| <div style="margin: 0.1em auto 1.0em;"><div style="clear:both; border: 1px solid #E0E0E0; margin: 1px 0px;"> | | <div style="margin: 0.1em auto 1.0em;"> |
| | <div style="clear:both; border: 1px solid #E0E0E0; margin: 1px 0px;"> |
| <div style="float: left;"></div> | | <div style="float: left;"></div> |
| <div style="text-align: center; background-color: #E0E0E0;"><div style="padding:4px;"><a href="/gruppen" title="Gruppen"><span style="letter-spacing:0.16em;"><big><b>Gruppen in der Kometin</b></big></span></a></div></div> | | <div style="text-align: center; background-color: #E0E0E0;"><div style="padding:4px;"> |
| | <a href="/gruppen" title="Gruppen"><span style="letter-spacing:0.16em;"><big><b>Gruppen in der Kometin</b></big></span></a></div></div> |
| <div style="text-align: center; background-color: #FFFFFF; width: 100%; margin: 0px;"><div style="line-height:170%; margin: -0.5em 0; padding: 0 1em; color:#ccc;"> | | <div style="text-align: center; background-color: #FFFFFF; width: 100%; margin: 0px;"><div style="line-height:170%; margin: -0.5em 0; padding: 0 1em; color:#ccc;"> |
| <p><a href="/ggk" target="_blank" title="ggk"><span style="white-space:nowrap;">Grazer GO-Klub</span></a> · | | <p> |
| | <a href="/ggk" target="_blank" title="ggk"><span style="white-space:nowrap;">Grazer GO-Klub</span></a> · |
|
| |
|
|
| |
|