2023-05-05 10:55:05 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2023-08-03 16:41:30 +00:00
< link rel = "stylesheet" href = "/styles/reset.css" >
2023-05-05 10:55:05 +00:00
< link rel = "stylesheet" href = "/styles/style.css" >
< link rel = "stylesheet" href = "/styles/home.css" >
2023-05-05 13:29:23 +00:00
< link rel = "shortcut icon" href = "/img/favicon.ico" type = "image/x-icon" >
2023-05-06 16:13:12 +00:00
< script src = "/scripts/main.js" defer > < / script >
2023-05-05 10:55:05 +00:00
< title > Decentrala< / title >
< / head >
< body >
< header >
2023-08-03 16:41:30 +00:00
< a id = "logo" href = "/index.html" > Decentrala< / a >
2023-05-06 16:13:12 +00:00
< span >
2023-08-04 20:25:33 +00:00
< button id = "theme-switcher" > < / button >
2023-05-06 16:13:12 +00:00
< a class = "account" href = "/pages/account.html" > Nalog< / a >
< / span >
2023-05-05 10:55:05 +00:00
< / header >
2023-05-06 21:04:59 +00:00
< div id = "main" >
2023-08-03 17:13:33 +00:00
< h1 > Dobrodošao!< / h1 >
2023-05-05 10:55:05 +00:00
< p >
2023-08-03 17:13:33 +00:00
Mi smo < em > Decentrala< / em > - grupa entuzijasta okupljena oko ideja decentralizacije i slobodnog širenja znanja.
Zvuči interesantno? Evo još nekih stvari o nama:
2023-05-05 10:55:05 +00:00
< / p >
< dl >
< dt > Znanje:< / dt >
2023-08-03 17:13:33 +00:00
< dd > Sve naše radionice su besplatne i otvorene za sve zainteresovane.
Ako želiš nešto da podeliš najavi se na našem < a href = "https://forum.dmz.rs" > Forumu< / a > i održi radionicu kod nas!< / dd >
2023-05-05 10:55:05 +00:00
< dt > Akcije:< / dt >
2023-08-03 17:13:33 +00:00
< dd > Povremeno organizujemo različite akcije, hakatone, crypto-partije, izložbe i slične događaje otvorene za sve zainteresovane. < / dd >
2023-05-05 10:55:05 +00:00
< dt > Servisi:< / dt >
2023-08-03 17:13:33 +00:00
< dd > Na našim serverima pokrećemo razne servise (email, git, wiki i druge) koji su otvoreni za sve i koji se mogu koristiti sa ili bez našeg naloga.< / dd >
2023-05-05 10:55:05 +00:00
< / dl >
< p >
2023-08-03 17:13:33 +00:00
Ako si i dalje zainteresovan, možeš napraviti < a href = "/pages/account.html" > nalog< / a > na našem serveru koji će ti omogućiti korišćenje svih naših < a href = "/pages/services.html" > servisa< / a > .
Ako želiš prvo da vidiš kako to sve izgleda u realnosti, možeš doći na neki od naših < a href = "/pages/events.html" > događaja< / a > , i tu nas upoznati!
2023-05-05 10:55:05 +00:00
< / p >
2023-05-06 16:13:12 +00:00
< img id = "mesh" src = "/img/mesh-light.svg" >
2023-05-05 10:55:05 +00:00
< / div >
< footer >
2023-05-06 21:04:59 +00:00
< div id = "sections-menu" >
2023-08-03 17:13:33 +00:00
< a href = "/pages/events.html" > Događaji< / a >
2023-05-06 21:04:59 +00:00
< a href = "/pages/services.html" > Servisi< / a >
< a href = "/pages/contact.html" > Kontakt< / a >
< / div >
< button id = "sections-button" opened = "false" > < img src = "/img/strelica-closed-light.svg" alt = "OpenMenu" > < / button >
2023-05-05 10:55:05 +00:00
< span class = "sections" >
2023-08-03 17:13:33 +00:00
< a href = "/pages/events.html" > Događaji< / a >
2023-05-05 10:55:05 +00:00
< a href = "/pages/services.html" > Servisi< / a >
< a href = "/pages/contact.html" > Kontakt< / a >
< / span >
< span class = "copyleft" >
2023-08-03 16:41:30 +00:00
< span class = "links" >
< a href = "https://creativecommons.org/licenses/by-nc-sa/4.0/" > < img src = "/img/cc-light.svg"
alt="CreativeCommons">< / a >
2023-08-04 16:20:34 +00:00
< a href = "/pages/webring.html" > < img src = "/img/w-light.svg" alt = "Webring" > < / a >
2023-08-04 16:15:24 +00:00
< a href = "https://gitea.dmz.rs/Decentrala/website" > < img src = "/img/git-light.svg"
2023-08-03 16:41:30 +00:00
alt="SourceCode">< / a >
< a href = "https://balkan.fedive.rs/@decentrala" > < img src = "/img/mastodon-light.svg" alt = "Mastodon" > < / a >
< / span >
2023-05-05 10:55:05 +00:00
< / span >
< / footer >
< / body >
2023-08-04 16:20:34 +00:00
< / html >