2
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Hugo 39b65d0547 Fix account link 2023-08-30 13:18:43 +02:00
Hugo efe1ea873b Fix h1 tags 2023-08-30 13:17:27 +02:00
12 changed files with 13 additions and 25 deletions

View File

@ -1,3 +1,4 @@
<h1>Account</h1>
<p>If you have created an account on dmz.rs, you can use our XMPP and e-mail server, as well as other services that support LDAP login.<p> <p>If you have created an account on dmz.rs, you can use our XMPP and e-mail server, as well as other services that support LDAP login.<p>
<p>For more on XMPP see <a href="https://wiki.dmz.rs/en/tutorial/conversations">this tutorial</a>. <p> <p>For more on XMPP see <a href="https://wiki.dmz.rs/en/tutorial/conversations">this tutorial</a>. <p>
<p>You can see settings for the <a href="https://thunderbird.org">Thundebird</a> mail client on this <a href="/img/mailsettings.png">image</a>.<p> <p>You can see settings for the <a href="https://thunderbird.org">Thundebird</a> mail client on this <a href="/img/mailsettings.png">image</a>.<p>

View File

@ -49,6 +49,6 @@
<p> <p>
These are some of the services we currently maintain on our servers. These are some of the services we currently maintain on our servers.
To use these services, you can register for each service separately, To use these services, you can register for each service separately,
or you can create a unique <a href="/pages/account.html">account</a> or you can create a unique <a href="/en/account">account</a>
on our server and use all services with the same account. on our server and use all services with the same account.
</p> </p>

View File

@ -1,3 +1,4 @@
<h1>Webring</h1>
<ul> <ul>
<li><a href="https://tilde.zone/explore">Tilde Zone</a></li> <li><a href="https://tilde.zone/explore">Tilde Zone</a></li>
</ul> </ul>

View File

@ -1,3 +1,4 @@
<h1>Nalog</h1>
<p>Ako si napravio nalog na dmz.rs možeš koristiti naš XMPP i e-mail server, kao i ostale servise koji podržavaju LDAP login.<p> <p>Ako si napravio nalog na dmz.rs možeš koristiti naš XMPP i e-mail server, kao i ostale servise koji podržavaju LDAP login.<p>
<p>Za više o XMPP-u pogledaj <a href="https://wiki.dmz.rs/en/tutorial/conversations">tutorial</a>. <p> <p>Za više o XMPP-u pogledaj <a href="https://wiki.dmz.rs/en/tutorial/conversations">tutorial</a>. <p>
<p>Podešavanja za <a href="https://thunderbird.org">Thundebird</a> mail klijent možeš pogledati na <a href="/img/mailsettings.png">slici</a>.<p> <p>Podešavanja za <a href="https://thunderbird.org">Thundebird</a> mail klijent možeš pogledati na <a href="/img/mailsettings.png">slici</a>.<p>

View File

@ -54,5 +54,5 @@
</tr> </tr>
</table> </table>
<p>Ovo su neki od servisa koje trenutno održavamo na našim serverima. Da bi koristio ove servise, <em>možeš</em> da se <p>Ovo su neki od servisa koje trenutno održavamo na našim serverima. Da bi koristio ove servise, <em>možeš</em> da se
registuješ na svaki servis posebno, a možeš i da napraviš jedinstveni <a href="/pages/account.html">nalog</a> na našem registuješ na svaki servis posebno, a možeš i da napraviš jedinstveni <a href="/account">nalog</a> na našem
serveru i da koristiš sve servise sa istim nalogom.</p> serveru i da koristiš sve servise sa istim nalogom.</p>

View File

@ -1,3 +1,4 @@
<h1>Webring</h1>
<ul> <ul>
<li><a href="https://tilde.zone/explore">Tilde Zone</a></li> <li><a href="https://tilde.zone/explore">Tilde Zone</a></li>
</ul> </ul>

View File

@ -1,4 +0,0 @@
h1 {
margin-bottom: 2rem;
font-weight: normal;
}

View File

@ -1,4 +0,0 @@
h1 {
margin-bottom: 2rem;
font-weight: normal;
}

View File

@ -1,8 +1,3 @@
h1 {
margin-bottom: 2rem;
font-weight: normal;
}
.event { .event {
display: flex; display: flex;
flex-direction: row; flex-direction: row;

View File

@ -1,8 +1,3 @@
h1 {
margin-bottom: 2rem;
font-weight: normal;
}
dl { dl {
padding: 1rem 0; padding: 1rem 0;
} }

View File

@ -20,8 +20,3 @@ td {
padding: 0 1rem 1rem 1rem; padding: 0 1rem 1rem 1rem;
vertical-align: top; vertical-align: top;
} }
h1 {
margin-bottom: 2rem;
font-weight: normal;
}

View File

@ -68,6 +68,13 @@ main {
overflow: auto; overflow: auto;
} }
main h1 {
margin-bottom: 2rem;
font-weight: normal;
font-size: 1.5em;
font-variant-caps: small-caps;
}
a, a,
a:visited { a:visited {
text-decoration: none; text-decoration: none;