mirror of
https://github.com/informaticker/network-website.git
synced 2024-11-23 10:11:59 +01:00
Merge branch 'main' of https://github.com/schizoposter/network-website
This commit is contained in:
commit
c40966ff62
@ -73,7 +73,7 @@
|
||||
pointer-events: initial;
|
||||
}
|
||||
.nav-links a:hover {
|
||||
color: #33ccffda;
|
||||
color: #33ccff;
|
||||
}
|
||||
.contact-container {
|
||||
position: fixed;
|
||||
@ -87,11 +87,11 @@
|
||||
pointer-events: none;
|
||||
}
|
||||
.contact-container h1 {
|
||||
font-size: 2rem;
|
||||
font-size: 2.5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.contact-container p {
|
||||
font-size: 1.2rem;
|
||||
font-size: 1.8rem;
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
.contact-container a {
|
||||
@ -115,5 +115,25 @@
|
||||
.nav-links li {
|
||||
margin: 5px 0;
|
||||
}
|
||||
.contact-container {
|
||||
position: fixed;
|
||||
top: 55%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
text-align: center;
|
||||
color: #33ccffab;
|
||||
text-shadow: 0 0 3px #33ccffaf;
|
||||
padding: 10px;
|
||||
pointer-events: none;
|
||||
}
|
||||
.contact-container h1 {
|
||||
font-size: 2.0rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.contact-container p {
|
||||
font-size: 1.3rem;
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -43,8 +43,8 @@
|
||||
</nav>
|
||||
<div class="contact-container">
|
||||
<h1>contact</h1>
|
||||
<p>Email: <a href="mailto:me@elia.li">click me</a></p>
|
||||
<p>Matrix: <a href="https://matrix.to/#/@elia:p3t.me">click me</a></p>
|
||||
<p>Email: <a href="mailto:noc@elia.network">click me</a></p>
|
||||
<p>Emergencies: <a href="mailto:alerts@elia.network">click me</a></p>
|
||||
<p>Address: Skalluvaarantie 851, 99980 Utsjoki, Finland</p>
|
||||
</div>
|
||||
</body>
|
||||
|
29
privacy/index.html
Normal file
29
privacy/index.html
Normal file
@ -0,0 +1,29 @@
|
||||
<h1 id="privacy-policy">Privacy Policy</h1>
|
||||
<h2 id="introduction">Introduction</h2>
|
||||
<p>Welcome to elia.network. We are dedicated to protecting your privacy and ensuring that your personal information is handled in a safe and responsible manner. This privacy policy outlines how we collect, use, and protect your data when you use our services, which include chat.elia.network, media.elia.network, files.elia.network, and our status/uptime monitor</p>
|
||||
<p>If you have any questions or concerns about this policy, please contact us at admin@elia.network.</p>
|
||||
<h2 id="information-we-collect">Information We Collect</h2>
|
||||
<h3 id="chat-elia-network">chat.elia.network</h3>
|
||||
<p>We collect and retain chat logs to provide users with a chat history. Please note that your prompts/responses do not get logged on the inference nodes themselves.</p>
|
||||
<h3 id="media-elia-network">media.elia.network</h3>
|
||||
<p>We save playback logs for statistical and diagnostic purposes. This allows us to improve your user experience by enabling you to restart playback at a later time.</p>
|
||||
<h3 id="files-elia-network">files.elia.network</h3>
|
||||
<p>We do not collect or save any user information beyond the default data mentioned in the "General Log Collection" section below.</p>
|
||||
<h3 id="status-uptime-monitor">Status/Uptime Monitor</h3>
|
||||
<p>We do not collect or save any user information beyond the default data mentioned in the "General Log Collection" section below.</p>
|
||||
<h2 id="general-log-collection">General Log Collection</h2>
|
||||
<p>For all our services, we automatically log the following information for legal and debugging purposes:</p>
|
||||
<ul>
|
||||
<li>IP addresses</li>
|
||||
<li>User agents</li>
|
||||
<li>Request paths</li>
|
||||
<li>Times of requests</li>
|
||||
</ul>
|
||||
<p>If you are authenticated, your user details will also be logged.</p>
|
||||
<h2 id="how-we-use-your-information">How We Use Your Information</h2>
|
||||
<p>The information we collect is used for the following purposes:</p>
|
||||
<ul>
|
||||
<li>To provide, operate, and maintain our services</li>
|
||||
<li>To understand usage of the resources provided</li>
|
||||
<li>To identify issues faster, and more efficiently.</li>
|
||||
</ul>
|
Loading…
Reference in New Issue
Block a user