[Fix] lint and error fix
This commit is contained in:
@@ -1,207 +1,275 @@
|
|||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="sr">
|
<html lang="sr">
|
||||||
|
<head>
|
||||||
<head>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta charset="UTF-8" />
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>Linux Install Fest 2025</title>
|
<title>Linux Install Fest 2025</title>
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Iosevka";
|
font-family: "Iosevka";
|
||||||
src: url('/font/iosevka-regular.woff') format('woff');
|
src: url("/font/iosevka-regular.woff") format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Lobster";
|
font-family: "Lobster";
|
||||||
src: url('/font/Lobster-Regular.ttf') format('truetype');
|
src: url("/font/Lobster-Regular.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #082142;
|
background-color: #082142;
|
||||||
color: #FFF;
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
padding: 1rem;
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 1000px;
|
||||||
|
font-family: "Iosevka", Arial, Helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
a,
|
||||||
|
a:visited,
|
||||||
|
a:hover {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-family: "Lobster", sans-serif;
|
||||||
|
font-size: 5rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-family: "Lobster", sans-serif;
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 1.1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 650px) {
|
||||||
|
h1 {
|
||||||
|
font-size: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
padding: 1rem;
|
padding: 0.5rem;
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 1000px;
|
|
||||||
font-family: "Iosevka", Arial, Helvetica, sans-serif;
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
a,
|
@media (max-width: 500px) {
|
||||||
a:visited,
|
main {
|
||||||
a:hover {
|
padding: 0.2rem;
|
||||||
color: #FFF;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-family: "Lobster", sans-serif;
|
font-size: 3rem;
|
||||||
font-size: 5rem;
|
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-family: "Lobster", sans-serif;
|
font-size: 1.5rem;
|
||||||
font-size: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
font-size: 1.1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
|
||||||
h1 {
|
|
||||||
font-size: 4rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
main {
|
|
||||||
padding: 0.5rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
|
||||||
main {
|
|
||||||
padding: 0.2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: 3rem;
|
|
||||||
}
|
|
||||||
h2 {
|
|
||||||
font-size: 1.5rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<h1>Linux Install Fest</h1>
|
<h1>Linux Install Fest</h1>
|
||||||
|
|
||||||
<h2>Gde i kad</h2>
|
<h2>Gde i kad</h2>
|
||||||
|
|
||||||
<p>Linux Install Fest će se održati 9. decembra 2025 godine u učionici JAG3 Matematičkog fakulteta, na adresi
|
<p>
|
||||||
<a href="https://www.openstreetmap.org/node/3807078606">Jagićeva 5, Beograd</a>. Ulazak u učionicu је moguć od 18h do 21h.</p>
|
Linux Install Fest će se održati 9. decembra 2025 godine u učionici JAG3
|
||||||
|
Matematičkog fakulteta, na adresi
|
||||||
|
<a href="https://www.openstreetmap.org/node/3807078606"
|
||||||
|
>Jagićeva 5, Beograd</a
|
||||||
|
>. Ulazak u učionicu је moguć od 18h do 21h.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>Jagićeva ulica se nalazi između stanice <a href="https://www.openstreetmap.org/node/6670711291"><em>Pijaca
|
<p>
|
||||||
Đeram</em></a> na kojoj staju tramvaji 5, 6, 7L
|
Jagićeva ulica se nalazi između stanice
|
||||||
i 14, i
|
<a href="https://www.openstreetmap.org/node/6670711291"
|
||||||
stanice <a href="https://www.openstreetmap.org/node/1693535022"><em>Crveni krst</em></a> na kojoj staju
|
><em>Pijaca Đeram</em></a
|
||||||
autobusi 21 i 83, kao i trolebusi 19, 22 i 29.</p>
|
>
|
||||||
|
na kojoj staju tramvaji 5, 6, 7L i 14, i stanice
|
||||||
|
<a href="https://www.openstreetmap.org/node/1693535022"
|
||||||
|
><em>Crveni krst</em></a
|
||||||
|
>
|
||||||
|
na kojoj staju autobusi 21 i 83, kao i trolebusi 19, 22 i 29.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>Plan programa</h2>
|
<h2>Plan programa</h2>
|
||||||
|
|
||||||
<p>Cilj okupljanja je da zainteresovanima za Linux pomognemo pri instalaciji Linux operativnog sistema na
|
<p>
|
||||||
laptopove. Na događaju će biti prisutno više osoba koje imaju višegodišnje iskustvo u radu sa Linuxom. Pored
|
Cilj okupljanja je da zainteresovanima za Linux pomognemo pri
|
||||||
toga, u zavisnosti od zainteresovanosti prisutnih, mogu se održati i kratke obuke vezane za komandnu liniju,
|
instalaciji Linux operativnog sistema na laptopove. Na događaju će biti
|
||||||
git, web servise, C programiranje, itd...</p>
|
prisutno više osoba koje imaju višegodišnje iskustvo u radu sa Linuxom.
|
||||||
|
Pored toga, u zavisnosti od zainteresovanosti prisutnih, mogu se održati
|
||||||
|
i kratke obuke vezane za komandnu liniju, git, web servise, C
|
||||||
|
programiranje, itd...
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>Nakon 21h, druženje možemo nastaviti u nekom od obližnjih lokala.</p>
|
<p>Nakon 21h, druženje možemo nastaviti u nekom od obližnjih lokala.</p>
|
||||||
|
|
||||||
<h2>Linux distribucije</h2>
|
<h2>Linux distribucije</h2>
|
||||||
|
|
||||||
<p>Linux je jezgro operativnog sistema, na koji se instaliraju drugi programi. Sve to zajedno čini određenu
|
<p>
|
||||||
<em>Linux distribuciju</em>. Postoji mnogo distribucija, ali mi preporučujemo one sa dugom tradicijom poput
|
Linux je jezgro operativnog sistema, na koji se instaliraju drugi
|
||||||
sledećih:
|
programi. Sve to zajedno čini određenu <em>Linux distribuciju</em>.
|
||||||
</p>
|
Postoji mnogo distribucija, ali mi preporučujemo one sa dugom tradicijom
|
||||||
|
poput sledećih:
|
||||||
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>Debian</strong> distribucija je verovatno najprimerenija za Linux početnike. Poznati derivati
|
<li>
|
||||||
Debiana su <strong>Ubuntu</strong>, <strong>Mint</strong> i <strong>Zorin</strong>.
|
<strong>Debian</strong> distribucija je verovatno najprimerenija za
|
||||||
</li>
|
Linux početnike. Poznati derivati Debiana su <strong>Ubuntu</strong>,
|
||||||
<li><strong>Fedora</strong> je takođe pogodna za Linux početnike. Razlikuje se od Debian
|
<strong>Mint</strong> i <strong>Zorin</strong>.
|
||||||
distribucije, po bržem izlasku novih verzija, što u praksi znači da korisnici imaju svežije
|
</li>
|
||||||
verzije programa.</li>
|
<li>
|
||||||
<li><strong>Arch</strong> je Linux distribucija koja dozvoljava korisniku da lako konfiguriše sve delove
|
<strong>Fedora</strong> je takođe pogodna za Linux početnike.
|
||||||
sistema. Ova distribucija je namenjena osobama sa značajnim Linux iskustvom.</li>
|
Razlikuje se od Debian distribucije, po bržem izlasku novih verzija,
|
||||||
</ul>
|
što u praksi znači da korisnici imaju svežije verzije programa.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Arch</strong> je Linux distribucija koja dozvoljava korisniku
|
||||||
|
da lako konfiguriše sve delove sistema. Ova distribucija je namenjena
|
||||||
|
osobama sa značajnim Linux iskustvom.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p>Ako ste početnik, i niste se odlučili koju distribuciju želite da instalirate, preporučujemo vam Fedoru ili Debian.
|
<p>
|
||||||
Bez obzira koju distribuciju posedujete, moći ćete da pokrenete sve programe namenjene za Linux.
|
Ako ste početnik, i niste se odlučili koju distribuciju želite da
|
||||||
</p>
|
instalirate, preporučujemo vam Fedoru ili Debian. Bez obzira koju
|
||||||
|
distribuciju posedujete, moći ćete da pokrenete sve programe namenjene
|
||||||
|
za Linux.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>End of 10</h2>
|
<h2>End of 10</h2>
|
||||||
|
|
||||||
<p>Ovogodišnji Linux Install Fest, organizuje se u sklopu globalne <a href="https://endof10.org/">End of 10</a>
|
<p>
|
||||||
kampanje, koja promoviše Linux operativni sistem kao zamenu za Windows 10.</p>
|
Ovogodišnji Linux Install Fest, organizuje se u sklopu globalne
|
||||||
|
<a href="https://endof10.org/">End of 10</a> kampanje, koja promoviše
|
||||||
|
Linux operativni sistem kao zamenu za Windows 10.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>Već duže vreme Windows
|
<p>
|
||||||
operativni sistem postaje sve više neprijateljski prema korisnicima. Nasuprot tome,
|
Već duže vreme Windows operativni sistem postaje sve više neprijateljski
|
||||||
mnoge Linux distribucije su maksimalno unapredile korisnički doživljaj, te danas
|
prema korisnicima. Nasuprot tome, mnoge Linux distribucije su maksimalno
|
||||||
možemo tvrditi da Linux omogućava značajno ugodniji rad, bez obzira na korisnikovo tehničko znanje.</p>
|
unapredile korisnički doživljaj, te danas možemo tvrditi da Linux
|
||||||
|
omogućava značajno ugodniji rad, bez obzira na korisnikovo tehničko
|
||||||
|
znanje.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>Windows nameće korisnicima funkcionalnosti koje korisnici ne žele da koriste, kao što
|
<p>
|
||||||
su: cloud integracije, AI, reklame, obavezni nalozi, i slično. Ove
|
Windows nameće korisnicima funkcionalnosti koje korisnici ne žele da
|
||||||
funkcionalnosti služe pre svega za povećanje Microsoftovog profita, a nemaju benefita za većinu krajnjih
|
koriste, kao što su: cloud integracije, AI, reklame, obavezni nalozi, i
|
||||||
korisnika. Takođe, osnovni programi poput kalendara, kalkulatora ili editora teksta, postali su spori
|
slično. Ove funkcionalnosti služe pre svega za povećanje Microsoftovog
|
||||||
i puni bug-ova.
|
profita, a nemaju benefita za većinu krajnjih korisnika. Takođe, osnovni
|
||||||
Sa beskorisnim funkcionalnostima, Windows svake godine postaje sve više zahtevan i
|
programi poput kalendara, kalkulatora ili editora teksta, postali su
|
||||||
iziskuje kupovinu boljeg hardvera, što dovodi do povećanja elektronskog otpada. Nasuprot Windowsu, i
|
spori i puni bug-ova. Sa beskorisnim funkcionalnostima, Windows svake
|
||||||
najnovije Linux distribucije rade veoma performantno na računarima starijim od deceniju.</p>
|
godine postaje sve više zahtevan i iziskuje kupovinu boljeg hardvera,
|
||||||
|
što dovodi do povećanja elektronskog otpada. Nasuprot Windowsu, i
|
||||||
|
najnovije Linux distribucije rade veoma performantno na računarima
|
||||||
|
starijim od deceniju.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>Izbor operativnog sistema nije više samo tehnička odluka, već i ekološki stav.</p>
|
<p>
|
||||||
|
Izbor operativnog sistema nije više samo tehnička odluka, već i ekološki
|
||||||
|
stav.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>Načini instalacije</h2>
|
<h2>Načini instalacije</h2>
|
||||||
|
|
||||||
<p>Linux možemo instalirati na tri načina:</p>
|
<p>Linux možemo instalirati na tri načina:</p>
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li><strong>Unutar virtualne mašine na Windows-u</strong>. Na ovaj način korisnik zadržava svoj postojeći
|
<li>
|
||||||
operativni sistem i
|
<strong>Unutar virtualne mašine na Windows-u</strong>. Na ovaj način
|
||||||
podatke na njemu. Linux u virtualnoj mašini će biti značajno sporiji u odnosu na instalaciju bez
|
korisnik zadržava svoj postojeći operativni sistem i podatke na njemu.
|
||||||
virtualizacije.
|
Linux u virtualnoj mašini će biti značajno sporiji u odnosu na
|
||||||
</li>
|
instalaciju bez virtualizacije.
|
||||||
<li><strong>Pored postojećeg operativnog sistema</strong>. U slučaju da je moguće neku od vaših
|
</li>
|
||||||
particija umanjiti
|
<li>
|
||||||
(<em>partition shrink</em>), i osloboditi barem 10GB prostora, može se instalirati Linux operativni
|
<strong>Pored postojećeg operativnog sistema</strong>. U slučaju da je
|
||||||
sistem pored Windows-a. Prilikom pokretanja računara, korisnik će moći da bira da li želi da pokrene
|
moguće neku od vaših particija umanjiti (<em>partition shrink</em>), i
|
||||||
Windows ili Linux. Pri ovakvoj instalaciji postoji određeni rizik da će neko od narednih ažuriranja
|
osloboditi barem 10GB prostora, može se instalirati Linux operativni
|
||||||
Windowsa resetovati podešavanja bootloader-a, nakon čega je potrebna mala intervencija da bi
|
sistem pored Windows-a. Prilikom pokretanja računara, korisnik će moći
|
||||||
Linux sistem bio ponovo dostupan.</li>
|
da bira da li želi da pokrene Windows ili Linux. Pri ovakvoj
|
||||||
|
instalaciji postoji određeni rizik da će neko od narednih ažuriranja
|
||||||
|
Windowsa resetovati podešavanja bootloader-a, nakon čega je potrebna
|
||||||
|
mala intervencija da bi Linux sistem bio ponovo dostupan.
|
||||||
|
</li>
|
||||||
|
|
||||||
<li><strong>Kompletnim uklanjanjem Windows sistema</strong>. Na mestu Windows particije,
|
<li>
|
||||||
biće postavljena nova particija sa Linux distribucijom. Dodatne particije koje postoje mogu, i ne moraju biti uklonjene.</li>
|
<strong>Kompletnim uklanjanjem Windows sistema</strong>. Na mestu
|
||||||
</ol>
|
Windows particije, biće postavljena nova particija sa Linux
|
||||||
|
distribucijom. Dodatne particije koje postoje mogu, i ne moraju biti
|
||||||
|
uklonjene.
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
<h2>Pre dolaska</h2>
|
<h2>Pre dolaska</h2>
|
||||||
|
|
||||||
<p>Da bi instalacija bila efikasna, pre dolaska na Linux Instal Fest neophodno je da napravite <em>backup</em>
|
<p>
|
||||||
podataka sa sistemske particije ako se odlučujete za drugu ili treću opciju instalacije. Ako posedujete dve
|
Da bi instalacija bila efikasna, pre dolaska na Linux Instal Fest
|
||||||
particije (na primer, C i D), podatke sa sistemske particije (C:) koje želite da zadržite prebacite na nesistemsku particiju (D:).
|
neophodno je da napravite <em>backup</em> podataka sa sistemske
|
||||||
Ako nemate dodatnu particiju, možete iskoristiti USB fleš. Obratite pažnju na datoteke unutar korisničkog direkotrijuma (<em>Desktop,
|
particije ako se odlučujete za drugu ili treću opciju instalacije. Ako
|
||||||
Downloads, Documents,...</em>), a iz pretraživača izvezite bookmarkove i lozinke.</p>
|
posedujete dve particije (na primer, C i D), podatke sa sistemske
|
||||||
|
particije (C:) koje želite da zadržite prebacite na nesistemsku
|
||||||
|
particiju (D:). Ako nemate dodatnu particiju, možete iskoristiti USB
|
||||||
|
fleš. Obratite pažnju na datoteke unutar korisničkog direkotrijuma (<em
|
||||||
|
>Desktop, Downloads, Documents,...</em
|
||||||
|
>), a iz pretraživača izvezite bookmarkove i lozinke.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>Takođe, pre dolaska možete se upoznati sa izgledom i načinom funkcionisanja različitih Linux distubucija.
|
<p>
|
||||||
Neke Linux distribucije možete probati kroz pretraživač, bez bilo kakve instalacije, na sajtu
|
Takođe, pre dolaska možete se upoznati sa izgledom i načinom
|
||||||
<a href="https://distrosea.com/">DistroSea</a> (ponekad je potrebno sačekati kratko vreme da se oslobode
|
funkcionisanja različitih Linux distubucija. Neke Linux distribucije
|
||||||
resursi na sajtu). Imajte na umu da je operativni sistem na ovom sajtu višestruko sporiji od sistema koji je
|
možete probati kroz pretraživač, bez bilo kakve instalacije, na sajtu
|
||||||
instaliran na vašem računaru.
|
<a href="https://distrosea.com/">DistroSea</a> (ponekad je potrebno
|
||||||
</p>
|
sačekati kratko vreme da se oslobode resursi na sajtu). Imajte na umu da
|
||||||
|
je operativni sistem na ovom sajtu višestruko sporiji od sistema koji je
|
||||||
|
instaliran na vašem računaru.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>Pre dolaska napunite baterije loptopova. Obevezno ponesite i punjač.</p>
|
<p>
|
||||||
|
Pre dolaska napunite baterije loptopova. Obevezno ponesite i punjač.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>Organizator</h2>
|
<h2>Organizator</h2>
|
||||||
|
|
||||||
<p>Organizator događaja je <a href="https://dmz.rs/">Decentrala</a> - grupa entuzijasta okupljena oko ideja
|
<p>
|
||||||
decentralizacije i slobodnog širenja znanja. Do sada smo organizovali više od <a
|
Organizator događaja je <a href="https://dmz.rs/">Decentrala</a> - grupa
|
||||||
href="https://dmz.rs/events_archive">300 događaja</a>, a naredne događaje redovno najavljujemo na
|
entuzijasta okupljena oko ideja decentralizacije i slobodnog širenja
|
||||||
stranici <a href="https://dmz.rs/events">Događaji</a>.
|
znanja. Do sada smo organizovali više od
|
||||||
</p>
|
<a href="https://dmz.rs/events_archive">300 događaja</a>, a naredne
|
||||||
|
događaje redovno najavljujemo na stranici
|
||||||
|
<a href="https://dmz.rs/events">Događaji</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>U narednom periodu, na istoj lokaciji (učionica JAG3) biće održano još dva događaja za Linux početnike:</p>
|
<p>
|
||||||
<ul>
|
U narednom periodu, na istoj lokaciji (učionica JAG3) biće održano još
|
||||||
<li><strong>Utorak 16. decembar</strong> - Uvod u Linux komandnu liniju</li>
|
dva događaja za Linux početnike:
|
||||||
<li><strong>Utorak 23. decembar</strong> - Uvod u Git</li>
|
</p>
|
||||||
</ul>
|
<ul>
|
||||||
<p>Događaji počinju od 18h.</p>
|
<li>
|
||||||
|
<strong>Utorak 16. decembar</strong> - Uvod u Linux komandnu liniju
|
||||||
<h2>Ponovo</h2>
|
</li>
|
||||||
<p>Na Linux install fest možete doneti neispravne uređje: laptopove, telefone, desktop računare, monitore....
|
<li><strong>Utorak 23. decembar</strong> - Uvod u Git</li>
|
||||||
Mi ćemo ih tokom januara isporočuiti organizaciji <a href="https://ponovo.rs/">Ponovo</a> u Kikindi.
|
</ul>
|
||||||
Ova organizacija će popraviti ove uređaje i time sprečiti uvećavanje elektronskog otpada.</p>
|
<p>Događaji počinju od 18h.</p>
|
||||||
|
|
||||||
|
<h2>Ponovo</h2>
|
||||||
|
<p>
|
||||||
|
Na Linux install fest možete doneti neispravne uređje: laptopove,
|
||||||
|
telefone, desktop računare, monitore.... Mi ćemo ih tokom januara
|
||||||
|
isporočuiti organizaciji <a href="https://ponovo.rs/">Ponovo</a> u
|
||||||
|
Kikindi. Ova organizacija će popraviti ove uređaje i time sprečiti
|
||||||
|
uvećavanje elektronskog otpada.
|
||||||
|
</p>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
@@ -1,157 +1,275 @@
|
|||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="sr">
|
<html lang="sr">
|
||||||
|
<head>
|
||||||
<head>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta charset="UTF-8" />
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>Linux Install Fest 2025</title>
|
<title>Linux Install Fest 2025</title>
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Iosevka";
|
font-family: "Iosevka";
|
||||||
src: url('/font/iosevka-regular.woff') format('woff');
|
src: url("/font/iosevka-regular.woff") format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Lobster";
|
font-family: "Lobster";
|
||||||
src: url('/font/Lobster-Regular.ttf') format('truetype');
|
src: url("/font/Lobster-Regular.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #082142;
|
background-color: #082142;
|
||||||
color: #FFF;
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
padding: 1rem;
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 1000px;
|
||||||
|
font-family: "Iosevka", Arial, Helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
a,
|
||||||
|
a:visited,
|
||||||
|
a:hover {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-family: "Lobster", sans-serif;
|
||||||
|
font-size: 5rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-family: "Lobster", sans-serif;
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 1.1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 650px) {
|
||||||
|
h1 {
|
||||||
|
font-size: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
padding: 1rem;
|
padding: 0.5rem;
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 1000px;
|
|
||||||
font-family: "Iosevka", Arial, Helvetica, sans-serif;
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
a,
|
@media (max-width: 500px) {
|
||||||
a:visited,
|
main {
|
||||||
a:hover {
|
padding: 0.2rem;
|
||||||
color: #FFF;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-family: "Lobster", sans-serif;
|
font-size: 3rem;
|
||||||
font-size: 5rem;
|
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-family: "Lobster", sans-serif;
|
font-size: 1.5rem;
|
||||||
font-size: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
font-size: 1.1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
|
||||||
h1 {
|
|
||||||
font-size: 4rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
main {
|
|
||||||
padding: 0.5rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
|
||||||
main {
|
|
||||||
padding: 0.2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: 3rem;
|
|
||||||
}
|
|
||||||
h2 {
|
|
||||||
font-size: 1.5rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<h1>Linux Install Fest</h1>
|
<h1>Linux Install Fest</h1>
|
||||||
|
|
||||||
<h2>Where and when</h2>
|
<h2>Where and when</h2>
|
||||||
|
|
||||||
<p>Linux Install Fest will be held on December 9, 2025 in the JAG3 classroom of the Faculty of Mathematics, at
|
<p>
|
||||||
<a href="https://www.openstreetmap.org/node/3807078606">Jagićeva 5, Belgrade</a>. Entry to the classroom is possible from 6 pm to 9 pm.</p>
|
Linux Install Fest will be held on December 9, 2025 in the JAG3
|
||||||
|
classroom of the Faculty of Mathematics, at
|
||||||
|
<a href="https://www.openstreetmap.org/node/3807078606"
|
||||||
|
>Jagićeva 5, Belgrade</a
|
||||||
|
>. Entry to the classroom is possible from 6 pm to 9 pm.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>Jagićeva street is located between the <a href="https://www.openstreetmap.org/node/6670711291"><em>Pijaca
|
<p>
|
||||||
Đeram</em></a> station where trams 5, 6, 7L and 14 stop, and the <a href="https://www.openstreetmap.org/node/1693535022"><em>Crveni krst</em></a> station where buses 21 and 83 stop, as well as trolleybuses 19, 22 and 29.</p>
|
Jagićeva street is located between the
|
||||||
|
<a href="https://www.openstreetmap.org/node/6670711291"
|
||||||
|
><em>Pijaca Đeram</em></a
|
||||||
|
>
|
||||||
|
station where trams 5, 6, 7L and 14 stop, and the
|
||||||
|
<a href="https://www.openstreetmap.org/node/1693535022"
|
||||||
|
><em>Crveni krst</em></a
|
||||||
|
>
|
||||||
|
station where buses 21 and 83 stop, as well as trolleybuses 19, 22 and
|
||||||
|
29.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>Program schedule</h2>
|
<h2>Program schedule</h2>
|
||||||
|
|
||||||
<p>The goal of the gathering is to help interested install the Linux operating system on laptops. Several people with working Linux experience will be present at the event. In addition, depending on the interest of those present, short trainings related to the command line, git, web services, C programming, etc. can be held.</p>
|
<p>
|
||||||
|
The goal of the gathering is to help interested install the Linux
|
||||||
|
operating system on laptops. Several people with working Linux
|
||||||
|
experience will be present at the event. In addition, depending on the
|
||||||
|
interest of those present, short trainings related to the command line,
|
||||||
|
git, web services, C programming, etc. can be held.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>After 9 p.m., we can continue socializing in one of the nearby bars.</p>
|
<p>
|
||||||
|
After 9 p.m., we can continue socializing in one of the nearby bars.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>Linux distributions</h2>
|
<h2>Linux distributions</h2>
|
||||||
|
|
||||||
<p>Linux is the core of the operating system, on which other programs are installed. All of these together make up a particular <em>Linux distribution</em>. There are many distributions, but we recommend the ones with a long tradition like the following:
|
<p>
|
||||||
</p>
|
Linux is the core of the operating system, on which other programs are
|
||||||
|
installed. All of these together make up a particular
|
||||||
|
<em>Linux distribution</em>. There are many distributions, but we
|
||||||
|
recommend the ones with a long tradition like the following:
|
||||||
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>The Debian</strong> distribution is probably the most suitable for Linux beginners. Known derivatives of Debian are Ubuntu, Mint and Zorin.</li>
|
<li>
|
||||||
<li><strong>Fedora</strong> is also suitable for Linux beginners. It differs from the Debian distribution by the faster release of new versions, which in practice means that users have newer versions of the program.</li>
|
<strong>The Debian</strong> distribution is probably the most suitable
|
||||||
<li><strong>Arch</strong> is a Linux distribution that allows the user to easily configure all parts of the system. This distribution is intended for people with significant Linux experience.</li>
|
for Linux beginners. Known derivatives of Debian are Ubuntu, Mint and
|
||||||
</ul>
|
Zorin.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Fedora</strong> is also suitable for Linux beginners. It
|
||||||
|
differs from the Debian distribution by the faster release of new
|
||||||
|
versions, which in practice means that users have newer versions of
|
||||||
|
the program.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Arch</strong> is a Linux distribution that allows the user to
|
||||||
|
easily configure all parts of the system. This distribution is
|
||||||
|
intended for people with significant Linux experience.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p>If you are a beginner and haven't decided which distribution you want to install, we recommend Fedora or Debian. Regardless of which distribution you have, you will be able to run all programs intended for Linux.</p>
|
<p>
|
||||||
|
If you are a beginner and haven't decided which distribution you want to
|
||||||
|
install, we recommend Fedora or Debian. Regardless of which distribution
|
||||||
|
you have, you will be able to run all programs intended for Linux.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>End of 10</h2>
|
<h2>End of 10</h2>
|
||||||
|
|
||||||
<p>This year's Linux Install Fest is organized as part of the global <a href="https://endof10.org/">End of 10</a>
|
<p>
|
||||||
campaign, which promotes the Linux operating system as a replacement for Windows 10.</p>
|
This year's Linux Install Fest is organized as part of the global
|
||||||
|
<a href="https://endof10.org/">End of 10</a> campaign, which promotes
|
||||||
|
the Linux operating system as a replacement for Windows 10.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>For a long time now, the Windows operating system has become increasingly unfriendly to users. On the contrary, many Linux distributions have improved the user experience to the maximum, and today we can claim that Linux enables significantly more pleasant work, regardless of the user's technical knowledge.</p>
|
<p>
|
||||||
|
For a long time now, the Windows operating system has become
|
||||||
|
increasingly unfriendly to users. On the contrary, many Linux
|
||||||
|
distributions have improved the user experience to the maximum, and
|
||||||
|
today we can claim that Linux enables significantly more pleasant work,
|
||||||
|
regardless of the user's technical knowledge.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>Windows imposes on users functionalities that users do not want to use, such as: cloud integrations, AI, advertisements, mandatory accounts, and the like. These functionalities serve above all to increase Microsoft's profits, and have no benefit for most end users. Also, basic programs such as calendars, calculators or text editors have become slow and full of bugs. With useless functionalities, Windows becomes more demanding every year and requires the purchase of better hardware, leading to an increase in electronic waste. Unlike Windows, the latest Linux distributions work very well on computers that are more than a decade old.</p>
|
<p>
|
||||||
|
Windows imposes on users functionalities that users do not want to use,
|
||||||
|
such as: cloud integrations, AI, advertisements, mandatory accounts, and
|
||||||
|
the like. These functionalities serve above all to increase Microsoft's
|
||||||
|
profits, and have no benefit for most end users. Also, basic programs
|
||||||
|
such as calendars, calculators or text editors have become slow and full
|
||||||
|
of bugs. With useless functionalities, Windows becomes more demanding
|
||||||
|
every year and requires the purchase of better hardware, leading to an
|
||||||
|
increase in electronic waste. Unlike Windows, the latest Linux
|
||||||
|
distributions work very well on computers that are more than a decade
|
||||||
|
old.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>The choice of an operating system is no longer just a technical decision, but also an environmental attitude.</p>
|
<p>
|
||||||
|
The choice of an operating system is no longer just a technical
|
||||||
|
decision, but also an environmental attitude.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>Installation methods</h2>
|
<h2>Installation methods</h2>
|
||||||
|
|
||||||
<p>We can install Linux in three ways:</p>
|
<p>We can install Linux in three ways:</p>
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li><strong>Inside a virtual machine on Windows.</strong> In this way, the user retains his existing operating system and the data on it. Linux in a virtual machine will be significantly slower than an installation without virtualization.
|
<li>
|
||||||
</li>
|
<strong>Inside a virtual machine on Windows.</strong> In this way, the
|
||||||
<li><strong>In addition to the existing operating system.</strong> If it is possible to shrink one of your partitions and free up at least 10GB of space, you can install a Linux operating system in addition to Windows. When booting the computer, the user will be able to choose whether to boot Windows or Linux. With such an installation, there is a certain risk that one of the subsequent Windows updates will reset the bootloader settings, after which a small intervention is required to make the Linux system accessible again.</li>
|
user retains his existing operating system and the data on it. Linux
|
||||||
<li><strong>By completely removing the Windows system.</strong> In place of the Windows partition, a new partition with the Linux distribution will be placed. Additional partitions that exist may or may not be removed.</li>
|
in a virtual machine will be significantly slower than an installation
|
||||||
</ol>
|
without virtualization.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>In addition to the existing operating system.</strong> If it
|
||||||
|
is possible to shrink one of your partitions and free up at least 10GB
|
||||||
|
of space, you can install a Linux operating system in addition to
|
||||||
|
Windows. When booting the computer, the user will be able to choose
|
||||||
|
whether to boot Windows or Linux. With such an installation, there is
|
||||||
|
a certain risk that one of the subsequent Windows updates will reset
|
||||||
|
the bootloader settings, after which a small intervention is required
|
||||||
|
to make the Linux system accessible again.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>By completely removing the Windows system.</strong> In place
|
||||||
|
of the Windows partition, a new partition with the Linux distribution
|
||||||
|
will be placed. Additional partitions that exist may or may not be
|
||||||
|
removed.
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
<h2>Before arrival</h2>
|
<h2>Before arrival</h2>
|
||||||
|
|
||||||
<p>In order for the installation to be effective, before coming to the Linux Instal Fest, it is necessary to make a backup of the data from the system partition if you decide on the second or third installation option. If you have two partitions (for example, C and D), move the data from the system partition (C:) that you want to keep to the non-system partition (D:). If you don't have an additional partition, you can use a USB flash drive. Pay attention to the files inside the user directory (Desktop, Downloads, Documents,... ), and export bookmarks and passwords from the browser.</p>
|
<p>
|
||||||
|
In order for the installation to be effective, before coming to the
|
||||||
|
Linux Instal Fest, it is necessary to make a backup of the data from the
|
||||||
|
system partition if you decide on the second or third installation
|
||||||
|
option. If you have two partitions (for example, C and D), move the data
|
||||||
|
from the system partition (C:) that you want to keep to the non-system
|
||||||
|
partition (D:). If you don't have an additional partition, you can use a
|
||||||
|
USB flash drive. Pay attention to the files inside the user directory
|
||||||
|
(Desktop, Downloads, Documents,... ), and export bookmarks and passwords
|
||||||
|
from the browser.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>Also, before your arrival, you can familiarize yourself with the appearance and way of functioning of various Linux distributions. You can try some Linux distributions through the browser, without any installation, on the
|
<p>
|
||||||
<a href="https://distrosea.com/">DistroSea</a> website (sometimes it is necessary to wait a short time to free up resources on the site). Please note that the operating system on this site is many times slower than the system installed on your computer.
|
Also, before your arrival, you can familiarize yourself with the
|
||||||
</p>
|
appearance and way of functioning of various Linux distributions. You
|
||||||
|
can try some Linux distributions through the browser, without any
|
||||||
|
installation, on the
|
||||||
|
<a href="https://distrosea.com/">DistroSea</a> website (sometimes it is
|
||||||
|
necessary to wait a short time to free up resources on the site). Please
|
||||||
|
note that the operating system on this site is many times slower than
|
||||||
|
the system installed on your computer.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>Organizer</h2>
|
<h2>Organizer</h2>
|
||||||
|
|
||||||
<p>The organizer of the event is <a href="https://dmz.rs/en/">Decentrala</a> - a group of enthusiasts gathered around the ideas of decentralization and free dissemination of knowledge. So far, we have organized more than <a
|
<p>
|
||||||
href="https://dmz.rs/en/events_archive">300 events</a>, and we regularly announce the next events on the <a href="https://dmz.rs/en/events">Events</a> page.
|
The organizer of the event is
|
||||||
</p>
|
<a href="https://dmz.rs/en/">Decentrala</a> - a group of enthusiasts
|
||||||
|
gathered around the ideas of decentralization and free dissemination of
|
||||||
|
knowledge. So far, we have organized more than
|
||||||
|
<a href="https://dmz.rs/en/events_archive">300 events</a>, and we
|
||||||
|
regularly announce the next events on the
|
||||||
|
<a href="https://dmz.rs/en/events">Events</a> page.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>In the following period, two more events for Linux beginners will be held at the same location (classroom JAG3):</p>
|
<p>
|
||||||
<ul>
|
In the following period, two more events for Linux beginners will be
|
||||||
<li><strong>Tuesday December 16</strong> - Introduction to the Linux command line</li>
|
held at the same location (classroom JAG3):
|
||||||
<li><strong>Tuesday, December 23</strong> - Introduction to Git</li>
|
</p>
|
||||||
</ul>
|
<ul>
|
||||||
<p>Events start at 6pm.</p>
|
<li>
|
||||||
|
<strong>Tuesday December 16</strong> - Introduction to the Linux
|
||||||
|
command line
|
||||||
|
</li>
|
||||||
|
<li><strong>Tuesday, December 23</strong> - Introduction to Git</li>
|
||||||
|
</ul>
|
||||||
|
<p>Events start at 6pm.</p>
|
||||||
|
|
||||||
<h2>Ponovo</h2>
|
<h2>Ponovo</h2>
|
||||||
<p>You can bring defective devices to the Linux install fest: laptops, phones, desktop computers, monitors... We will deliver them to the organization <a href="https://ponovo.rs/">Ponovo</a> in Kikinda during January. This organization will repair these devices and thereby prevent the increase of electronic waste.</p>
|
<p>
|
||||||
|
You can bring defective devices to the Linux install fest: laptops,
|
||||||
|
phones, desktop computers, monitors... We will deliver them to the
|
||||||
|
organization <a href="https://ponovo.rs/">Ponovo</a> in Kikinda during
|
||||||
|
January. This organization will repair these devices and thereby prevent
|
||||||
|
the increase of electronic waste.
|
||||||
|
</p>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,13 @@
|
|||||||
main {
|
main {
|
||||||
max-width: fit-content;
|
max-width: fit-content;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
main img {
|
main img {
|
||||||
width: min(70vw, 15rem);
|
width: min(70vw, 15rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
#mesh {
|
#mesh {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -9,3 +9,4 @@ dt {
|
|||||||
dd {
|
dd {
|
||||||
margin: 0 0 1rem 1rem;
|
margin: 0 0 1rem 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -9,3 +9,4 @@ dt {
|
|||||||
dd {
|
dd {
|
||||||
margin: 0 0 1rem 1rem;
|
margin: 0 0 1rem 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,76 +1,74 @@
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Facade;
|
font-family: Facade;
|
||||||
src: url(../font/Facade-Sud.woff);
|
src: url(../font/Facade-Sud.woff);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: jetbrains-mono;
|
font-family: jetbrains-mono;
|
||||||
src: url(../font/JetBrainsMono-Regular.ttf);
|
src: url(../font/JetBrainsMono-Regular.ttf);
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html,
|
||||||
margin: 0;
|
body {
|
||||||
padding: 0;
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
font-family: 'jetbrains-mono';
|
font-family: "jetbrains-mono";
|
||||||
padding: 2.3rem;
|
padding: 2.3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-family: 'Facade';
|
font-family: "Facade";
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 5rem;
|
font-size: 5rem;
|
||||||
margin: 0rem;
|
margin: 0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 0.0rem;
|
margin-top: 0rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
margin: 4rem 0;
|
margin: 4rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
td:first-child {
|
td:first-child {
|
||||||
width: 3.5rem;
|
width: 3.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
td:nth-child(2) {
|
td:nth-child(2) {
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#link {
|
#link {
|
||||||
margin-top: 4rem;
|
margin-top: 4rem;
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
float: right;
|
float: right;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#link img {
|
#link img {
|
||||||
width: 4rem;
|
width: 4rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ blockquote {
|
|||||||
|
|
||||||
blockquote::before,
|
blockquote::before,
|
||||||
blockquote::after {
|
blockquote::after {
|
||||||
content: '';
|
content: "";
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -147,3 +147,4 @@ h6 {
|
|||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -4,11 +4,8 @@ p {
|
|||||||
|
|
||||||
li {
|
li {
|
||||||
padding-left: 1.5rem;
|
padding-left: 1.5rem;
|
||||||
|
i {
|
||||||
|
word-break: break-all;
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
li i {
|
|
||||||
word-break: break-all;
|
|
||||||
font-size: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,10 @@
|
|||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
<p>
|
<p>
|
||||||
<a href="https://wiki.dmz.rs/en/kako-pronaci-prostor" target="_blank">Kratako uputstvo</a> kako pronaci prostor
|
<a href="https://wiki.dmz.rs/en/kako-pronaci-prostor" target="_blank">
|
||||||
|
Kratako uputstvo
|
||||||
|
</a>
|
||||||
|
kako pronaci prostor
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
@@ -1,2 +1,6 @@
|
|||||||
<h1>Events archive</h1>
|
<h1>Events archive</h1>
|
||||||
<p>All events that we organized so far. You can find future events on <a href="/en/events">Events page</a></p><br>
|
<p>
|
||||||
|
All events that we organized so far. You can find future events on
|
||||||
|
<a href="/en/events">Events page</a>
|
||||||
|
</p>
|
||||||
|
<br />
|
||||||
|
|||||||
@@ -1,2 +1,6 @@
|
|||||||
<h1>Arhiva događaja</h1>
|
<h1>Arhiva događaja</h1>
|
||||||
<p>Svi događaji koje smo do sada organzivali. Predstojeće događaje možeš naći <a href="/events">ovde</a></p><br>
|
<p>
|
||||||
|
Svi događaji koje smo do sada organzivali. Predstojeće događaje možeš naći
|
||||||
|
<a href="/events">ovde</a>
|
||||||
|
</p>
|
||||||
|
<br />
|
||||||
|
|||||||
@@ -32,11 +32,11 @@
|
|||||||
<link rel="stylesheet" href="/styles/style.css" />
|
<link rel="stylesheet" href="/styles/style.css" />
|
||||||
<!--ADDITIONAL_STYLE-->
|
<!--ADDITIONAL_STYLE-->
|
||||||
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
|
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
|
||||||
<script src="/scripts/main.js" defer></script>
|
<script src="/scripts/main.js"></script>
|
||||||
<title><!--TITLE--> Decentrala</title>
|
<title><!--TITLE--> Decentrala</title>
|
||||||
<link rel="alternate" hreflang="sr" href="/PAGE_NAME" />
|
<link rel="alternate" hreflang="sr" href="/PAGE_NAME" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body className="light">
|
||||||
<header>
|
<header>
|
||||||
<a id="logo" href="/en/index">
|
<a id="logo" href="/en/index">
|
||||||
<img src="/img/logo-light.svg" alt="Logo" /> Decentrala
|
<img src="/img/logo-light.svg" alt="Logo" /> Decentrala
|
||||||
@@ -62,16 +62,18 @@
|
|||||||
<a href="/en/support">Support</a>
|
<a href="/en/support">Support</a>
|
||||||
</nav>
|
</nav>
|
||||||
<span class="links">
|
<span class="links">
|
||||||
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"
|
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
|
||||||
><img src="/img/cc-light.svg" alt="CreativeCommons"
|
<img src="/img/cc-light.svg" alt="CreativeCommons" />
|
||||||
/></a>
|
</a>
|
||||||
<a href="/en/webring"><img src="/img/w-light.svg" alt="Webring" /></a>
|
<a href="/en/webring">
|
||||||
<a href="https://gitea.dmz.rs/Decentrala/website"
|
<img src="/img/w-light.svg" alt="Webring" />
|
||||||
><img src="/img/git-light.svg" alt="SourceCode"
|
</a>
|
||||||
/></a>
|
<a href="https://gitea.dmz.rs/Decentrala/website">
|
||||||
<a href="https://balkan.fedive.rs/@decentrala"
|
<img src="/img/git-light.svg" alt="SourceCode" />
|
||||||
><img src="/img/mastodon-light.svg" alt="Mastodon"
|
</a>
|
||||||
/></a>
|
<a href="https://balkan.fedive.rs/@decentrala">
|
||||||
|
<img src="/img/mastodon-light.svg" alt="Mastodon" />
|
||||||
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -1,11 +1,10 @@
|
|||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="sr">
|
<html lang="sr">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
||||||
<!--
|
<!-- <pre>
|
||||||
<pre>
|
|
||||||
|
|
||||||
*@@*
|
*@@*
|
||||||
*@@@@*
|
*@@@@*
|
||||||
@@ -27,44 +26,56 @@
|
|||||||
| |_| | |__| |___| |___| |\ | | | | _ < / ___ \| |___ / ___ \
|
| |_| | |__| |___| |___| |\ | | | | _ < / ___ \| |___ / ___ \
|
||||||
|____/|_____\____|_____|_| \_| |_| |_| \_\/_/ \_\_____/_/ \_\
|
|____/|_____\____|_____|_| \_| |_| |_| \_\/_/ \_\_____/_/ \_\
|
||||||
|
|
||||||
</pre>
|
</pre> -->
|
||||||
-->
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/styles/reset.css">
|
<link rel="stylesheet" href="/styles/reset.css" />
|
||||||
<link rel="stylesheet" href="/styles/style.css">
|
<link rel="stylesheet" href="/styles/style.css" />
|
||||||
<!--ADDITIONAL_STYLE-->
|
<!--ADDITIONAL_STYLE-->
|
||||||
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
|
||||||
<script src="/scripts/main.js" defer></script>
|
<script src="/scripts/main.js" defer></script>
|
||||||
<title><!--TITLE--> Decentrala</title>
|
<title><!--TITLE--> Decentrala</title>
|
||||||
<link rel="alternate" hreflang="en" href="/en/PAGE_NAME" />
|
<link rel="alternate" hreflang="en" href="/en/PAGE_NAME" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body className="light">
|
||||||
<header>
|
<header>
|
||||||
<a id="logo" href="/"><img src="/img/logo-light.svg" alt="Logo"> Decentrala</a>
|
<a id="logo" href="/">
|
||||||
<button id="theme-switcher"></button>
|
<img src="/img/logo-light.svg" alt="Logo" />
|
||||||
<a class="lang" hreflang="en" href="/en/PAGE_NAME">EN</a>
|
Decentrala
|
||||||
</header>
|
</a>
|
||||||
<main>
|
<button id="theme-switcher"></button>
|
||||||
<div class="page-wrap">
|
<a class="lang" hreflang="en" href="/en/PAGE_NAME">EN</a>
|
||||||
<!--MAIN-->
|
</header>
|
||||||
</div>
|
<main>
|
||||||
</main>
|
<div class="page-wrap">
|
||||||
<footer>
|
<!--MAIN-->
|
||||||
<button id="sections-button" opened="false"><img src="/img/strelica-closed-light.svg" alt="OpenMenu"></button>
|
</div>
|
||||||
<nav>
|
</main>
|
||||||
<a href="/events">Događaji</a>
|
<footer>
|
||||||
<a href="/services">Servisi</a>
|
<button id="sections-button" opened="false">
|
||||||
<a href="/statute">Statut</a>
|
<img src="/img/strelica-closed-light.svg" alt="OpenMenu" />
|
||||||
<a href="/about">O nama</>
|
</button>
|
||||||
<a class="account" href="/account">Nalog</a>
|
<nav>
|
||||||
<a href="/support">Podrška</a>
|
<a href="/events">Događaji</a>
|
||||||
</nav>
|
<a href="/services">Servisi</a>
|
||||||
<span class="links">
|
<a href="/statute">Statut</a>
|
||||||
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/img/cc-light.svg" alt="CreativeCommons"></a>
|
<a href="/about">O nama</a>
|
||||||
<a href="/webring"><img src="/img/w-light.svg" alt="Webring"></a>
|
<a class="account" href="/account">Nalog</a>
|
||||||
<a href="https://gitea.dmz.rs/Decentrala/website"><img src="/img/git-light.svg" alt="SourceCode"></a>
|
<a href="/support">Podrška</a>
|
||||||
<a href="https://balkan.fedive.rs/@decentrala"><img src="/img/mastodon-light.svg" alt="Mastodon"></a>
|
</nav>
|
||||||
</span>
|
<span class="links">
|
||||||
</footer>
|
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
|
||||||
</body>
|
<img src="/img/cc-light.svg" alt="CreativeCommons" />
|
||||||
|
</a>
|
||||||
|
<a href="/webring">
|
||||||
|
<img src="/img/w-light.svg" alt="Webring" />
|
||||||
|
</a>
|
||||||
|
<a href="https://gitea.dmz.rs/Decentrala/website">
|
||||||
|
<img src="/img/git-light.svg" alt="SourceCode" />
|
||||||
|
</a>
|
||||||
|
<a href="https://balkan.fedive.rs/@decentrala">
|
||||||
|
<img src="/img/mastodon-light.svg" alt="Mastodon" />
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user