fix CSS; wipe public
@@ -11,7 +11,7 @@
|
|||||||
<meta name="msapplication-TileImage" content="{{ "favicon.webp" | absURL }}" />
|
<meta name="msapplication-TileImage" content="{{ "favicon.webp" | absURL }}" />
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
</head>
|
</head>
|
||||||
<body style="background-image: url({{ "background.png" | absURL }});">
|
<body>
|
||||||
{{ block "main" . }}{{ end }}
|
{{ block "main" . }}{{ end }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<img style="display:block; width: 80%; max-width: 500px; margin:auto" src="{{ "ecg-portal-logo.png" | absURL }}" />
|
<img class="heading-img" src="{{ "ecg-portal-logo.png" | absURL }}" />
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="epframe">
|
<div class="epframe">
|
||||||
{{ range .Params.items }}
|
{{ range .Params.items }}
|
||||||
<a href="{{ .url }}" target="_blank">
|
<a href="{{ .url }}" target="_blank">
|
||||||
<div class="epsquare epcol{{ .cssClass }}">
|
<div class="epsquare epcol{{ .cssClass }}">
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
<div class="epsquareplus"></div>
|
<div class="epsquareplus"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="epframe">
|
<div class="epframe">
|
||||||
<a href="https://www.ecogood.org/media/filer_public/73/da/73dab961-6125-4f69-bf7a-3c8613a90739/gwoe_arbeitsbuch_5_0_vollbilanz.pdf" target="_blank">
|
<a href="https://www.ecogood.org/media/filer_public/73/da/73dab961-6125-4f69-bf7a-3c8613a90739/gwoe_arbeitsbuch_5_0_vollbilanz.pdf" target="_blank">
|
||||||
<div class="epsrect buchvoll"></div>
|
<div class="epsrect buchvoll"></div>
|
||||||
</a>
|
</a>
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<a href="https://wiki.ecogood.org/download/attachments/10649644/GW%C3%96_Umgangskodex.pdf?version=2&modificationDate=1516310958744&api=v2" target="_blank">
|
<a href="https://wiki.ecogood.org/download/attachments/10649644/GW%C3%96_Umgangskodex.pdf?version=2&modificationDate=1516310958744&api=v2" target="_blank">
|
||||||
<div class="epsrect buchkodex">
|
<div class="epsrect buchkodex">
|
||||||
<div class="eptextfunc" style="color: #5a5a5a; text-transform:uppercase; text-align:left;padding-left:24px; font-size: 95%">Umgangs<br />kodex</div></div>
|
<div class="eptextfunc kodex">Umgangs<br />kodex</div></div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="https://wiki.ecogood.org/pages/viewpage.action?pageId=33949627&preview=/12359328/26348450/GWOE_Regelwerk1804.pdf" target="_blank">
|
<a href="https://wiki.ecogood.org/pages/viewpage.action?pageId=33949627&preview=/12359328/26348450/GWOE_Regelwerk1804.pdf" target="_blank">
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 58 KiB |
@@ -1,169 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="de">
|
|
||||||
<head>
|
|
||||||
<title>Ecogood portal</title>
|
|
||||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src https://*; child-src 'none';">
|
|
||||||
<link rel="stylesheet" href="https://my.ecogood.world/ecogood.css"/>
|
|
||||||
<link rel="icon" href="https://my.ecogood.world/favicon-cropped.webp" sizes="32x32" />
|
|
||||||
<link rel="icon" href="https://my.ecogood.world/favicon.webp" sizes="192x192" />
|
|
||||||
<link rel="apple-touch-icon-precomposed" href="https://my.ecogood.world/favicon.png" />
|
|
||||||
<meta name="msapplication-TileImage" content="https://my.ecogood.world/favicon.webp" />
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
||||||
</head>
|
|
||||||
<body style="background-image: url(https://my.ecogood.world/background.png);">
|
|
||||||
|
|
||||||
<img style="display:block; width: 80%; max-width: 500px; margin:auto" src="https://my.ecogood.world/ecg-portal-logo.png" />
|
|
||||||
|
|
||||||
<div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="epframe">
|
|
||||||
|
|
||||||
<a href="https://wiki.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolwiki">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
Wiki
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">Confluence</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
<a href="https://jira.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolprojekte">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
Ticketsystem
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">JIRA</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
<a href="https://mail.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolmail">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
E-Mail
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">Zimbra</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
<a href="https://list.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolmaillist">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
Mailinglisten
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">Sympa</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
<a href="https://datacloud.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolcloud">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
Datenspeicher
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">Nextcloud</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
<a href="https://backoffice.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolsmartwe">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
Mitgliederverwaltung
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">SmartWE</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="epsquareplus"></div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="epframe">
|
|
||||||
<a href="https://www.ecogood.org/media/filer_public/73/da/73dab961-6125-4f69-bf7a-3c8613a90739/gwoe_arbeitsbuch_5_0_vollbilanz.pdf" target="_blank">
|
|
||||||
<div class="epsrect buchvoll"></div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="https://www.ecogood.org/media/filer_public/04/8e/048e113f-5802-494e-866b-c3f8c8a6a674/gwoe_arbeitsbuch_5_0_kompaktbilanz.pdf" target="_blank">
|
|
||||||
<div class="epsrect buchkompakt"></div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="https://wiki.ecogood.org/download/attachments/10649644/GW%C3%96_Umgangskodex.pdf?version=2&modificationDate=1516310958744&api=v2" target="_blank">
|
|
||||||
<div class="epsrect buchkodex">
|
|
||||||
<div class="eptextfunc" style="color: #5a5a5a; text-transform:uppercase; text-align:left;padding-left:24px; font-size: 95%">Umgangs<br />kodex</div></div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="https://wiki.ecogood.org/pages/viewpage.action?pageId=33949627&preview=/12359328/26348450/GWOE_Regelwerk1804.pdf" target="_blank">
|
|
||||||
<div class="epsrect buchregel">
|
|
||||||
</div></a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="epsquareplus"></div>
|
|
||||||
|
|
||||||
<div class="epsquareplus"></div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
Before Width: | Height: | Size: 24 KiB |
@@ -1,160 +0,0 @@
|
|||||||
body {
|
|
||||||
color: #333;
|
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
||||||
font-size: 1rem;
|
|
||||||
|
|
||||||
margin:0;
|
|
||||||
padding:0;
|
|
||||||
text-align:center;
|
|
||||||
display:block;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
text-decoration: none;
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
#epframe {
|
|
||||||
margin: auto;
|
|
||||||
max-width: 900px;
|
|
||||||
display: block;
|
|
||||||
text-align: center;
|
|
||||||
padding: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.epsquare,
|
|
||||||
.epsquareplus {
|
|
||||||
width: 23%;
|
|
||||||
padding-bottom: 23%;
|
|
||||||
position: relative;
|
|
||||||
margin: 0.5%;
|
|
||||||
display: inline-block;
|
|
||||||
background-size: cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
.epsquareplus {
|
|
||||||
padding-bottom: 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.epsrect {
|
|
||||||
width: 23%;
|
|
||||||
padding-bottom: 32.2%;
|
|
||||||
position: relative;
|
|
||||||
margin: 0.5%;
|
|
||||||
display: inline-block;
|
|
||||||
background-size: contain;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.epsrect.buchvoll {
|
|
||||||
background-image: url(gwoe-arbeitsbuch-5v.jpg);
|
|
||||||
}
|
|
||||||
.epsrect.buchkompakt {
|
|
||||||
background-image: url(gwoe-arbeitsbuch-5k.jpg);
|
|
||||||
}
|
|
||||||
.epsrect.buchkodex {
|
|
||||||
background-image: url(epecg.png);
|
|
||||||
}
|
|
||||||
.epsrect.buchregel {
|
|
||||||
background-image: url(gwoe-regelwerk.jpg); background-size: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.eptextfunc {
|
|
||||||
width: 100%;
|
|
||||||
font-weight: bold;
|
|
||||||
position: absolute;
|
|
||||||
color: white;
|
|
||||||
bottom: 20%;
|
|
||||||
font-size: 1.35rem
|
|
||||||
}
|
|
||||||
|
|
||||||
.eptexttool {
|
|
||||||
width: 100%;
|
|
||||||
position: absolute;
|
|
||||||
color: white;
|
|
||||||
bottom: 8%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.epcolwiki {
|
|
||||||
background-color: #009da5;
|
|
||||||
background-image: url(epwiki.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.epcolprojekte {
|
|
||||||
background-color: #889e33;
|
|
||||||
background-image: url(epprojekte.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.epcolmail {
|
|
||||||
background-color: #0099CC;
|
|
||||||
background-image: url(epmail.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.epcolmaillist {
|
|
||||||
background-color: #99CC00;
|
|
||||||
background-image: url(epmaillist.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.epcolcloud {
|
|
||||||
background-color: #3B6CA6;
|
|
||||||
background-image: url(epcloud.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.epcolsmartwe {
|
|
||||||
background-color: #E05656;
|
|
||||||
background-image: url(epsmartwe.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.epcolcode {
|
|
||||||
background-color: #40B075;
|
|
||||||
background-image: url(epcode.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.epcolforum {
|
|
||||||
background-color: #FF9900;
|
|
||||||
background-image: url(epforum.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (max-width: 900px) {
|
|
||||||
.epsquare {
|
|
||||||
width: 30%;
|
|
||||||
padding-bottom: 30%;
|
|
||||||
}
|
|
||||||
.epsrect {
|
|
||||||
width: 30%;
|
|
||||||
padding-bottom: 42%;
|
|
||||||
}
|
|
||||||
.epsquareplus {
|
|
||||||
width: 30%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media only screen and (max-width: 640px) {
|
|
||||||
.epsquare {
|
|
||||||
width: 40%;
|
|
||||||
padding-bottom: 40%;
|
|
||||||
}
|
|
||||||
.epsrect {
|
|
||||||
width: 40%;
|
|
||||||
padding-bottom: 56%;
|
|
||||||
}
|
|
||||||
.epsquareplus {
|
|
||||||
width: 40%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media only screen and (max-width: 450px) {
|
|
||||||
.epsquare {
|
|
||||||
width: 50%;
|
|
||||||
padding-bottom: 50%;
|
|
||||||
margin: 1.5%;
|
|
||||||
}
|
|
||||||
.epsrect {
|
|
||||||
width: 50%;
|
|
||||||
padding-bottom: 70%;
|
|
||||||
margin: 1.5%;
|
|
||||||
}
|
|
||||||
.epsquareplus {
|
|
||||||
width: 50%;
|
|
||||||
margin: 1.5%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,169 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<title>Ecogood portal</title>
|
|
||||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src https://*; child-src 'none';">
|
|
||||||
<link rel="stylesheet" href="https://my.ecogood.world/ecogood.css"/>
|
|
||||||
<link rel="icon" href="https://my.ecogood.world/favicon-cropped.webp" sizes="32x32" />
|
|
||||||
<link rel="icon" href="https://my.ecogood.world/favicon.webp" sizes="192x192" />
|
|
||||||
<link rel="apple-touch-icon-precomposed" href="https://my.ecogood.world/favicon.png" />
|
|
||||||
<meta name="msapplication-TileImage" content="https://my.ecogood.world/favicon.webp" />
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
||||||
</head>
|
|
||||||
<body style="background-image: url(https://my.ecogood.world/background.png);">
|
|
||||||
|
|
||||||
<img style="display:block; width: 80%; max-width: 500px; margin:auto" src="https://my.ecogood.world/ecg-portal-logo.png" />
|
|
||||||
|
|
||||||
<div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="epframe">
|
|
||||||
|
|
||||||
<a href="https://wiki.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolwiki">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Wiki
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">Confluence</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
<a href="https://jira.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolprojekte">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Ticket system
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">JIRA</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
<a href="https://mail.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolmail">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Webmail
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">Zimbra</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
<a href="https://list.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolmaillist">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
E-Mail lists
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">Sympa</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
<a href="https://datacloud.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolcloud">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
File exchange
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">Nextcloud</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
<a href="https://backoffice.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolsmartwe">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Membership managment
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">SmartWE</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="epsquareplus"></div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="epframe">
|
|
||||||
<a href="https://www.ecogood.org/media/filer_public/73/da/73dab961-6125-4f69-bf7a-3c8613a90739/gwoe_arbeitsbuch_5_0_vollbilanz.pdf" target="_blank">
|
|
||||||
<div class="epsrect buchvoll"></div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="https://www.ecogood.org/media/filer_public/04/8e/048e113f-5802-494e-866b-c3f8c8a6a674/gwoe_arbeitsbuch_5_0_kompaktbilanz.pdf" target="_blank">
|
|
||||||
<div class="epsrect buchkompakt"></div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="https://wiki.ecogood.org/download/attachments/10649644/GW%C3%96_Umgangskodex.pdf?version=2&modificationDate=1516310958744&api=v2" target="_blank">
|
|
||||||
<div class="epsrect buchkodex">
|
|
||||||
<div class="eptextfunc" style="color: #5a5a5a; text-transform:uppercase; text-align:left;padding-left:24px; font-size: 95%">Umgangs<br />kodex</div></div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="https://wiki.ecogood.org/pages/viewpage.action?pageId=33949627&preview=/12359328/26348450/GWOE_Regelwerk1804.pdf" target="_blank">
|
|
||||||
<div class="epsrect buchregel">
|
|
||||||
</div></a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="epsquareplus"></div>
|
|
||||||
|
|
||||||
<div class="epsquareplus"></div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
Before Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 4.7 KiB |
BIN
public/epecg.png
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 7.6 KiB |
|
Before Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 892 B |
|
Before Width: | Height: | Size: 6.0 KiB |
@@ -1,169 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="fr">
|
|
||||||
<head>
|
|
||||||
<title>Ecogood portal</title>
|
|
||||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src https://*; child-src 'none';">
|
|
||||||
<link rel="stylesheet" href="https://my.ecogood.world/ecogood.css"/>
|
|
||||||
<link rel="icon" href="https://my.ecogood.world/favicon-cropped.webp" sizes="32x32" />
|
|
||||||
<link rel="icon" href="https://my.ecogood.world/favicon.webp" sizes="192x192" />
|
|
||||||
<link rel="apple-touch-icon-precomposed" href="https://my.ecogood.world/favicon.png" />
|
|
||||||
<meta name="msapplication-TileImage" content="https://my.ecogood.world/favicon.webp" />
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
||||||
</head>
|
|
||||||
<body style="background-image: url(https://my.ecogood.world/background.png);">
|
|
||||||
|
|
||||||
<img style="display:block; width: 80%; max-width: 500px; margin:auto" src="https://my.ecogood.world/ecg-portal-logo.png" />
|
|
||||||
|
|
||||||
<div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="epframe">
|
|
||||||
|
|
||||||
<a href="https://wiki.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolwiki">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Wiki
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">Confluence</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
<a href="https://jira.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolprojekte">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Système de billets
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">JIRA</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
<a href="https://mail.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolmail">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Administration du courrier
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">Zimbra</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
<a href="https://list.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolmaillist">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Communication de groupe par e-mail
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">Sympa</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
<a href="https://datacloud.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolcloud">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Données dans le cloud
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">Nextcloud</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
<a href="https://backoffice.ecogood.org" target="_blank">
|
|
||||||
<div class="epsquare epcolsmartwe">
|
|
||||||
<div class="eptextfunc">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
gestion des membres
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="eptexttool">SmartWE</div>
|
|
||||||
</div></a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="epsquareplus"></div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="epframe">
|
|
||||||
<a href="https://www.ecogood.org/media/filer_public/73/da/73dab961-6125-4f69-bf7a-3c8613a90739/gwoe_arbeitsbuch_5_0_vollbilanz.pdf" target="_blank">
|
|
||||||
<div class="epsrect buchvoll"></div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="https://www.ecogood.org/media/filer_public/04/8e/048e113f-5802-494e-866b-c3f8c8a6a674/gwoe_arbeitsbuch_5_0_kompaktbilanz.pdf" target="_blank">
|
|
||||||
<div class="epsrect buchkompakt"></div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="https://wiki.ecogood.org/download/attachments/10649644/GW%C3%96_Umgangskodex.pdf?version=2&modificationDate=1516310958744&api=v2" target="_blank">
|
|
||||||
<div class="epsrect buchkodex">
|
|
||||||
<div class="eptextfunc" style="color: #5a5a5a; text-transform:uppercase; text-align:left;padding-left:24px; font-size: 95%">Umgangs<br />kodex</div></div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="https://wiki.ecogood.org/pages/viewpage.action?pageId=33949627&preview=/12359328/26348450/GWOE_Regelwerk1804.pdf" target="_blank">
|
|
||||||
<div class="epsrect buchregel">
|
|
||||||
</div></a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="epsquareplus"></div>
|
|
||||||
|
|
||||||
<div class="epsquareplus"></div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 23 KiB |
@@ -1 +0,0 @@
|
|||||||
<!DOCTYPE html><html><head><title>https://my.ecogood.world/en</title><link rel="canonical" href="https://my.ecogood.world/en"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://my.ecogood.world/en" /></head></html>
|
|
||||||
@@ -1,23 +1,23 @@
|
|||||||
body {
|
body {
|
||||||
color: #333;
|
color: #333;
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 1rem;
|
background-image: url(background.png);
|
||||||
|
|
||||||
margin:0;
|
|
||||||
padding:0;
|
|
||||||
text-align:center;
|
|
||||||
display:block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #333;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#epframe {
|
.heading-img {
|
||||||
|
display: block;
|
||||||
|
width: 80%;
|
||||||
|
max-width: 500px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.epframe {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
display: block;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
}
|
}
|
||||||
@@ -66,7 +66,15 @@ a {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
color: white;
|
color: white;
|
||||||
bottom: 20%;
|
bottom: 20%;
|
||||||
font-size: 1.35rem
|
font-size: 1.35rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.eptextfunc.kodex {
|
||||||
|
color: #5a5a5a;
|
||||||
|
text-transform: uppercase;
|
||||||
|
text-align:left;
|
||||||
|
padding-left: 24px;
|
||||||
|
font-size: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.eptexttool {
|
.eptexttool {
|
||||||
@@ -130,6 +138,9 @@ a {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 640px) {
|
@media only screen and (max-width: 640px) {
|
||||||
|
.epframe {
|
||||||
|
padding: 24px 0px 24px 0px;
|
||||||
|
}
|
||||||
.epsquare {
|
.epsquare {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
padding-bottom: 40%;
|
padding-bottom: 40%;
|
||||||
@@ -142,14 +153,15 @@ a {
|
|||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 450px) {
|
@media only screen and (max-width: 450px) {
|
||||||
.epsquare {
|
.epsquare {
|
||||||
width: 50%;
|
width: 46%;
|
||||||
padding-bottom: 50%;
|
padding-bottom: 50%;
|
||||||
margin: 1.5%;
|
margin: 1.5%;
|
||||||
}
|
}
|
||||||
.epsrect {
|
.epsrect {
|
||||||
width: 50%;
|
width: 45%;
|
||||||
padding-bottom: 70%;
|
padding-bottom: 70%;
|
||||||
margin: 1.5%;
|
margin: 1.5%;
|
||||||
}
|
}
|
||||||
@@ -158,3 +170,10 @@ a {
|
|||||||
margin: 1.5%;
|
margin: 1.5%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 350px) {
|
||||||
|
.epsquare {
|
||||||
|
width: 49%;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||