Skip to content
Snippets Groups Projects
Commit 4564d889 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
Showing
with 773 additions and 0 deletions
The MIT License (MIT)
Copyright (c) 2014-2018 Materialize
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
<p align="center">
<a href="http://materializecss.com/">
<img src="http://materializecss.com/res/materialize.svg" width="150">
</a>
</p>
<h3 align="center">MaterializeCSS</h3>
<p align="center">
Materialize, a CSS Framework based on material design.
<br>
<a href="http://materializecss.com/"><strong>-- Browse the docs --</strong></a>
<br>
<br>
<a href="https://travis-ci.org/Dogfalo/materialize">
<img src="https://travis-ci.org/Dogfalo/materialize.svg?branch=master" alt="Travis CI badge">
</a>
<a href="https://badge.fury.io/js/materialize-css">
<img src="https://badge.fury.io/js/materialize-css.svg" alt="npm version badge">
</a>
<a href="https://cdnjs.com/libraries/materialize">
<img src="https://img.shields.io/cdnjs/v/materialize.svg" alt="CDNJS version badge">
</a>
<a href="https://david-dm.org/Dogfalo/materialize">
<img src="https://david-dm.org/Dogfalo/materialize/status.svg" alt="dependencies Status badge">
</a>
<a href="https://david-dm.org/Dogfalo/materialize#info=devDependencies">
<img src="https://david-dm.org/Dogfalo/materialize/dev-status.svg" alt="devDependency Status badge">
</a>
<a href="https://gitter.im/Dogfalo/materialize">
<img src="https://badges.gitter.im/Join%20Chat.svg" alt="Gitter badge">
</a>
</p>
## Table of Contents
- [Quickstart](#quickstart)
- [Documentation](#documentation)
- [Supported Browsers](#supported-browsers)
- [Changelog](#changelog)
- [Testing](#testing)
- [Contributing](#contributing)
- [Copyright and license](#copyright-and-license)
## Quickstart:
Read the [getting started guide](http://materializecss.com/getting-started.html) for more information on how to use materialize.
- [Download the latest release](https://github.com/Dogfalo/materialize/releases/latest) of materialize directly from GitHub. ([Beta](https://github.com/Dogfalo/materialize/releases/))
- Clone the repo: `git clone https://github.com/Dogfalo/materialize.git` (Beta: `git clone -b v1-dev https://github.com/Dogfalo/materialize.git`)
- Include the files via [cdnjs](https://cdnjs.com/libraries/materialize). More [here](http://materializecss.com/getting-started.html). ([Beta](https://cdnjs.com/libraries/materialize/1.0.0-beta))
- Install with [npm](https://www.npmjs.com): `npm install materialize-css` (Beta: `npm install materialize-css@next`)
- Install with [Bower](https://bower.io): `bower install materialize` ([DEPRECATED](https://bower.io/blog/2017/how-to-migrate-away-from-bower/))
- Install with [Atmosphere](https://atmospherejs.com): `meteor add materialize:materialize` (Beta: `meteor add materialize:materialize@=1.0.0-beta`)
## Documentation
The documentation can be found at <http://materializecss.com>. To run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) installed on your computer.
### Running documentation locally
Run these commands to set up the documentation:
```bash
git clone https://github.com/Dogfalo/materialize
cd materialize
npm install
```
Then run `grunt monitor` to compile the documentation. When it finishes, open a new browser window and navigate to `localhost:8000`. We use [BrowserSync](https://www.browsersync.io/) to display the documentation.
### Documentation for previous releases
Previous releases and their documentation are available for [download](https://github.com/Dogfalo/materialize/releases).
## Supported Browsers:
Materialize is compatible with:
- Chrome 35+
- Firefox 31+
- Safari 9+
- Opera
- Edge
- IE 11+
## Changelog
For changelogs, check out [the Releases section of materialize](https://github.com/Dogfalo/materialize/releases) or the [CHANGELOG.md](CHANGELOG.md).
## Testing
We use Jasmine as our testing framework and we're trying to write a robust test suite for our components. If you want to help, [here's a starting guide on how to write tests in Jasmine](CONTRIBUTING.md#jasmine-testing-guide).
## Contributing
Check out the [CONTRIBUTING document](CONTRIBUTING.md) in the root of the repository to learn how you can contribute. You can also browse the [help-wanted](https://github.com/Dogfalo/materialize/labels/help-wanted) tag in our issue tracker to find things to do.
## Copyright and license
Code Copyright 2018 Materialize. Code released under the MIT license.
This diff is collapsed.
This diff is collapsed.
html, body {
overflow-x: hidden;
}
a {
color: #5e42ed;
}
nav {
border-bottom: #2855e6 3px solid;
}
.brand-image {
padding: 0;
}
img#logo {
height: 100%;
}
nav {
margin-bottom: 0;
background-color: #f8f8f8;
color: #777777;
}
.nav-wrapper > ul > li > a{
color: #777777;
}
div .nav-wrapper li:hover .dropdown-menu {
display: block;
margin-top: 0px;
}
#navbar-main > ul.nav > li > a, #navbar-main > ul.nav > li.ancestor > a {
background: #7b97f3;
background: linear-gradient(#2855e6, #7b97f3, #2855e6);
color: #f8f8f8;
}
#navbar-main ul > li.active > a {
background: #2855e6;
color: #f8f8f8;
}
footer#main-footer {
background: #005EBE;
color: #ffffff;
margin-top: 20px;
padding-top: 30px;
padding-bottom: 20px;
}
footer#sponsoren-footer {
background: #ffffff;
border-top: #005EBE 3px solid;
margin-top: 50px;
padding-top: 3px;
padding-bottom: 20px;
}
ul.footer-link-list {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.footer-link-list li:first-child {
font-weight: bold;
margin-bottom: 5px;
}
footer#main-footer a {
color: #ffffff;
text-decoration: none;
}
img.filer_image {
max-width: 100%;
}
img.left {
float: left;
margin-right: 10px;
}
img.right {
float: right;
margin-left: 10px;
}
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
h2, h3, h4 {
clear: both;
}
h3#sponsorheading {
text-align: center;
font-weight: bold;
}
#ldaplist-aktive img.media-object {
width: 150px;
}
div.row video {
max-width: 100%;
}
img.sponsorslogo {
width: 300px;
padding-left: 20px;
float: left;
}
p#sponsortext {
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
time.icon {
font-size: 1em; /* change icon size */
display: block;
position: relative;
width: 7em;
height: 7em;
background-color: #fff;
border-radius: 0.6em;
box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
overflow: hidden;
}
time.icon * {
display: block;
width: 100%;
font-size: 1em;
font-weight: bold;
font-style: normal;
text-align: center;
}
time.icon strong {
position: absolute;
top: 0;
padding: 0.4em 0;
color: #fff;
background-color: #2855e6;
border-bottom: 1px dashed #7b97f3;
box-shadow: 0 2px 0 #7b97f3;
}
time.icon em {
position: absolute;
bottom: 0.3em;
color: #005EBE;
}
time.icon span {
font-size: 2.8em;
letter-spacing: -0.05em;
padding-top: 0.8em;
color: #5e42ed;
}
static/img/logo-bareos.png

47.2 KiB

static/img/logo-speedpartner.png

26.7 KiB

static/img/logo_de.png

51 KiB

static/img/logo_en.png

50.7 KiB

static/img/logo_informatik-aktuell.png

5.83 KiB

This diff is collapsed.
This diff is collapsed.
{% extends "base.html" %}
{% block title %}{{ article.title|striptags }} - {{ SITETITLE }}{% endblock %}
{% block head %}
{{ super() }}
{% for keyword in article.keywords %}
<meta name="keywords" content="{{keyword}}" />
{% endfor %}
{% if article.description %}
{% for description in article.description %}
<meta name="description" content="{{description}}" />
{% endfor %}
{% elif article.summary %}
<meta name="description" content="{{ article.summary|striptags }}" />
{% endif %}
{% for tag in article.tags %}
<meta name="tags" content="{{tag}}" />
{% endfor %}
<link rel='stylesheet' type='text/css' href="/theme/css/article.css" />
<meta itemprop='url' content='{{ SITEURL }}/{{ article.url }}' />
<meta itemprop='name' content='{{ SITENAME }} - {{ article.title|striptags }}' />
<meta property='og:url' content='{{ SITEURL }}/{{ article.url }}' />
<meta property='og:title' content='{{ SITENAME }} - {{ article.title|striptags }}' />
<meta property='og:image' content='{{ SITELOGO }}' />
{% if article.authors %}
{% for author in article.authors %}
<meta itemprop='author' content='{{ author }}' />
<meta property='og:author' content='{{ author }}' />
{% endfor %}
{% endif %}
{% if article.summary %}
<meta itemprop='description' content="{{ article.summary|striptags }}" />
<meta property='og:description' content="{{ article.summary|striptags }}" />
{% else %}
<meta itemprop='description' content="{{ article.content|striptags|truncate() }}" />
<meta property='og:description' content="{{ article.content|striptags|truncate() }}" />
{% endif %}
{% endblock head %}
{% block content %}
<section id="content" class="body">
<div class='container'>
<div class='row clearfix'>
<div class='column full'>
<header>
<h2 class="entry-title">
<a href="/{{ article.url }}" rel="bookmark"
title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h2>
</header>
<div class="post-info">
<abbr class="published" title="{{ article.date.isoformat() }}">
{{ article.locale_date }}
</abbr>
{% if article.modified %}
<abbr class="modified" title="{{ article.modified.isoformat() }}">
{{ article.locale_modified }}
</abbr>
{% endif %}
{% if article.authors %}
<address class="vcard author">
by {% for author in article.authors %}
<a class="url fn" href="/{{ author.url }}">{{ author }}</a>{% if not loop.last %}, {% endif %}
{% endfor %}
</address>
{% endif %}
</div><!-- /.post-info -->
<div class="entry-content">
{{ article.content }}
</div><!-- /.entry-content -->
</div>
</div>
</div>
</section>
{% endblock content %}
{% extends "base.html" %}
{% block title %}{{ article.title|striptags }} - {{ SITETITLE }}{% endblock %}
{% block head %}
{{ super() }}
{% for keyword in article.keywords %}
<meta name="keywords" content="{{keyword}}" />
{% endfor %}
{% if article.description %}
{% for description in article.description %}
<meta name="description" content="{{description}}" />
{% endfor %}
{% elif article.summary %}
<meta name="description" content="{{ article.summary|striptags }}" />
{% endif %}
{% for tag in article.tags %}
<meta name="tags" content="{{tag}}" />
{% endfor %}
<link rel='stylesheet' type='text/css' href="/theme/css/article.css" />
<meta itemprop='url' content='{{ SITEURL }}/{{ article.url }}' />
<meta itemprop='name' content='{{ SITENAME }} - {{ article.title|striptags }}' />
<meta property='og:url' content='{{ SITEURL }}/{{ article.url }}' />
<meta property='og:title' content='{{ SITENAME }} - {{ article.title|striptags }}' />
<meta property='og:image' content='{{ SITELOGO }}' />
{% if article.authors %}
{% for author in article.authors %}
<meta itemprop='author' content='{{ author }}' />
<meta property='og:author' content='{{ author }}' />
{% endfor %}
{% endif %}
{% if article.summary %}
<meta itemprop='description' content="{{ article.summary|striptags }}" />
<meta property='og:description' content="{{ article.summary|striptags }}" />
{% else %}
<meta itemprop='description' content="{{ article.content|striptags|truncate() }}" />
<meta property='og:description' content="{{ article.content|striptags|truncate() }}" />
{% endif %}
{% endblock head %}
{% block content %}
<section id="content" class="body">
<div class='container'>
<div class='row clearfix'>
<div class='column full'>
{# <header> #}
<h2 class="entry-title">
<a href="/{{ article.url }}" rel="bookmark"
title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h2>
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(article) }}
{# </header> #}
<div class="post-info">
<abbr class="published" title="{{ article.date.isoformat() }}">
{{ article.locale_date }}
</abbr>
{% if article.modified %}
<abbr class="modified" title="{{ article.modified.isoformat() }}">
{{ article.locale_modified }}
</abbr>
{% endif %}
{% if article.authors %}
<address class="vcard author">
by {% for author in article.authors %}
<a class="url fn" href="/{{ author.url }}">{{ author }}</a>{% if not loop.last %}, {% endif %}
{% endfor %}
</address>
{% endif %}
</div><!-- /.post-info -->
<div class="entry-content">
{{ article.content }}
</div><!-- /.entry-content -->
</div>
</div>
</div>
</section>
{% endblock content %}
<!DOCTYPE html>
<html lang="{{ DEFAULT_LANG }}">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="{{ DESCRIPTION }}" />
<meta name="author" content="Teckids e.V." />
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/materialize.min.css" />
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/static/style.css" />
<title>
{{ SITENAME }}
</title>
</head>
<body>
<!-- Navigation -->
<nav id="navbar-main">
<div class="nav-wrapper">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="brand-logo" href="{{ SITEURL }}">
Schul-Frei
</a>
<!-- Collect the nav links, forms, and other content for toggling -->
<ul class="right hide-on-med-and-down">
{% for name, link in LINKS %}
<li>
<a href="{{ link }}">{{ name }}</a>
</li>
{% endfor %}
</ul>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Header -->
{% block header %}{% endblock %}
<!-- Main Content -->
{% block content %}{% endblock %}
<!-- Sponsoren Footer -->
<footer class="page-footer" id="sponsoren-footer">
<div class="container">
<div class="row">
<div class="col s12">
<h3 id='sponsorheading' class="black-text">Sponsoren</h3>
<p id="sponsortext" class="black-text">Wir bedanken uns bei unseren Sponsoren für die Unterstützung unserer Vereinsarbeit. Außerdem freuen wir uns immer über weitere Sponsoren, die ihr Engagement mit ihrem Logo hier bewerben möchten!</p>
<a href="https://www.bareos.com"><img src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/img/logo-bareos.png" href="https://www.bareos.com/" alt="Bareos-Logo" class="sponsorslogo" /></a>
<a href="https://www.speedpartner.de/"><img src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/img/logo-speedpartner.png" alt="Speedpartner-Logo" class="sponsorslogo" /></a>
<a href="https://www.informatik-aktuell.de/"><img src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/img/logo_informatik-aktuell.png" alt="Informatik-Aktuell-Logo" class="sponsorslogo" /></a>
</div>
</div>
</div>
</footer>
<!-- Footer -->
<footer id="main-footer" class="page-footer">
<div class="container">
<div class="row">
<div class="col s6">
<ul class="footer-link-list">
{% for name, link in FOOTERMENU %}
<li>
<a href="{{ link }}">{{ name }}</a>
</li>
{% endfor %}
</ul>
</div>
<div class="col s6">
<p style="text-align: right">
Teckids e.V.<br/>
Rochusstr. 2<br/>
53123 Bonn
</p>
<p style="text-align: right">
<span class="glyphicon glyphicon-envelope"></span> <a href="mailto:verein@teckids.org">verein@teckids.org</a><br/>
<span class="glyphicon glyphicon-phone-alt"></span> <a href="tel:+4922892934160">+49 228 92934160</a>
</p>
</div>
</div>
</div>
</footer>
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/materialize.js"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="{{ DEFAULT_LANG }}">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="{{ DESCRIPTION }}" />
<meta name="author" content="Teckids e.V." />
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/materialize.min.css" />
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/{{ STATIC }}/style.css" />
<title>
{{ SITENAME }}
</title>
</head>
<body>
<!-- Navigation -->
<nav id="navbar-main">
<div class="nav-wrapper">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="brand-logo" href="{{ SITEURL }}">
Schul-Frei
</a>
<!-- Collect the nav links, forms, and other content for toggling -->
<ul class="right hide-on-med-and-down">
{% for name, link in LINKS %}
<li>
<a href="{{ link }}">{{ name }}</a>
</li>
{% endfor %}
</ul>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Header -->
{% block header %}{% endblock %}
<!-- Main Content -->
{% block content %}{% endblock %}
<!-- Sponsoren Footer -->
<footer class="page-footer" id="sponsoren-footer">
<div class="container">
<div class="row">
<div class="col s12">
<h3 id='sponsorheading' class="black-text">Sponsoren</h3>
<p id="sponsortext" class="black-text">Wir bedanken uns bei unseren Sponsoren für die Unterstützung unserer Vereinsarbeit. Außerdem freuen wir uns immer über weitere Sponsoren, die ihr Engagement mit ihrem Logo hier bewerben möchten!</p>
<a href="https://www.bareos.com"><img src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/img/logo-bareos.png" href="https://www.bareos.com/" alt="Bareos-Logo" class="sponsorslogo" /></a>
<a href="https://www.speedpartner.de/"><img src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/img/logo-speedpartner.png" alt="Speedpartner-Logo" class="sponsorslogo" /></a>
<a href="https://www.informatik-aktuell.de/"><img src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/img/logo_informatik-aktuell.png" alt="Informatik-Aktuell-Logo" class="sponsorslogo" /></a>
</div>
</div>
</div>
</footer>
<!-- Footer -->
<footer id="main-footer" class="page-footer">
<div class="container">
<div class="row">
<div class="col s6">
<ul class="footer-link-list">
{% for name, link in FOOTERMENU %}
<li>
<a href="{{ link }}">{{ name }}</a>
</li>
{% endfor %}
</ul>
</div>
<div class="col s6">
<p style="text-align: right">
Teckids e.V.<br/>
Rochusstr. 2<br/>
53123 Bonn
</p>
<p style="text-align: right">
<span class="glyphicon glyphicon-envelope"></span> <a href="mailto:verein@teckids.org">verein@teckids.org</a><br/>
<span class="glyphicon glyphicon-phone-alt"></span> <a href="tel:+4922892934160">+49 228 92934160</a>
</p>
</div>
</div>
</div>
</footer>
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/materialize.js"></script>
</body>
</html>
{% extends 'base.html' %}
{% block content %}
<h2>{{ SITENAME }}</h2>
{% endblock %}
{% extends 'base.html' %}
{% block content %}
<h2>{{ SITETITLE }}</h2>
{% endblock %}
{% extends "base.html" %}
{% block title %}{{ SITENAME }} - {{ page.title|striptags }}{%endblock%}
{% block head %}
{{ super() }}
<link rel='stylesheet' type='text/css' href="/theme/css/page.css" />
<link rel='stylesheet' type='text/css' href="/theme/css/pygments-default.css" />
<meta itemprop='url' content='{{ SITEURL }}/{{ page.url }}' />
<meta itemprop='name' content='{{ SITENAME }} - {{ page.title|striptags }}' />
<meta itemprop='image' content='{{ SITEURL }}/images/frontpage/wilber-big.png' />
<meta property='og:url' content='{{ SITEURL }}/{{ page.url }}' />
<meta property='og:title' content='{{ SITENAME }} - {{ page.title|striptags }}' />
<meta property='og:image' content='{{ SITEURL }}/images/frontpage/wilber-big.png' />
{% if page.authors %}
{% for author in page.authors %}
<meta itemprop='author' content='{{ author }}' />
<meta property='og:author' content='{{ author }}' />
{% endfor %}
{% endif %}
{% if page.summary %}
<meta itemprop='description' content="{{ page.summary|striptags }}" />
<meta property='og:description' content="{{ page.summary|striptags }}" />
{% else %}
<meta itemprop='description' content="{{ page.content|striptags|truncate() }}" />
<meta property='og:description' content="{{ page.content|striptags|truncate() }}" />
{% endif %}
{% if page.canonical %}
<link rel='canonical' href='{{ page.canonical }}' />
{% endif %}
{% endblock head %}
{% block content %}
<div class="container title">
<div class="row clearfix">
<div class="column full">
<h1>{{ page.title }}</h1>
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(page) }}
</div>
</div>
</div>
<section class='page_content'>
<div class='container'>
<div class='row clearfix'>
<div class='column full'>
{% block data %}
{{ page.content }}
{% endblock data %}
</div>
</div>
</div>
</section>
{% if page.modified and PAGES_DEBUG == true %}
<p>
<small>Created: {{ page.locale_date }}</small>,
<small>Last updated: {{ page.locale_modified }}</small>
</p>
{% endif %}
{% if PAGES_DEBUG == true %}
<div class='page_content debug'>
<div>
<p>Debug stuff. Ignore</p>
<p>
url: {{ page.url }} <br/>
slug: {{ page.slug }}<br/>
{% if page.parent %}
page parent: {{ page.parent }}<br/>
page parent url: {{ page.parent.url }} <br/>
page parent title: {{ page.parent.title }}
{% endif %}
</p>
<p>page parents</p>
<ul>
<li>page.parents.length: {{ page.parents|length }}</li>
{% for parent in page.parents %}
<li>url: {{ parent.url }} - title: {{ parent.title }}<br/>
<a href="/{{ parent.url }}">{{ parent.title }}</a></li>
{% endfor %}
</ul>
<p>page children</p>
<ul>
{% for child in page.children %}
<li>url: {{ child.url }} - title: {{ child.title }}<br/>
<a href="/{{ child.url }}">{{ child.title }}</a></li>
{% endfor %}
</ul>
</div>
</div>
{% endif %}
{% endblock content %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment