Compare commits

..

7 Commits

Author SHA1 Message Date
d5a06ed5eb
add favico 2023-01-12 20:23:46 +01:00
0e89645131
change title to lowercase 2023-01-12 20:18:36 +01:00
5668ee1078
change logo to uppercase and remove box 2023-01-12 20:11:05 +01:00
3071fb2ed8
add kontakt.html and saznajvise.html 2023-01-12 20:04:31 +01:00
c258c4c94d
fix link in forum 2023-01-12 18:33:26 +01:00
ca10ef8df3
change from old fonts to new 2023-01-12 18:28:53 +01:00
0a9fb5ce14
add fonts 2023-01-12 18:15:20 +01:00
35 changed files with 132 additions and 17 deletions

View File

@ -2,6 +2,7 @@
<meta charset="UTF-8">
<html>
<head>
<link rel="icon" type="image/x-icon" href="/static/d.png">
<link rel="stylesheet" href="./static/reset.css">
<link rel="stylesheet" href="./static/main.css">
<title>Decentrala</title>
@ -9,8 +10,7 @@
<body>
<div class="container">
<div class="header">
<h1 class="logo">Decentrala</h1>
<a id="d" href="/index.html"><div id="d"></div></a>
<h1 class="logo">DECENTRALA</h1>
</div>
<main>
<h2>Chat</h2>

View File

@ -2,6 +2,7 @@
<meta charset="UTF-8">
<html>
<head>
<link rel="icon" type="image/x-icon" href="/static/d.png">
<link rel="stylesheet" href="./static/reset.css">
<link rel="stylesheet" href="./static/main.css">
<title>Decentrala</title>
@ -9,8 +10,7 @@
<body>
<div class="container">
<div class="header">
<h1 class="logo">Decentrala</h1>
<a id="d" href="/index.html"><div id="d"></div></a>
<h1 class="logo">DECENTRALA</h1>
</div>
<main>
<h2>Dogadjaji</h2>

View File

@ -2,6 +2,7 @@
<meta charset="UTF-8">
<html>
<head>
<link rel="icon" type="image/x-icon" href="/static/d.png">
<link rel="stylesheet" href="./static/reset.css">
<link rel="stylesheet" href="./static/main.css">
<title>Decentrala</title>
@ -9,12 +10,11 @@
<body>
<div class="container">
<div class="header">
<h1 class="logo">Decentrala</h1>
<a id="d" href="/index.html"><div id="d"></div></a>
<h1 class="logo">DECENTRALA</h1>
</div>
<main>
<h2>Forum</h2>
<p> Forum je na https://forum.dmz.rs <p>
<p> Forum je na <a href="https://forum.dmz.rs">forum.dmz.rs</a> <p>
<p> Nalog na forumu nije povezan sa nalogom na xmpp i mail serveru <p>
<div class="back">
<ul class="nav">

View File

@ -2,6 +2,7 @@
<meta charset="UTF-8">
<html>
<head>
<link rel="icon" type="image/x-icon" href="/static/d.png">
<link rel="stylesheet" href="./static/reset.css">
<link rel="stylesheet" href="./static/main.css">
<title>Decentrala</title>
@ -9,16 +10,17 @@
<body>
<div class="container">
<div class="header">
<h1 class="logo">Decentrala</h1>
<a id="d" href="/index.html"><div id="d"></div></a>
<h1 class="logo">DECENTRALA</h1>
</div>
<main>
<p id="about"> Decentrala je zajednica okupljena oko decentralizacije tehnologija i sirenja znanja. <p>
<ul class="nav">
<a href="/dogadjaji.html"><li>Dogadjaji</li></a>
<a href="/forum.html"><li>Forum</li></a>
<a href="/chat.html"><li>Chat</li></a>
<a href="/nalog.html"><li>Nalog</li></a>
<a href="/dogadjaji.html"><li>DOGAĐAJI</li></a>
<a href="/forum.html"><li>FORUM</li></a>
<a href="/chat.html"><li>CHAT</li></a>
<a href="/nalog.html"><li>NALOG</li></a>
<a href="/saznajvise.html"><li>SAZNAJ VIŠE</li></a>
<a href="/kontakt.html"><li>KONTAKT</li></a>
</ul>
</main>
</div>

28
kontakt.html Normal file
View File

@ -0,0 +1,28 @@
<!doctype html>
<meta charset="UTF-8">
<html>
<head>
<link rel="icon" type="image/x-icon" href="/static/d.png">
<link rel="stylesheet" href="./static/reset.css">
<link rel="stylesheet" href="./static/main.css">
<title>Decentrala</title>
</head>
<body>
<div class="container">
<div class="header">
<h1 class="logo">DECENTRALA</h1>
</div>
<main>
<h2>Kontakt</h2>
<p> Mozete nam poslati email na dmz@dmz.rs <p>
<p> Ili nas kontaktiraje na <a href="/forum.html">forumu</a> ili <a href="/chat.html">chat kanalu</a> <p>
<p> Takodje mozete i doci na neku od dogadjaja i upoznati nas uzivo <p>
<div class="back">
<ul class="nav">
<a href="../"><li>Nazad</li></a>
</ul>
</div>
</main>
</div>
</body>
</html>

View File

@ -2,6 +2,7 @@
<meta charset="UTF-8">
<html>
<head>
<link rel="icon" type="image/x-icon" href="/static/d.png">
<link rel="stylesheet" href="./static/reset.css">
<link rel="stylesheet" href="./static/main.css">
<title>Decentrala</title>
@ -9,8 +10,7 @@
<body>
<div class="container">
<div class="header">
<h1 class="logo">Decentrala</h1>
<a id="d" href="/index.html"><div id="d"></div></a>
<h1 class="logo">DECENTRALA</h1>
</div>
<main>
<h2>Nalog</h2>

44
saznajvise.html Normal file
View File

@ -0,0 +1,44 @@
<!doctype html>
<meta charset="UTF-8">
<html>
<head>
<link rel="icon" type="image/x-icon" href="/static/d.png">
<link rel="stylesheet" href="./static/reset.css">
<link rel="stylesheet" href="./static/main.css">
<title>Decentrala</title>
</head>
<body>
<div class="container">
<div class="header">
<h1 class="logo">DECENTRALA</h1>
</div>
<main>
<h2>Sta je Decentrala</h2>
<p> Decentrala je zajednica okupljena oko decentralizacije tehnologija i sirenja znanja. <p>
<div id="saznajvise">
<div class="box">
<h3> Znanje </h3>
<p> Svako moze drzati predavanje na bilo koju temu, samo se najavite na forumu. <p>
<p> Decentrala veruje da svako treba da ima pristup znanju, zbog cega su predavanja uvek besplatna i bez promocija. <p>
<p> Ako zelite nesto da podelite sa drugima sto ste naucili, prijavite se da drzite jedno ili vise predavanja! <p>
</div>
<div class="box">
<h3> Akcija </h3>
<p> Organizovanje dogadjaja programiranja ili instalacije servisa koje pomazu u decentralizaciji Interneta. <p>
<p> Organizujemo hackathone kao posebne dogadjaje na kojima se okupljamo da radimo na zajednickom cilju. <p>
</div>
<div class="box">
<h3> Druzenje </h3>
<p> Drustvene dogadjaje u cilju socijalizacije. <p>
<p> Ako zelite da se druzite sa ljudima zainteresovanim za ravnopravnost koriscenja tehnologija, slobodnog softvera, privatnost i bezbednost, posetite neku od okupljanja Decentrale. <p>
</div>
</div>
<div class="back">
<ul class="nav">
<a href="../"><li>Nazad</li></a>
</ul>
</div>
</main>
</div>
</body>
</html>

BIN
static/d.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
2f069ecf-a1fc-4aaf-924c-de17efcde7a8

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,23 @@
@font-face {
font-family: Facade;
src: url(fonts/facade/Facade-Sud.woff);
}
@font-face {
font-family: sligoil;
src: url(fonts/sligoil/Sligoil-Micro.woff);
}
@font-face {
font-family: jetbrains-mono;
src: url(fonts/jetbrains-mono/JetBrainsMono-Regular.ttf);
}
body {
background-color: rgb(0, 0, 0);
font: 3vw "Monospace", sans-serif;
font-family: jetbrains-mono;
font-size: 3vw;
}
.container {
@ -13,7 +30,8 @@ body {
display: flex;
justify-content: center;
margin: 0 auto;
font: 12vw "Monospace", sans-serif;
font-family: facade;
font-size: 12vw;
color: #24ea26;
}
@ -30,14 +48,24 @@ main {
}
main h2 {
font-family: sligoil;
font-size: 5vw;
}
main h3 {
font-family: sligoil;
font-size: 4vw;
margin: 2rem auto;
margin-left: 2vw;
margin-right: 1vw;
}
#about {
margin-bottom: 2rem;
}
a {
font-family: sligoil;
text-decoration: underline;
color: #24ea26;
@ -75,6 +103,7 @@ main ul li:before {
.back ul li {
text-align: right;
clear: both;
}
.back ul li:before {
@ -82,3 +111,14 @@ main ul li:before {
padding-right: 5px;
color: #24ea26;
}
#saznajvise p {
font-size: 2vw;
}
.box {
float: left;
width: 25vw;
text-align: center;
padding: 1vw;
}