initial commit

This commit is contained in:
muppeth 2023-11-08 22:51:42 +01:00
commit f43a0d5317
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
11 changed files with 212 additions and 0 deletions

View File

@ -0,0 +1,35 @@
<!-- autoconfig for Microsoft Outlook
looking in path: https://autodiscover.emaildomain.com/autodiscover/autodiscover.xml -->
<Autodiscover>
<Response>
<User>
<DisplayName>disroot.org</DisplayName>
</User>
<Account>
<AccountType>email</AccountType>
<Action>settings</Action>
<Protocol>
<Type>IMAP</Type>
<Server>disroot.org</Server>
<Port>993</Port>
<DomainRequired>off</DomainRequired>
<SPA>off</SPA>
<SSL>on</SSL>
<AuthRequired>on</AuthRequired>
<LoginName/>
</Protocol>
<Protocol>
<Type>SMTP</Type>
<Server>disroot.org</Server>
<Port>587</Port>
<DomainRequired>off</DomainRequired>
<SPA>off</SPA>
<SSL>on</SSL>
<AuthRequired>on</AuthRequired>
<LoginName/>
</Protocol>
</Account>
</Response>
</Autodiscover>

View File

@ -0,0 +1,28 @@
<!-- autoconfig for Thunderbird as explained here:
https://developer.mozilla.org/en/Thunderbird/Autoconfiguration#Configuration_server_at_ISP
looking in path: http://autoconfig.disroot.org/mail/config-v1.1.xml -->
<clientConfig version="1.1">
<emailProvider id="disroot.org">
<domain>disroot.org</domain>
<displayName>disroot/mail</displayName>
<displayShortName>disrootM</displayShortName>
<incomingServer type="imap">
<hostname>disroot.org</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>disroot.org</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</outgoingServer>
</emailProvider>
</clientConfig>

BIN
maintenance/breastDemo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

21
maintenance/index.html Normal file
View File

@ -0,0 +1,21 @@
<!doctype html>
<html>
<head>
<title>Site Maintenance</title>
<link rel=stylesheet href="style.css" type="text/css">
</head>
<body>
<div id="bg-blur">
</div>
<article>
<a id="logo" href="https://disroot.org">
</a>
<h1>We&rsquo;ll be back soon!</h1>
<div>
<p>Sorry for the inconvenience but we&rsquo;re performing some maintenance at the moment. If you need to you can always <a href="mailto:info@disroot.org">contact us</a>, otherwise we&rsquo;ll be back online shortly!</p>
<p>&mdash; The Disroot Team</p>
</div>
</article>
</body>
</html>

BIN
maintenance/logo_light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

52
maintenance/style.css Normal file
View File

@ -0,0 +1,52 @@
body {
text-align: center;
padding: 150px;
font: 20px Helvetica,sans-serif;
color: #333;
background: url(breastDemo.jpg) no-repeat ;
background-size:cover;
}
h1 {
font-size: 50px;
}
#bg-blur {
width: 700px;
height: 300px;
position: fixed;
left: 0;
right: 0;
z-index: 1;
margin-left: auto;
margin-right: auto;
background-color: rgba(255,255,255,0.9);
-webkit-filter: blur(50px);
-moz-filter: blur(50px);
-o-filter: blur(50px);
-ms-filter: blur(50px);
filter: blur(50px);
}
#logo {
position:fixed;
right: 200px;
bottom: 100px;
display: block;
width: 300px;
height: 50px;
background: url("logo_light.png") no-repeat;
background-size: contain;
}
article {
position: relative;
z-index: 2;
display: block;
text-align: left;
width: 650px;
margin: 0 auto;
}
a {
color: #dc8100;
text-decoration:none;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 MiB

View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" type="text/css"/>
<title>Matrix is no more</title>
</head>
<body>
<div class="wrapper">
<div class="blur"></div>
<article class=content>
<a id="logo" href="https://disroot.org">
</a>
<h1>Matrix is no more</h1>
<p>As announced in our <a href="https://disroot.org/en/blog/matrix-closure"> blog post</a> we have decided to no longer provide Matrix as a service. <br></p>
<br>
Instead, we focus on XMPP/Jabber protocol as solution for chat service. Please check <a href="https://disroot.org/en/services/xmpp">this page</a> for more information.
<p>&mdash; The Disroot Team.</p>
</article>
</div>
<div id="footer">
</div>
</body>
</html>

View File

@ -0,0 +1,53 @@
body {
text-align: center;
font: 20px Helvetica,sans-serif;
color: #333;
background: url("assets/trav.gif") no-repeat ;
background-size:cover;
}
h1 {
font-size: 50px;
}
.wrapper {
display: flex;
align-items: center;
height: auto;
width: 800px;
margin: 0 auto;
position: relative;
}
.content {
z-index: 2;
display: block;
text-align: left;
width: 650px;
margin: 0 auto;
}
.blur {
content: "";
width: 100%;
height: 100%;
position: absolute;
background-color: rgba(255,255, 255,0.9);
-webkit-filter: blur(80px);
-moz-filter: blur(80px);
-o-filter: blur(80px);
-ms-filter: blur(80px);
filter: blur(80px);
z-index: -1;
}
#logo {
position:fixed;
right: 100px;
bottom: 50px;
display: block;
width: 300px;
height: 50px;
background: url("assets/logo.png") no-repeat;
background-size: contain;
}
a {
color: #dc1600;
text-decoration:none;
}