pedf
/
spolky
Archived
1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

614 lines
75 KiB
JavaScript

/* Generated by the Nim Compiler v1.0.6 */
/* (c) 2019 Andreas Rumpf */
var framePtr = null;
var excHandler = 0;
var lastJSError = null;
if (typeof Int8Array === 'undefined') Int8Array = Array;
if (typeof Int16Array === 'undefined') Int16Array = Array;
if (typeof Int32Array === 'undefined') Int32Array = Array;
if (typeof Uint8Array === 'undefined') Uint8Array = Array;
if (typeof Uint16Array === 'undefined') Uint16Array = Array;
if (typeof Uint32Array === 'undefined') Uint32Array = Array;
if (typeof Float32Array === 'undefined') Float32Array = Array;
if (typeof Float64Array === 'undefined') Float64Array = Array;
var NTI47442 = {size: 0, kind: 17, base: null, node: null, finalizer: null};
var NTI47446 = {size: 0, kind: 17, base: null, node: null, finalizer: null};
var NTI44006 = {size: 0,kind: 31,base: null,node: null,finalizer: null};
var NTI65156 = {size: 0, kind: 18, base: null, node: null, finalizer: null};
var NTI47408 = {size: 0, kind: 17, base: null, node: null, finalizer: null};
var NTI47514 = {size: 0,kind: 22,base: null,node: null,finalizer: null};
var NTI44016 = {size: 0,kind: 40,base: null,node: null,finalizer: null};
var NTI44040 = {size: 0,kind: 28,base: null,node: null,finalizer: null};
var NTI44042 = {size: 0,kind: 29,base: null,node: null,finalizer: null};
var NTI47508 = {size: 0,kind: 22,base: null,node: null,finalizer: null};
var NTI47426 = {size: 0, kind: 17, base: null, node: null, finalizer: null};
var NTI47428 = {size: 0, kind: 17, base: null, node: null, finalizer: null};
var NTI47458 = {size: 0, kind: 17, base: null, node: null, finalizer: null};
var NNI47458 = {kind: 2, len: 0, offset: 0, typ: null, name: null, sons: []};
NTI47458.node = NNI47458;
var NNI47428 = {kind: 2, len: 0, offset: 0, typ: null, name: null, sons: []};
NTI47428.node = NNI47428;
NTI47508.base = NTI47426;
NTI47514.base = NTI47426;
var NNI47426 = {kind: 2, len: 6, offset: 0, typ: null, name: null, sons: [{kind: 1, offset: "parent", len: 0, typ: NTI47508, name: "parent", sons: null},
{kind: 1, offset: "name", len: 0, typ: NTI44042, name: "name", sons: null},
{kind: 1, offset: "message", len: 0, typ: NTI44040, name: "msg", sons: null},
{kind: 1, offset: "trace", len: 0, typ: NTI44040, name: "trace", sons: null},
{kind: 1, offset: "raiseId", len: 0, typ: NTI44016, name: "raiseId", sons: null},
{kind: 1, offset: "up", len: 0, typ: NTI47514, name: "up", sons: null}]};
NTI47426.node = NNI47426;
var NNI47408 = {kind: 2, len: 0, offset: 0, typ: null, name: null, sons: []};
NTI47408.node = NNI47408;
NTI47426.base = NTI47408;
NTI47428.base = NTI47426;
NTI47458.base = NTI47428;
var NNI65156 = {kind: 2, len: 2, offset: 0, typ: null, name: null, sons: [{kind: 1, offset: "Field0", len: 0, typ: NTI44042, name: "Field0", sons: null},
{kind: 1, offset: "Field1", len: 0, typ: NTI44006, name: "Field1", sons: null}]};
NTI65156.node = NNI65156;
var NNI47446 = {kind: 2, len: 0, offset: 0, typ: null, name: null, sons: []};
NTI47446.node = NNI47446;
var NNI47442 = {kind: 2, len: 0, offset: 0, typ: null, name: null, sons: []};
NTI47442.node = NNI47442;
NTI47442.base = NTI47428;
NTI47446.base = NTI47442;
function makeNimstrLit(c_67270) {
var ln = c_67270.length;
var result = new Array(ln);
for (var i = 0; i < ln; ++i) {
result[i] = c_67270.charCodeAt(i);
}
return result;
}
function cstrToNimstr(c_67287) {
var ln = c_67287.length;
var result = new Array(ln);
var r = 0;
for (var i = 0; i < ln; ++i) {
var ch = c_67287.charCodeAt(i);
if (ch < 128) {
result[r] = ch;
}
else {
if (ch < 2048) {
result[r] = (ch >> 6) | 192;
}
else {
if (ch < 55296 || ch >= 57344) {
result[r] = (ch >> 12) | 224;
}
else {
++i;
ch = 65536 + (((ch & 1023) << 10) | (c_67287.charCodeAt(i) & 1023));
result[r] = (ch >> 18) | 240;
++r;
result[r] = ((ch >> 12) & 63) | 128;
}
++r;
result[r] = ((ch >> 6) & 63) | 128;
}
++r;
result[r] = (ch & 63) | 128;
}
++r;
}
return result;
}
function setConstr() {
var result = {};
for (var i = 0; i < arguments.length; ++i) {
var x = arguments[i];
if (typeof(x) == "object") {
for (var j = x[0]; j <= x[1]; ++j) {
result[j] = true;
}
} else {
result[x] = true;
}
}
return result;
}
var ConstSet1 = setConstr(17, 16, 4, 18, 27, 19, 23, 22, 21);
function nimCopy(dest_68827, src_68828, ti_68829) {
var result_69019 = null;
switch (ti_68829.kind) {
case 21:
case 22:
case 23:
case 5:
if (!(is_fat_pointer_68801(ti_68829))) {
result_69019 = src_68828;
}
else {
result_69019 = [src_68828[0], src_68828[1]];
}
break;
case 19:
if (dest_68827 === null || dest_68827 === undefined) {
dest_68827 = {};
}
else {
for (var key in dest_68827) { delete dest_68827[key]; }
}
for (var key in src_68828) { dest_68827[key] = src_68828[key]; }
result_69019 = dest_68827;
break;
case 18:
case 17:
if (!((ti_68829.base == null))) {
result_69019 = nimCopy(dest_68827, src_68828, ti_68829.base);
}
else {
if ((ti_68829.kind == 17)) {
result_69019 = (dest_68827 === null || dest_68827 === undefined) ? {m_type: ti_68829} : dest_68827;
}
else {
result_69019 = (dest_68827 === null || dest_68827 === undefined) ? {} : dest_68827;
}
}
nimCopyAux(result_69019, src_68828, ti_68829.node);
break;
case 24:
case 4:
case 27:
case 16:
if (src_68828 === null) {
result_69019 = null;
}
else {
if (dest_68827 === null || dest_68827 === undefined) {
dest_68827 = new Array(src_68828.length);
}
else {
dest_68827.length = src_68828.length;
}
result_69019 = dest_68827;
for (var i = 0; i < src_68828.length; ++i) {
result_69019[i] = nimCopy(result_69019[i], src_68828[i], ti_68829.base);
}
}
break;
case 28:
if (src_68828 !== null) {
result_69019 = src_68828.slice(0);
}
break;
default:
result_69019 = src_68828;
break;
}
return result_69019;
}
function arrayConstr(len_69086, value_69087, typ_69088) {
var result = new Array(len_69086);
for (var i = 0; i < len_69086; ++i) result[i] = nimCopy(null, value_69087, typ_69088);
return result;
}
function toJSStr(s_67304) {
var Tmp5;
var Tmp7;
var result_67305 = null;
var res_67363 = new_seq_67336((s_67304 != null ? s_67304.length : 0));
var i_67365 = 0;
var j_67367 = 0;
L1: do {
L2: while (true) {
if (!(i_67365 < (s_67304 != null ? s_67304.length : 0))) break L2;
var c_67368 = s_67304[i_67365];
if ((c_67368 < 128)) {
res_67363[j_67367] = String.fromCharCode(c_67368);
i_67365 += 1;
}
else {
var helper_67391 = new_seq_67336(0);
L3: do {
L4: while (true) {
if (!true) break L4;
var code_67392 = c_67368.toString(16);
if (((code_67392 != null ? code_67392.length : 0) == 1)) {
if (helper_67391 != null) { helper_67391.push("%0"); } else { helper_67391 = ["%0"]; };
}
else {
if (helper_67391 != null) { helper_67391.push("%"); } else { helper_67391 = ["%"]; };
}
if (helper_67391 != null) { helper_67391.push(code_67392); } else { helper_67391 = [code_67392]; };
i_67365 += 1;
if (((s_67304 != null ? s_67304.length : 0) <= i_67365)) Tmp5 = true; else { Tmp5 = (s_67304[i_67365] < 128); } if (Tmp5) {
break L3;
}
c_67368 = s_67304[i_67365];
}
} while(false);
++excHandler;
Tmp7 = framePtr;
try {
res_67363[j_67367] = decodeURIComponent(helper_67391.join(""));
--excHandler;
} catch (EXC) {
var prevJSError = lastJSError;
lastJSError = EXC;
--excHandler;
framePtr = Tmp7;
res_67363[j_67367] = helper_67391.join("");
lastJSError = prevJSError;
} finally {
framePtr = Tmp7;
}
}
j_67367 += 1;
}
} while(false);
if (res_67363 === null) res_67363 = [];
if (res_67363.length < j_67367) { for (var i=res_67363.length;i<j_67367;++i) res_67363.push(null); }
else { res_67363.length = j_67367; };
result_67305 = res_67363.join("");
return result_67305;
}
function raiseException(e_65618, ename_65619) {
e_65618.name = ename_65619;
if ((excHandler == 0)) {
unhandledException(e_65618);
}
e_65618.trace = nimCopy(null, raw_write_stack_trace_65468(), NTI44040);
throw e_65618;
}
function chckIndx(i_69105, a_69106, b_69107) {
var Tmp1;
var result_69108 = 0;
BeforeRet: do {
if (!(a_69106 <= i_69105)) Tmp1 = false; else { Tmp1 = (i_69105 <= b_69107); } if (Tmp1) {
result_69108 = i_69105;
break BeforeRet;
}
else {
raiseIndexError(i_69105, a_69106, b_69107);
}
} while (false);
return result_69108;
}
function rawEcho() {
var buf = "";
for (var i = 0; i < arguments.length; ++i) {
buf += toJSStr(arguments[i]);
}
console.log(buf);
}
function mnewString(len_67463) {
return new Array(len_67463);
}
function nimCharToStr(x_65062) {
var result_65063 = null;
result_65063 = nimCopy(null, mnewString(1), NTI44040);
result_65063[0] = x_65062;
return result_65063;
}
function addChar(x_69311, c_69312) {
x_69311.push(c_69312);
}
function addInt(a_67803, b_67804) {
var result = a_67803 + b_67804;
if (result > 2147483647 || result < -2147483648) raiseOverflow();
return result;
}
var nim_program_result = 0;
var global_raise_hook_62618 = [null];
var local_raise_hook_62623 = [null];
var out_of_mem_hook_62626 = [null];
if (!Math.trunc) {
Math.trunc = function(v) {
v = +v;
if (!isFinite(v)) return v;
return (v - v % 1) || (v < 0 ? -0 : v === 0 ? v : 0);
};
}
function is_fat_pointer_68801(ti_68803) {
var result_68804 = false;
BeforeRet: do {
result_68804 = !((ConstSet1[ti_68803.base.kind] != undefined));
break BeforeRet;
} while (false);
return result_68804;
}
function nimCopyAux(dest_68832, src_68833, n_68835) {
switch (n_68835.kind) {
case 0:
break;
case 1:
dest_68832[n_68835.offset] = nimCopy(dest_68832[n_68835.offset], src_68833[n_68835.offset], n_68835.typ);
break;
case 2:
for (var i = 0; i < n_68835.sons.length; i++) {
nimCopyAux(dest_68832, src_68833, n_68835.sons[i]);
}
break;
case 3:
dest_68832[n_68835.offset] = nimCopy(dest_68832[n_68835.offset], src_68833[n_68835.offset], n_68835.typ);
for (var i = 0; i < n_68835.sons.length; ++i) {
nimCopyAux(dest_68832, src_68833, n_68835.sons[i][1]);
}
break;
}
}
function add_62638(x_62641, x_62641_Idx, y_62642) {
if (x_62641[x_62641_Idx] === null) { x_62641[x_62641_Idx] = []; }
var off = x_62641[x_62641_Idx].length;
x_62641[x_62641_Idx].length += y_62642.length;
for (var i = 0; i < y_62642.length; ++i) {
x_62641[x_62641_Idx][off+i] = y_62642.charCodeAt(i);
}
}
function aux_write_stack_trace_65151(f_65153) {
var Tmp3;
var result_65154 = [null];
var it_65162 = f_65153;
var i_65164 = 0;
var total_65166 = 0;
var temp_frames_65173 = arrayConstr(64, {Field0: null, Field1: 0}, NTI65156);
L1: do {
L2: while (true) {
if (!!((it_65162 == null))) Tmp3 = false; else { Tmp3 = (i_65164 <= 63); } if (!Tmp3) break L2;
temp_frames_65173[i_65164].Field0 = it_65162.procname;
temp_frames_65173[i_65164].Field1 = it_65162.line;
i_65164 += 1;
total_65166 += 1;
it_65162 = it_65162.prev;
}
} while(false);
L4: do {
L5: while (true) {
if (!!((it_65162 == null))) break L5;
total_65166 += 1;
it_65162 = it_65162.prev;
}
} while(false);
result_65154[0] = nimCopy(null, [], NTI44040);
if (!((total_65166 == i_65164))) {
if (result_65154[0] != null) { result_65154[0] = (result_65154[0]).concat(makeNimstrLit("(")); } else { result_65154[0] = makeNimstrLit("("); };
if (result_65154[0] != null) { result_65154[0] = (result_65154[0]).concat(cstrToNimstr(((total_65166 - i_65164))+"")); } else { result_65154[0] = cstrToNimstr(((total_65166 - i_65164))+"").slice(); };
if (result_65154[0] != null) { result_65154[0] = (result_65154[0]).concat(makeNimstrLit(" calls omitted) ...\x0A")); } else { result_65154[0] = makeNimstrLit(" calls omitted) ...\x0A"); };
}
L6: do {
var j_65421 = 0;
var colontmp__90086 = 0;
colontmp__90086 = (i_65164 - 1);
var res_90091 = colontmp__90086;
L7: do {
L8: while (true) {
if (!(0 <= res_90091)) break L8;
j_65421 = res_90091;
add_62638(result_65154, 0, temp_frames_65173[j_65421].Field0);
if ((0 < temp_frames_65173[j_65421].Field1)) {
if (result_65154[0] != null) { result_65154[0] = (result_65154[0]).concat(makeNimstrLit(", line: ")); } else { result_65154[0] = makeNimstrLit(", line: "); };
if (result_65154[0] != null) { result_65154[0] = (result_65154[0]).concat(cstrToNimstr((temp_frames_65173[j_65421].Field1)+"")); } else { result_65154[0] = cstrToNimstr((temp_frames_65173[j_65421].Field1)+"").slice(); };
}
if (result_65154[0] != null) { result_65154[0] = (result_65154[0]).concat(makeNimstrLit("\x0A")); } else { result_65154[0] = makeNimstrLit("\x0A"); };
res_90091 -= 1;
}
} while(false);
} while(false);
return result_65154[0];
}
function raw_write_stack_trace_65468() {
var result_65470 = null;
if (!((framePtr == null))) {
result_65470 = nimCopy(null, (makeNimstrLit("Traceback (most recent call last)\x0A") || []).concat(aux_write_stack_trace_65151(framePtr) || []), NTI44040);
}
else {
result_65470 = nimCopy(null, makeNimstrLit("No stack traceback available\x0A"), NTI44040);
}
return result_65470;
}
function new_seq_67336(len_67339) {
var result_67341 = null;
var F={procname:"newSeq.newSeq",prev:framePtr,filename:"system.nim",line:0};
framePtr = F;
F.line = 997;
result_67341 = new Array(len_67339); for (var i=0;i<len_67339;++i) {result_67341[i]=null;} framePtr = F.prev;
return result_67341;
}
function unhandledException(e_65529) {
var buf_65530 = [[]];
if (!(((e_65529.message != null ? e_65529.message.length : 0) == 0))) {
if (buf_65530[0] != null) { buf_65530[0] = (buf_65530[0]).concat(makeNimstrLit("Error: unhandled exception: ")); } else { buf_65530[0] = makeNimstrLit("Error: unhandled exception: "); };
if (buf_65530[0] != null) { buf_65530[0] = (buf_65530[0]).concat(e_65529.message); } else { buf_65530[0] = e_65529.message.slice(); };
}
else {
if (buf_65530[0] != null) { buf_65530[0] = (buf_65530[0]).concat(makeNimstrLit("Error: unhandled exception")); } else { buf_65530[0] = makeNimstrLit("Error: unhandled exception"); };
}
if (buf_65530[0] != null) { buf_65530[0] = (buf_65530[0]).concat(makeNimstrLit(" [")); } else { buf_65530[0] = makeNimstrLit(" ["); };
add_62638(buf_65530, 0, e_65529.name);
if (buf_65530[0] != null) { buf_65530[0] = (buf_65530[0]).concat(makeNimstrLit("]\x0A")); } else { buf_65530[0] = makeNimstrLit("]\x0A"); };
if (buf_65530[0] != null) { buf_65530[0] = (buf_65530[0]).concat(raw_write_stack_trace_65468()); } else { buf_65530[0] = raw_write_stack_trace_65468().slice(); };
var cbuf_65601 = toJSStr(buf_65530[0]);
framePtr = null;
if (typeof(Error) !== "undefined") {
throw new Error(cbuf_65601);
}
else {
throw cbuf_65601;
}
}
function raiseIndexError(i_66655, a_66656, b_66657) {
var Tmp1;
var eHEX60gensym66802_67003 = null;
eHEX60gensym66802_67003 = {m_type: NTI47458, parent: null, name: null, message: null, trace: null, raiseId: 0, up: null};
if ((b_66657 < a_66656)) {
Tmp1 = makeNimstrLit("index out of bounds, the container is empty");
}
else {
Tmp1 = (makeNimstrLit("index ") || []).concat(cstrToNimstr((i_66655)+"") || [],makeNimstrLit(" not in ") || [],cstrToNimstr((a_66656)+"") || [],makeNimstrLit(" .. ") || [],cstrToNimstr((b_66657)+"") || []);
}
eHEX60gensym66802_67003.message = nimCopy(null, Tmp1, NTI44040);
eHEX60gensym66802_67003.parent = null;
raiseException(eHEX60gensym66802_67003, "IndexError");
}
function raiseOverflow() {
var eHEX60gensym66058_66203 = null;
eHEX60gensym66058_66203 = {m_type: NTI47446, parent: null, name: null, message: null, trace: null, raiseId: 0, up: null};
eHEX60gensym66058_66203.message = nimCopy(null, makeNimstrLit("over- or underflow"), NTI44040);
eHEX60gensym66058_66203.parent = null;
raiseException(eHEX60gensym66058_66203, "OverflowError");
}
function get_routes(url_90034) {
var Tmp4;
var F={procname:"router.get_routes",prev:framePtr,filename:"router.nim",line:0};
framePtr = F;
F.line = 11;
var new_url_90035 = [];
L1: do {
F.line = 13;
var c_90036 = 0;
F.line = 45;
var i_90072 = 0;
F.line = 46;
var l_90073 = (url_90034 != null ? url_90034.length : 0);
L2: do {
F.line = 47;
L3: while (true) {
if (!(i_90072 < l_90073)) break L3;
F.line = 13;
c_90036 = url_90034.charCodeAt(chckIndx(i_90072, 0, (url_90034 != null ? url_90034.length : 0)+0-1)-0);
F.line = 14;
rawEcho(nimCharToStr(c_90036));
F.line = 15;
if (new_url_90035 != null) { addChar(new_url_90035, c_90036); } else { new_url_90035 = [c_90036]; };
F.line = 49;
i_90072 = addInt(i_90072, 1);
}
} while(false);
} while(false);
F.line = 17;
rawEcho(new_url_90035);
F.line = 19;
F.line = 19;
switch (toJSStr(new_url_90035)) {
case "#/predseda":
Tmp4 = makeNimstrLit("<section class=\"row fullheight\">\x0A\x09<div class=\"logo\">\x0A\x09\x09<a href=\"https://pedf.cuni.cz/PEDF-1.html\"><img src=\"img/logo.png\"></a>\x0A\x09</div>\x0A\x09<div class=\"horizontal-menu\">\x0A\x09\x09<span>Povinnosti:</span>\x0A\x09\x09<a>V\xC3\xBDro\xC4\x8Dn\xC3\xAD zpr\xC3\xA1va</a>\x0A\x09\x09<a>Spolkov\xC3\xA1 m\xC3\xADstnost</a>\x0A\x09\x09<a>Akce a nahla\xC5\xA1ov\xC3\xA1n\xC3\xAD akc\xC3\xAD</a>\x0A\x09\x09<a>Odkazy a inspirace</a>\x0A\x09\x09<a>Dal\xC5\xA1\xC3\xAD spolky</a>\x0A\x09\x09<a>P\xC5\x99edpisy a pravidla</a>\x0A\x09</div>\x0A\x09<div class=\"row\" style=\"width: 100%\">\x0A\x09\x09<section class=\"col-1\"></section>\x0A\x09\x09<section class=\"col-5\">\x0A\x09\x09\x09<div style=\"margin-top: 23vh\">\x0A\x09\x09\x09\x09<h1 style=\"margin-bottom: 5vh\">P\xC5\x99edseda spolku</h1>\x0A\x09\x09\x09\x09<hr class=\"gay-hr\">\x0A\x09\x09\x09\x09<h6 style=\"line-height: 1.4; margin-top: 5vh\">\x0A\x09\x09\x09\x09\x09Provedeme t\xC4\x9B v\xC5\xA1emi povinnostmi a mo\xC5\xBEnostmi, kter\xC3\xA9 jako p\xC5\x99edseda m\xC3\xA1\xC5\xA1.\x0A\x09\x09\x09\x09</h6>\x0A\x09\x09\x09\x09<button type=\"button\" class=\"button primary cool-button\" style=\"margin-top: 1vh; border-radius: 4vw\">\x0A\x09\x09\x09\x09\x09\xE2\x86\x93 Zjisti v\xC3\xADce\x0A\x09\x09\x09\x09</button>\x0A\x09\x09\x09</div>\x0A\x09\x09</section>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 9rem\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-4 bg-circle\">\x0A\x09\x09<h3>V\xC3\xBDro\xC4\x8Dn\xC3\xAD zpr\xC3\xA1va</h3>\x0A\x09\x09<hr class=\"gay-hr\">\x0A\x09\x09<p style=\"font-size: calc(var(--font-size) / 2); margin-top: 5vh; text-align: justify\">\x0A\x09\x09\x09Ka\xC5\xBEd\xC3\xBD form\xC3\xA1ln\xC3\xAD spolek m\xC3\xA1 povinnost odevzd\xC3\xA1vat ka\xC5\xBEd\xC3\xBD rok 30.4 v\xC3\xBDro\xC4\x8Dn\xC3\xAD zpr\xC3\xA1vu v\xC4\x8Detn\xC4\x9B zpr\xC3\xA1vy o hospoda\xC5\x99en\xC3\xAD\x0A\x09\x09</p>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 4vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-5 flexy-boi\">\x0A\x09\x09<h5 style=\"margin-bottom: 0; margin-left: -14vw\">\x0A\x09\x09\x09A jak na n\xC3\xAD?\x0A\x09\x09</h5>\x0A\x09\x09<h5 style=\"padding-left: 4vw; margin-top:0\" class=\"text-primary\">\x0A\x09\x09\x09To ti \xC5\x99ekne Ver\xC4\x8Da\x0A\x09\x09<h5>\x0A\x09</div>\x0A\x09<div class=\"col-5\">\x0A\x09\x09<video class=\"smol-video\" controls>\x0A\x09\x09\x09<source src=\"/img/1566501668807.webm\" type=\"video/webm\">\x0A\x09\x09\x09Your browser is gay.\x0A\x09\x09</video>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-3 side-line\" style=\"line-height: 1\">\x0A\x09\x09<div>\x0A\x09\x09<h6 style=\"margin-bottom: 0\"><b>Hlavn\xC3\xAD body,</b></h6>\x0A\x09\x09<p style=\"margin-top:0; margin-bottom: 2vh; font-size: calc(var(--font-size) / 1.5)\">kter\xC3\xA9 tam nesm\xC3\xAD chyb\xC4\x9Bt jsou:</p>\x0A\x09\x09<div>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col\">\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<span>1.</span>\x0A\x09\x09\x09<p>Po\xC4\x8Det \xC4\x8Dlen\xC5\xAF</p>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<span>4.</span>\x0A\x09\x09\x09<p>Souhrn \xC4\x8Dinnosti za minul\xC3\xBD kalend\xC3\xA1\xC5\x99n\xC3\xAD rok</p>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<div class=\"right\">\x0A\x09\x09\x09\x09<span>7.</span>\x0A\x09\x09\x09\x09<p>Hospoda\xC5\x99en\xC3\xAD (v\xC3\xBDdaje rozd\xC4\x9Bleny na tyto \xC4\x8D\xC3\xA1sti)</p>\x0A\x09\x09\x09</div>\x0A\x09\x09\x09\x09<ol type=\"a\">\x0A\x09\x09\x09\x09\x09<li>Projekty a program</li>\x0A\x09\x09\x09\x09\x09<li>Marketing a PR</li>\x0A\x09\x09\x09\x09\x09<li>Provoz spolku</li>\x0A\x09\x09\x09\x09</ol>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col\">\x0A\x09\x09<div style=\"height: 6vh\"></div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<span>2.</span>\x0A\x09\x09\x09<p>Souhrn \xC4\x8Dinnosti za minul\xC3\xBD kalend\xC3\xA1\xC5\x99n\xC3\xAD rok</p>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<span>5.</span>\x0A\x09\x09\x09<p>Souhrn \xC4\x8Dinnosti za minul\xC3\xBD kalend\xC3\xA1\xC5\x99n\xC3\xAD rok</p>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col\">\x0A\x09\x09<div style=\"height: 12vh\"></div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<span>3.</span>\x0A\x09\x09\x09<p>Souhrn \xC4\x8Dinnosti za minul\xC3\xBD kalend\xC3\xA1\xC5\x99n\xC3\xAD rok</p>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<span>6.</span>\x0A\x09\x09\x09<p>Souhrn \xC4\x8Dinnosti za minul\xC3\xBD kalend\xC3\xA1\xC5\x99n\xC3\xAD rok</p>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col-1\"></div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 9rem\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-4 bg-square\">\x0A\x09\x09<h3>Spolkov\xC3\xA1 m\xC3\xADstnost</h3>\x0A\x09\x09<hr class=\"gay-hr\">\x0A\x09\x09<p style=\"font-size: calc(var(--font-size) / 2); margin-top: 5vh; text-align: justify\">\x0A\x09\x09\x09Ka\xC5\xBEd\xC3\xBD form\xC3\xA1ln\xC3\xAD spolek m\xC3\xA1 n\xC3\xA1rok na p\xC5\x99\xC3\xADstup do spolkov\xC3\xA9 m\xC3\xADstnosti, kter\xC3\xA1 m\xC3\xA1 ozna\xC4\x8Den\xC3\xAD S104 tzv. spolkovka\x0A\x09\x09</p>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 9vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-5 flexy-boi\" style=\"width: 15vw; margin: 10vw 0\">\x0A\x09\x09<div class=\"side-line\">\x0A\x09\x09\x09<p style=\"margin-top:0; margin-bottom: 2vh; font-size: calc(var(--font-size) / 1.7); width: 13vw\">\x0A\x09\x09\x09\x09Pravidla spolkovky jsou n\xC3\xA1sleduj\xC3\xADc\xC3\xAD:\x0A\x09\x09\x09</p>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col-5\">\x0A\x09\x09<img src=\"/img/trump.jpg\" style=\"height: 100%; width: auto;\">\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 9rem\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-5 bg-circle\">\x0A\x09\x09<h3>Akce a nahla\xC5\xA1ov\xC3\xA1n\xC3\xAD akc\xC3\xAD</h3>\x0A\x09\x09<hr class=\"gay-hr\">\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 9vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-5\" style=\"font-size: calc(var(--font-size) / 1.9); padding-right: 4vw\">\x0A\x09\x09<p>\x0A\x09\x09\x09Pokud chce\xC5\xA1 po\xC5\x99\xC3\xA1dat akci na fakult\xC4\x9B, je zapot\xC5\x99eb\xC3\xAD to nejprve nahl\xC3\xA1sit p\xC5\x99es formul\xC3\xA1\xC5\x99 na\x0A\x09\x09\x09<a href=\"https://akce.pedf.cuni.cz\">akce.pedf.cuni.cz</a>. Pokud se jedn\xC3\xA1 o malou akci vy\xC5\xBEaduj\xC3\xADc\xC3\xAD pouze mal\xC3\xBD po\xC4\x8Det u\xC4\x8Deben\x0A\x09\x09\x09nebo spole\xC4\x8Dn\xC3\xBD prostor pouze po kr\xC3\xA1tkou dobu, tak sta\xC4\x8D\xC3\xAD akci nahl\xC3\xA1sit o 10 dn\xC5\xAF p\xC5\x99edem (v\xC3\xADce u organizov\xC3\xA1n\xC3\xAD akc\xC3\xAD)\x0A\x09\x09</p>\x0A\x09\x09<p>\x0A\x09\x09\x09Je mo\xC5\xBEnost po\xC5\xBE\xC3\xA1dat o stoly, \xC5\xBEidle, podporu aj\xC5\xA5\xC3\xA1k\xC5\xAF nebo m\xC3\xADsto na webovk\xC3\xA1ch. V\xC5\xA1echny n\xC3\xA1jmy pro form\xC3\xA1ln\xC3\xAD spolky jsou bezplatn\xC3\xA9.\x0A\x09\x09</p>\x0A\x09</div>\x0A\x09<div class=\"col-5\">\x0A\x09\x09<img src=\"/img/trump.jpg\" style=\"height: 100%; width: auto;\">\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 9rem\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-5 bg-square\" style=\"background-position: top center\">\x0A\x09\x09<h4>Odkazy a inspirace</h4>\x0A\x09\x09<hr class=\"gay-hr\">\x0A\x09\x09<p style=\"font-size: calc(var(--font-size) / 2); margin-top: 5vh; text-align: justify\">\x0A\x09\x09\x09Tady najde\xC5\xA1 spolky, kter\xC3\xA9 p\xC5\xAFsob\xC3\xAD na UK:<br>\x0A\x09\x09\x09<a href=\"https://cuni.cz/UK-8518.html\">https://cuni.cz/UK-8518.html</a>\x0A\x09\x09\x09<br><br>\x0A\x09\x09\x09Kurzy na r\xC5\xAFzn\xC3\xA9 dovednosti m\xC5\xAF\xC5\xBEe\xC5\xA1 naj\xC3\xADt zde:<br>\x0A\x09\x09\x09<a href=\"www.naucmese.cz\">www.naucmese.cz</a> nebo na\x0A\x09\x09\x09<a href=\"https://www.acsa.cz\">https://www.acsa.cz</a>\x0A\x09\x09</p>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 4vh\">\x0A\x09<section class=\"col\">\x0A\x09\x09<link rel=\"stylesheet\" href=\"/css/carousel.css\">\x0A\x09\x09 <!-- Slideshow container -->\x0A\x09\x09<div class=\"slideshow-container\">\x0A\x0A\x09\x09 <!-- Full-width images with number and caption text -->\x0A\x09\x09 <div class=\"mySlides fade\">\x0A\x09\x09 <div class=\"numbertext\">1 / 3</div>\x0A\x09\x09 <img src=\"img/trump.jpg\" style=\"width:100%\">\x0A\x09\x09 <div class=\"text\">Caption Text</div>\x0A\x09\x09 </div>\x0A\x0A\x09\x09 <div class=\"mySlides fade\">\x0A\x09\x09 <div class=\"numbertext\">2 / 3</div>\x0A\x09\x09 <img src=\"img/trump.jpg\" style=\"width:100%\">\x0A\x09\x09 <div class=\"text\">Caption Two</div>\x0A\x09\x09 </div>\x0A\x0A\x09\x09 <div class=\"mySlides fade\">\x0A\x09\x09 <div class=\"numbertext\">3 / 3</div>\x0A\x09\x09 <img src=\"img/trump.jpg\" style=\"width:100%\">\x0A\x09\x09 <div class=\"text\">Caption Three</div>\x0A\x09\x09 </div>\x0A\x0A\x09\x09 <div class=\"mySlides fade\">\x0A\x09\x09 <div class=\"numbertext\">3 / 3</div>\x0A\x09\x09 <img src=\"img/trump.jpg\" style=\"width:100%\">\x0A\x09\x09 <div class=\"text\">Caption Three</div>\x0A\x09\x09 </div>\x0A\x0A\x09\x09 <!-- Next and previous buttons -->\x0A\x09\x09 <a class=\"prev\" onclick=\"plusSlides(-1)\">&#10094;</a>\x0A\x09\x09 <a class=\"next\" onclick=\"plusSlides(1)\">&#10095;</a>\x0A\x09\x09</div>\x0A\x09\x09<br>\x0A\x0A\x09\x09<!-- The dots/circles -->\x0A\x09\x09<div style=\"text-align:center\">\x0A\x09\x09 <span class=\"dot\" onclick=\"currentSlide(1)\"></span>\x0A\x09\x09 <span class=\"dot\" onclick=\"currentSlide(2)\"></span>\x0A\x09\x09 <span class=\"dot\" onclick=\"currentSlide(3)\"></span>\x0A\x09\x09 <span class=\"dot\" onclick=\"currentSlide(4)\"></span>\x0A\x09\x09</div>\x0A\x09</section>\x0A\x09<script src=\"js/carousel.js\"></script>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 9rem\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-5 bg-square\" style=\"background-position: top center\">\x0A\x09\x09<h4>P\xC5\x99edpisy a pravidla</h4>\x0A\x09\x09<hr class=\"gay-hr\">\x0A\x09\x09<p style=\"font-size: calc(var(--font-size) / 1.3); margin-top: 5vh; text-align: justify\">\x0A\x09\x09\x09Z\xC3\xA1kladn\xC3\xAD p\xC5\x99edpisy, kter\xC3\xBDmi se spolky \xC5\x99id\xC3\xAD jsou:<br>\x0A\x09\x09</p>\x0A\x09\x09<ul style=\"font-size: calc(var(--font-size) / 1.3); list-style: none;\">\x0A\x09\x09\x09<li>Tento p\xC5\x99edpis</li>\x0A\x09\x09\x09<li>Tento p\xC5\x99edpis</li>\x0A\x09\x09\x09<li>Tento p\xC5\x99edpis</li>\x0A\x09\x09</ul>\x0A\x09</div>\x0A</section>\x0A");
break;
case "#/prebiram":
Tmp4 = makeNimstrLit("<section class=\"row fullheight\">\x0A\x09<div class=\"logo\">\x0A\x09\x09<a href=\"https://pedf.cuni.cz/PEDF-1.html\"><img src=\"img/logo.png\"></a>\x0A\x09</div>\x0A\x09<div class=\"row\" style=\"width: 100%\">\x0A\x09\x09<section class=\"col-1\"></section>\x0A\x09\x09<section class=\"col-5\">\x0A\x09\x09\x09<div style=\"margin-top: 23vh\">\x0A\x09\x09\x09\x09<h1 style=\"margin-bottom: 5vh\">P\xC5\x99eb\xC3\xADr\xC3\xA1m spolek</h1>\x0A\x09\x09\x09\x09<hr class=\"gay-hr\">\x0A\x09\x09\x09\x09<h6 style=\"line-height: 1.4; margin-top: 5vh; font-size: calc(var(--font-size) / 1.75)\">\x0A\x09\x09\x09\x09\x09V\xC4\x9Bt\xC5\xA1inou se st\xC3\xA1v\xC3\xA1, \xC5\xBEe minul\xC3\xBD p\xC5\x99edseda tomu sou\xC4\x8Dasn\xC3\xA9mu hodn\xC4\x9B do za\xC4\x8D\xC3\xA1tku pom\xC5\xAF\xC5\xBEe a provede ho v\xC5\xA1emi n\xC3\xA1le\xC5\xBEitostmi,\x0A\x09\x09\x09\x09\x09kter\xC3\xA9 z toho vypl\xC3\xBDvaj\xC3\xAD. Ale n\xC4\x9Bkdy se tak nestane, a proto jsme s ostatn\xC3\xADmi p\xC5\x99edsedi dali hlavy dohromady a vytvo\xC5\x99ili\x0A\x09\x09\x09\x09\x09n\xC3\xA1vod toho, co bys m\xC4\x9Bl/a ur\xC4\x8Dit\xC4\x9B d\xC4\x9Blat.\x0A\x09\x09\x09\x09</h6>\x0A\x09\x09\x09\x09<button type=\"button\" class=\"button primary cool-button\" style=\"margin-top: 1vh; border-radius: 4vw\">\x0A\x09\x09\x09\x09\x09\xE2\x86\x93 Zjisti v\xC3\xADce\x0A\x09\x09\x09\x09</button>\x0A\x09\x09\x09</div>\x0A\x09\x09</section>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 9rem\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-5 bg-square\">\x0A\x09\x09<h3>P\xC5\x99eb\xC3\xADr\xC3\xA1m form\xC3\xA1ln\xC3\xAD spolek</h3>\x0A\x09\x09<hr class=\"gay-hr\">\x0A\x09\x09<p style=\"font-size: calc(var(--font-size) / 2); margin-top: 5vh; text-align: left\">\x0A\x09\x09\x09V\xC4\x9Bt\xC5\xA1inou se st\xC3\xA1v\xC3\xA1, \xC5\xBEe minul\xC3\xBD p\xC5\x99edseda tomu sou\xC4\x8Dasn\xC3\xA9mu hodn\xC4\x9B do za\xC4\x8D\xC3\xA1tku pom\xC5\xAF\xC5\xBEe a provede ho v\xC5\xA1emi n\xC3\xA1le\xC5\xBEitostmi,\x0A\x09\x09\x09kter\xC3\xA9 z toho vypl\xC3\xBDvaj\xC3\xAD. Ale n\xC4\x9Bkdy se tak nestane, a proto jsme s ostatn\xC3\xADmi p\xC5\x99edsedi dali hlavy dohromady a vytvo\xC5\x99ili\x0A\x09\x09\x09n\xC3\xA1vod toho, co bys m\xC4\x9Bl/a ur\xC4\x8Dit\xC4\x9B d\xC4\x9Blat.\x0A\x09\x09</p>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-3 side-line\" style=\"line-height: 1\">\x0A\x09\x09<div>\x0A\x09\x09<h6 style=\"margin-bottom: 0\"><b>Postup p\xC5\x99eb\xC3\xADr\xC3\xA1n\xC3\xAD</b></h6>\x0A\x09\x09<div>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col\">\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>1.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Seznam se s terminologi\xC3\xAD</b></h6>\x0A\x09\x09\x09\x09<p>Form\xC3\xA1ln\xC3\xAD spolek je spolek s I\xC4\x8Cem a volen\xC3\xBDmi org\xC3\xA1ny.\x0A\x09\x09\x09\x09M\xC3\xA1 vlastn\xC3\xAD \xC3\xBA\xC4\x8Det atp. Neform\xC3\xA1ln\xC3\xAD spolek je sdru\xC5\xBEen\xC3\xAD kamar\xC3\xA1d\xC5\xAF,\x0A\x09\x09\x09\x09kter\xC3\xA9 hrozn\xC4\x9B bav\xC3\xAD d\xC4\x9Blat r\xC5\xAFzn\xC3\xA9 v\xC4\x9Bci. Nem\xC3\xA1 I\xC4\x8CO a v\xC4\x9Bt\xC5\xA1inou ani \xC5\xBE\xC3\xA1dn\xC3\xA9 org\xC3\xA1ny.\x0A\x09\x09\x09\x09Studentsk\xC3\xA1 oborov\xC3\xA1 rada pom\xC3\xA1h\xC3\xA1 student\xC5\xAFm v komunikaci s katedrou. Hlavn\xC3\xAD p\xC5\x99edpisy,\x0A\x09\x09\x09\x09kter\xC3\xBDmi je t\xC5\x99eba se \xC5\x99\xC3\xADdit jsou tady.</p>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>4.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>P\xC5\x99\xC3\xADstup ke spolkov\xC3\xA9mu \xC3\xBA\xC4\x8Dtu</b></h6>\x0A\x09\x09\x09\x09<p>\x0A\x09\x09\x09\x09\x09Pen\xC3\xADze nejsou v\xC5\xA1echno, ale je dobr\xC3\xA9 m\xC3\xADt p\xC5\x99\xC3\xADstup ke spolkov\xC3\xA9mu \xC3\xBA\xC4\x8Dtu.\x0A\x09\x09\x09\x09\x09Se\xC5\xBEe\xC5\x88 si co nejd\xC5\x99\xC3\xADve \xC3\xBAdaje k n\xC4\x9Bmu.\x0A\x09\x09\x09\x09</p>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>7.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Inspiruj se u podobn\xC3\xBDch organizac\xC3\xAD</b></h6>\x0A\x09\x09\x09\x09<p>\x0A\x09\x09\x09\x09\x09Doporu\xC4\x8Dujeme se pod\xC3\xADvat, jak to vypad\xC3\xA1 i v jin\xC3\xBDch organizac\xC3\xADch a spolc\xC3\xADch - doporu\xC4\x8Dujeme spolky na UK,\x0A\x09\x09\x09\x09\x09dob\xC5\x99e zpracovan\xC3\xA9 to m\xC3\xA1 V\xC5\xA0E, v zahrani\xC4\x8D\xC3\xAD (n\xC4\x9Bmecky: Verbindung, Burschenshaft, anglicky: student society, sorority, fraternity)\x0A\x09\x09\x09\x09</p>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>10.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Nastav fungov\xC3\xA1n\xC3\xAD t\xC3\xBDmu</b></h6>\x0A\x09\x09\x09\x09<p>\x0A\x09\x09\x09\x09\x09Nastav si fungov\xC3\xA1n\xC3\xAD nejbli\xC5\xBE\xC5\xA1\xC3\xADho t\xC3\xBDmu (v\xC4\x9Bt\xC5\xA1inou se mu \xC5\x99\xC3\xADk\xC3\xA1 rada). Neboj se ozvat dal\xC5\xA1\xC3\xADm spolk\xC5\xAFm,\x0A\x09\x09\x09\x09\x09kter\xC3\xA9 dob\xC5\x99e funguj\xC3\xAD. Pravd\xC4\x9Bpodobn\xC4\x9B \xC5\x99e\xC5\xA1ili to sam\xC3\xA9.\x0A\x09\x09\x09\x09</p>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>13.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Rady od star\xC5\xA1\xC3\xADch</b></h6>\x0A\x09\x09\x09\x09<p>\x0A\x09\x09\x09\x09\x09A aby toho nebylo m\xC3\xA1lo, tady m\xC3\xA1\xC5\xA1 rady od b\xC3\xBDval\xC3\xBDch a sou\xC4\x8Dasn\xC3\xBDch p\xC5\x99edsed\xC5\xAF.\x0A\x09\x09\x09\x09</p>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col\">\x0A\x09\x09<div style=\"height: 6vh\"></div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>2.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Napi\xC5\xA1 na soud</b></h6>\x0A\x09\x09\x09\x09<p>\x0A\x09\x09\x09\x09\x09Napi\xC5\xA1 na soud, \xC5\xBEe se zm\xC4\x9Bnil statut\xC3\xA1rn\xC3\xAD org\xC3\xA1n.\x0A\x09\x09\x09\x09</p>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>5.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Nejd\xC5\x99\xC3\xADve zkontroluj finan\xC4\x8Dn\xC3\xAD dokumenty</b></h6>\x0A\x09\x09\x09\x09<p>\x0A\x09\x09\x09\x09\x09Zkontroluj si, zda byla na da\xC5\x88ov\xC3\xBD \xC3\xBA\xC5\x99ad pod\xC3\xA1na da\xC5\x88ov\xC3\xA1 p\xC5\x99izn\xC3\xA1n\xC3\xAD za minul\xC3\xA9 roky,\x0A\x09\x09\x09\x09\x09a\xC5\xA5 prvn\xC3\xAD, co bude\xC5\xA1 \xC5\x99e\xC5\xA1it, nen\xC3\xAD n\xC3\xA1v\xC5\xA1t\xC4\x9Bva ber\xC5\x88\xC3\xA1ku.\x0A\x09\x09\x09\x09</p>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>8.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>P\xC5\x99e\xC4\x8Dti si pravidla spolkovky</b></h6>\x0A\x09\x09\x09\x09<p>\x0A\x09\x09\x09\x09\x09Asi v\xC3\xAD\xC5\xA1, \xC5\xBEe m\xC3\xA1te p\xC5\x99\xC3\xADstup do spolkovky, tak je dobr\xC3\xA9 si p\xC5\x99e\xC4\x8D\xC3\xADst jej\xC3\xAD pravidla, aby na tebe nebyly ostatn\xC3\xAD spolky\x0A\x09\x09\x09\x09\x09na\xC5\xA1tvan\xC3\xA9.\x0A\x09\x09\x09\x09</p>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>11.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Kdo je kdo na fakult\xC4\x9B</b></h6>\x0A\x09\x09\x09\x09<button\x0A\x09\x09\x09\x09\x09type=\"button\"\x0A\x09\x09\x09\x09\x09class=\"button primary cool-button smol-button\"\x0A\x09\x09\x09\x09\x09style=\"margin-top: 1vh; border-radius: 4vw;\"\x0A\x09\x09\x09\x09>\x0A\x09\x09\x09\x09\x09\xE2\x86\x93 Zjisti v\xC3\xADce\x0A\x09\x09\x09\x09</button>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col\">\x0A\x09\x09<div style=\"height: 12vh\"></div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>3.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Nahlas to fakult\xC4\x9B</b></h6>\x0A\x09\x09\x09\x09<p>\x0A\x09\x09\x09\x09\x09Kdy\xC5\xBE bude\xC5\xA1 v tom, je to t\xC5\x99eba nahl\xC3\xA1sit i na fakult\xC4\x9B, abychom v\xC4\x9Bd\xC4\x9Bli, s k\xC3\xBDm jednat.\x0A\x09\x09\x09\x09\x09<a href=\"javascript:void(0)\">sta\xC4\x8D\xC3\xAD vyplnit tohle</a>\x0A\x09\x09\x09\x09</p>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>6.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Nejd\xC5\x99\xC3\xADve zkontroluj finan\xC4\x8Dn\xC3\xAD dokumenty</b></h6>\x0A\x09\x09\x09\x09<p>\x0A\x09\x09\x09\x09\x09Zkontroluj si, zda byla pod\xC3\xA1na da\xC5\x88ov\xC3\xA1 p\xC5\x99izn\xC3\xA1n\xC3\xAD za minul\xC3\xA9 roky, a\xC5\xA5 prvn\xC3\xAD, co bude\xC5\xA1\x0A\x09\x09\x09\x09\x09\xC5\x99e\xC5\xA1it, nen\xC3\xAD n\xC3\xA1v\xC5\xA1t\xC4\x9Bva ber\xC5\x88\xC3\xA1ku.\x0A\x09\x09\x09\x09</p>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>9.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Nahla\xC5\xA1ov\xC3\xA1n\xC3\xAD akc\xC3\xAD</b></h6>\x0A\x09\x09\x09\x09<p>\x0A\x09\x09\x09\x09\x09Tohle asi v\xC3\xADc, ale pro jistotu: nahla\xC5\xA1ov\xC3\xA1n\xC3\xAD akc\xC3\xAD, kter\xC3\xA9 bude\xC5\xA1 se spolkem d\xC4\x9Blat se d\xC4\x9Bl\xC3\xA1 tady:\x0A\x09\x09\x09\x09\x09<a href=\"javascript:void(0)\">formul\xC3\xA1\xC5\x99 nahla\xC5\xA1ov\xC3\xA1n\xC3\xAD akc\xC3\xAD</a>\x0A\x09\x09\x09\x09</p>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>12.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Nahla\xC5\xA1ov\xC3\xA1n\xC3\xAD akc\xC3\xAD</b></h6>\x0A\x09\x09\x09\x09<p>\x0A\x09\x09\x09\x09\x09Hodn\xC4\x9B doporu\xC4\x8Dujeme si ud\xC4\x9Blat z\xC3\xA1kladn\xC3\xAD SWOT anal\xC3\xBDzu, kter\xC3\xA1 ti prozrad\xC3\xAD, jak na tom v\xC3\xA1\xC5\xA1 spolek j\x0A\x09\x09\x09\x09\x09a kam je mo\xC5\xBEn\xC3\xA9 ho sm\xC4\x9B\xC5\x99ovat d\xC3\xA1l. O tom, jak ud\xC4\x9Blat SWOTku najde\xC5\xA1 info t\xC5\x99eba tady:\x0A\x09\x09\x09\x09\x09<a href=\"https://managementmania.com/cs/swot-analyza\">https://managementmania.com/cs/swot-analyza</a>\x0A\x09\x09\x09\x09\x09<a href=\"https://www.marketingmind.cz/swot-analyza\">https://www.marketingmind.cz/swot-analyza</a>\x0A\x09\x09\x09\x09\x09<a href=\"https://mladypodnikatel.cz/co-to-je-swot-analyza-t2797\">https://mladypodnikatel.cz/co-to-je-swot-analyza-t2797</a>\x0A\x09\x09\x09\x09</p>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col-1\"></div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 9rem\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-5 bg-circle\" style=\"background-position: top center\">\x0A\x09\x09<h4>P\xC5\x99eb\xC3\xADr\xC3\xA1m neform\xC3\xA1ln\xC3\xAD spolek</h4>\x0A\x09\x09<hr class=\"gay-hr\">\x0A\x09\x09<p style=\"font-size: calc(var(--font-size) / 1.3); margin-top: 5vh; text-align: justify\">\x0A\x09\x09\x09Zde odpad\xC3\xA1 v\xC4\x9Bt\xC5\xA1ina form\xC3\xA1ln\xC3\xADch n\xC3\xA1le\xC5\xBEitost\xC3\xAD. Je t\xC5\x99eba nahl\xC3\xA1sit na fakult\xC4\x9B zm\xC4\x9Bnu p\xC5\x99edsedy.\x0A\x09\x09</p>\x0A\x09</div>\x0A</section>\x0A");
break;
case "#/zapojit-se":
Tmp4 = makeNimstrLit("<section class=\"row fullheight\">\x0A\x09<div class=\"logo\">\x0A\x09\x09<a href=\"https://pedf.cuni.cz/PEDF-1.html\"><img src=\"img/logo.png\"></a>\x0A\x09</div>\x0A\x09<div class=\"row\" style=\"width: 100%\">\x0A\x09\x09<section class=\"col-1\"></section>\x0A\x09\x09<section class=\"col-5\">\x0A\x09\x09\x09<div style=\"margin-top: 23vh\">\x0A\x09\x09\x09\x09<h1 style=\"margin-bottom: 5vh\">Chci se zapojit</h1>\x0A\x09\x09\x09\x09<hr class=\"gay-hr\">\x0A\x09\x09\x09\x09<h6 style=\"line-height: 1.4; margin-top: 5vh\">\x0A\x09\x09\x09\x09\x09Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Fusce wisi. Duis bibendum, lectus ut viverra rhoncus.\x0A\x09\x09\x09\x09</h6>\x0A\x09\x09\x09\x09<button type=\"button\" class=\"button primary cool-button\" style=\"margin-top: 1vh; border-radius: 4vw\">\x0A\x09\x09\x09\x09\x09\xE2\x86\x93 Zjisti v\xC3\xADce\x0A\x09\x09\x09\x09</button>\x0A\x09\x09\x09</div>\x0A\x09\x09</section>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-5\" style=\"line-height: 1\">\x0A\x09\x09<div class=\"down\" style=\"margin-right: 3vw\">\x0A\x09\x09\x09<div class=\"side-line\" style=\"margin-bottom: 1vh+\">\x0A\x09\x09\x09<h6 style=\"margin-bottom: 0\"><b>Co jsou vlastn\xC4\x9B studentsk\xC3\xA9 organizace?</b></h6>\x0A\x09\x09\x09</div>\x0A\x09\x09\x09<p style=\"margin-top:0; margin-bottom: 2vh; margin-left: 1.14vw; line-height: 1.5; font-size: calc(var(--font-size) / 1.8)\">\x0A\x09\x09\x09\x09Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor\x0A\x09\x09\x09\x09incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis\x0A\x09\x09\x09\x09nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\x0A\x09\x09\x09\x09Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore\x0A\x09\x09\x09\x09eu fugiat nulla pariatur.\x0A\x09\x09\x09</p>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col-5\" style=\"line-height: 1\">\x0A\x09\x09<div style=\"height: 8vh\"></div>\x0A\x09\x09<div class=\"down\" style=\"margin-right: 3vw\">\x0A\x09\x09\x09<div class=\"side-line\" style=\"margin-bottom: 1vh\">\x0A\x09\x09\x09<h6 style=\"margin-bottom: 0\"><b>Pro\xC4\x8D bych se m\xC4\x9Bl do toho pou\xC5\xA1t\xC4\x9Bt?</b></h6>\x0A\x09\x09\x09</div>\x0A\x09\x09\x09<p style=\"margin-top:0; margin-bottom: 2vh; margin-left: 1.14vw; line-height: 1.5; font-size: calc(var(--font-size) / 1.8)\">\x0A\x09\x09\x09\x09Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor\x0A\x09\x09\x09\x09incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis\x0A\x09\x09\x09\x09nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\x0A\x09\x09\x09\x09Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore\x0A\x09\x09\x09\x09eu fugiat nulla pariatur.\x0A\x09\x09\x09</p>\x0A\x09\x09</div>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A<div class=\"col flexy-boi\">\x0A\x09<h5 style=\"color: var(--color-primary)\"><b>Jak se v tom v\xC5\xA1em vyznat?</b></h5>\x0A</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-5\" style=\"line-height: 1\">\x0A\x09\x09<div class=\"down\" style=\"margin-right: 3vw\">\x0A\x09\x09\x09<div class=\"side-line\" style=\"margin-bottom: 1vh+\">\x0A\x09\x09\x09<h6 style=\"margin-bottom: 0\"><b>Form\xC3\xA1ln\xC3\xAD spolek</b></h6>\x0A\x09\x09\x09</div>\x0A\x09\x09\x09<p style=\"margin-top:0; margin-bottom: 2vh; margin-left: 1.14vw; line-height: 1.5; font-size: calc(var(--font-size) / 1.8)\">\x0A\x09\x09\x09\x09Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor\x0A\x09\x09\x09\x09incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis\x0A\x09\x09\x09\x09nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\x0A\x09\x09\x09\x09Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore\x0A\x09\x09\x09\x09eu fugiat nulla pariatur.\x0A\x09\x09\x09</p>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"down\" style=\"margin-right: 3vw\">\x0A\x09\x09\x09<div class=\"side-line\" style=\"margin-bottom: 1vh+\">\x0A\x09\x09\x09<h6 style=\"margin-bottom: 0\"><b>SORka</b></h6>\x0A\x09\x09\x09</div>\x0A\x09\x09\x09<p style=\"margin-top:0; margin-bottom: 2vh; margin-left: 1.14vw; line-height: 1.5; font-size: calc(var(--font-size) / 1.8)\">\x0A\x09\x09\x09\x09Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor\x0A\x09\x09\x09\x09incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis\x0A\x09\x09\x09\x09nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\x0A\x09\x09\x09\x09Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore\x0A\x09\x09\x09\x09eu fugiat nulla pariatur.\x0A\x09\x09\x09</p>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"down\" style=\"margin-right: 3vw\">\x0A\x09\x09\x09<div class=\"side-line\" style=\"margin-bottom: 1vh+\">\x0A\x09\x09\x09<h6 style=\"margin-bottom: 0\"><b>Univerzitn\xC3\xAD spolek</b></h6>\x0A\x09\x09\x09</div>\x0A\x09\x09\x09<p style=\"margin-top:0; margin-bottom: 2vh; margin-left: 1.14vw; line-height: 1.5; font-size: calc(var(--font-size) / 1.8)\">\x0A\x09\x09\x09\x09Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor\x0A\x09\x09\x09\x09incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis\x0A\x09\x09\x09\x09nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\x0A\x09\x09\x09\x09Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore\x0A\x09\x09\x09\x09eu fugiat nulla pariatur.\x0A\x09\x09\x09</p>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col-5\" style=\"line-height: 1\">\x0A\x09\x09<div style=\"height: 8vh\"></div>\x0A\x09\x09<div class=\"down\" style=\"margin-right: 3vw\">\x0A\x09\x09\x09<div class=\"side-line\" style=\"margin-bottom: 1vh\">\x0A\x09\x09\x09<h6 style=\"margin-bottom: 0\"><b>Neform\xC3\xA1ln\xC3\xAD spolky</b></h6>\x0A\x09\x09\x09</div>\x0A\x09\x09\x09<p style=\"margin-top:0; margin-bottom: 2vh; margin-left: 1.14vw; line-height: 1.5; font-size: calc(var(--font-size) / 1.8)\">\x0A\x09\x09\x09\x09Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor\x0A\x09\x09\x09\x09incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis\x0A\x09\x09\x09\x09nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\x0A\x09\x09\x09\x09Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore\x0A\x09\x09\x09\x09eu fugiat nulla pariatur.\x0A\x09\x09\x09</p>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"down\" style=\"margin-right: 3vw\">\x0A\x09\x09\x09<div class=\"side-line\" style=\"margin-bottom: 1vh\">\x0A\x09\x09\x09<h6 style=\"margin-bottom: 0\"><b>Fakultn\xC3\xAD spolek</b></h6>\x0A\x09\x09\x09</div>\x0A\x09\x09\x09<p style=\"margin-top:0; margin-bottom: 2vh; margin-left: 1.14vw; line-height: 1.5; font-size: calc(var(--font-size) / 1.8)\">\x0A\x09\x09\x09\x09Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor\x0A\x09\x09\x09\x09incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis\x0A\x09\x09\x09\x09nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\x0A\x09\x09\x09\x09Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore\x0A\x09\x09\x09\x09eu fugiat nulla pariatur.\x0A\x09\x09\x09</p>\x0A\x09\x09</div>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 14vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-6\" style=\"background-position: top center\">\x0A\x09\x09<h5>Zku\xC5\xA1enosti \xC4\x8Dlen\xC5\xAF a b\xC3\xBDval\xC3\xBDch \xC4\x8Dlen\xC5\xAF</h5>\x0A\x09\x09<hr class=\"gay-hr\">\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 4vh\">\x0A\x09<section class=\"col\">\x0A\x09\x09<link rel=\"stylesheet\" href=\"/css/carousel.css\">\x0A\x09\x09 <!-- Slideshow container -->\x0A\x09\x09<div class=\"slideshow-container\">\x0A\x0A\x09\x09 <!-- Full-width images with number and caption text -->\x0A\x09\x09 <div class=\"mySlides fade\">\x0A\x09\x09 <div class=\"numbertext\">1 / 3</div>\x0A\x09\x09 <img src=\"img/trump.jpg\" style=\"width:100%\">\x0A\x09\x09 <div class=\"text\">Caption Text</div>\x0A\x09\x09 </div>\x0A\x0A\x09\x09 <div class=\"mySlides fade\">\x0A\x09\x09 <div class=\"numbertext\">2 / 3</div>\x0A\x09\x09 <img src=\"img/trump.jpg\" style=\"width:100%\">\x0A\x09\x09 <div class=\"text\">Caption Two</div>\x0A\x09\x09 </div>\x0A\x0A\x09\x09 <div class=\"mySlides fade\">\x0A\x09\x09 <div class=\"numbertext\">3 / 3</div>\x0A\x09\x09 <img src=\"img/trump.jpg\" style=\"width:100%\">\x0A\x09\x09 <div class=\"text\">Caption Three</div>\x0A\x09\x09 </div>\x0A\x0A\x09\x09 <div class=\"mySlides fade\">\x0A\x09\x09 <div class=\"numbertext\">3 / 3</div>\x0A\x09\x09 <img src=\"img/trump.jpg\" style=\"width:100%\">\x0A\x09\x09 <div class=\"text\">Caption Three</div>\x0A\x09\x09 </div>\x0A\x0A\x09\x09 <!-- Next and previous buttons -->\x0A\x09\x09 <a class=\"prev\" onclick=\"plusSlides(-1)\">&#10094;</a>\x0A\x09\x09 <a class=\"next\" onclick=\"plusSlides(1)\">&#10095;</a>\x0A\x09\x09</div>\x0A\x09\x09<br>\x0A\x0A\x09\x09<!-- The dots/circles -->\x0A\x09\x09<div style=\"text-align:center\">\x0A\x09\x09 <span class=\"dot\" onclick=\"currentSlide(1)\"></span>\x0A\x09\x09 <span class=\"dot\" onclick=\"currentSlide(2)\"></span>\x0A\x09\x09 <span class=\"dot\" onclick=\"currentSlide(3)\"></span>\x0A\x09\x09 <span class=\"dot\" onclick=\"currentSlide(4)\"></span>\x0A\x09\x09</div>\x0A\x09</section>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 14vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-6\" style=\"background-position: top center\">\x0A\x09\x09<h5>Pro\xC4\x8D bys m\xC4\x9Bl j\xC3\xADt pr\xC3\xA1v\xC4\x9B k n\xC3\xA1m?</h5>\x0A\x09\x09<hr class=\"gay-hr\">\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 4vh\">\x0A\x09<section class=\"col\">\x0A\x09\x09<link rel=\"stylesheet\" href=\"/css/carousel.css\">\x0A\x09\x09 <!-- Slideshow container -->\x0A\x09\x09<div class=\"slideshow-container\">\x0A\x0A\x09\x09 <!-- Full-width images with number and caption text -->\x0A\x09\x09 <div class=\"mySlides2 fade\">\x0A\x09\x09 <div class=\"numbertext\">1 / 3</div>\x0A\x09\x09 <img src=\"img/trump.jpg\" style=\"width:100%\">\x0A\x09\x09 <div class=\"text\">Caption Text</div>\x0A\x09\x09 </div>\x0A\x0A\x09\x09 <div class=\"mySlides2 fade\">\x0A\x09\x09 <div class=\"numbertext\">2 / 3</div>\x0A\x09\x09 <img src=\"img/trump.jpg\" style=\"width:100%\">\x0A\x09\x09 <div class=\"text\">Caption Two</div>\x0A\x09\x09 </div>\x0A\x0A\x09\x09 <div class=\"mySlides2 fade\">\x0A\x09\x09 <div class=\"numbertext\">3 / 3</div>\x0A\x09\x09 <img src=\"img/trump.jpg\" style=\"width:100%\">\x0A\x09\x09 <div class=\"text\">Caption Three</div>\x0A\x09\x09 </div>\x0A\x0A\x09\x09 <div class=\"mySlides2 fade\">\x0A\x09\x09 <div class=\"numbertext\">3 / 3</div>\x0A\x09\x09 <img src=\"img/trump.jpg\" style=\"width:100%\">\x0A\x09\x09 <div class=\"text\">Caption Three</div>\x0A\x09\x09 </div>\x0A\x0A\x09\x09 <!-- Next and previous buttons -->\x0A\x09\x09 <a class=\"prev\" onclick=\"plusSlides(-1, \'mySlides2\')\">&#10094;</a>\x0A\x09\x09 <a class=\"next\" onclick=\"plusSlides(1, \'mySlides2\')\">&#10095;</a>\x0A\x09\x09</div>\x0A\x09\x09<br>\x0A\x0A\x09\x09<!-- The dots/circles -->\x0A\x09\x09<div style=\"text-align:center\">\x0A\x09\x09 <span class=\"dot\" onclick=\"currentSlide(1, \'mySlides2\')\"></span>\x0A\x09\x09 <span class=\"dot\" onclick=\"currentSlide(2, \'mySlides2\')\"></span>\x0A\x09\x09 <span class=\"dot\" onclick=\"currentSlide(3, \'mySlides2\')\"></span>\x0A\x09\x09 <span class=\"dot\" onclick=\"currentSlide(4, \'mySlides2\')\"></span>\x0A\x09\x09</div>\x0A\x09</section>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A\x09<div class=\"col flexy-boi\" style=\"background-position: top center\">\x0A\x09\x09<h5>Seznam spolk\xC5\xAF a studentsk\xC3\xBDch oborov\xC3\xBDch rad</h5>\x0A\x09\x09<hr class=\"gay-hr\">\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A\x09<div class=\"col flexy-boi\">\x0A\x09\x09<h5 style=\"color: var(--color-primary)\"><b>Najdi ten sv\xC5\xAFj</b></h5>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col flexy-boi\">\x0A\x09\x09<div class=\"horizontal-menu no-underline\" style=\"position: relative; text-decoration: none !important; font-weight: 900\">\x0A\x09\x09\x09<a href=\"javascript:void(0)\">Sport</a>\x0A\x09\x09\x09<a href=\"javascript:void(0)\">Um\xC4\x9Bn\xC3\xAD</a>\x0A\x09\x09\x09<a href=\"javascript:void(0)\">Psychologie</a>\x0A\x09\x09\x09<a href=\"javascript:void(0)\">Pedagogika</a>\x0A\x09\x09\x09<a href=\"javascript:void(0)\">Logika</a>\x0A\x09\x09\x09<a href=\"javascript:void(0)\">Filozofie</a>\x0A\x09\x09\x09<a href=\"javascript:void(0)\">Spole\xC4\x8Dnost</a>\x0A\x09\x09\x09<a href=\"javascript:void(0)\">Hudba</a>\x0A\x09\x09\x09<a href=\"javascript:void(0)\">D\xC4\x9Bjiny</a>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col-1\"></div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 3vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col\">\x0A\x09\x09<a href=\"javascript:void(0)\" class=\"hover-man\"><img src=\"img/trump.jpg\"></a>\x0A\x09\x09<a href=\"javascript:void(0)\" class=\"hover-man\"><img src=\"img/trump.jpg\"></a>\x0A\x09\x09<a href=\"javascript:void(0)\" class=\"hover-man\"><img src=\"img/trump.jpg\"></a>\x0A\x09\x09<a href=\"javascript:void(0)\" class=\"hover-man\"><img src=\"img/trump.jpg\"></a>\x0A\x09</div>\x0A\x09<div class=\"col\">\x0A\x09\x09<a href=\"javascript:void(0)\" class=\"hover-man\"><img src=\"img/trump.jpg\"></a>\x0A\x09\x09<a href=\"javascript:void(0)\" class=\"hover-man\"><img src=\"img/trump.jpg\"></a>\x0A\x09\x09<a href=\"javascript:void(0)\" class=\"hover-man\"><img src=\"img/trump.jpg\"></a>\x0A\x09\x09<a href=\"javascript:void(0)\" class=\"hover-man\"><img src=\"img/trump.jpg\"></a>\x0A\x09</div>\x0A\x09<div class=\"col\">\x0A\x09\x09<a href=\"javascript:void(0)\" class=\"hover-man\"><img src=\"img/trump.jpg\"></a>\x0A\x09\x09<a href=\"javascript:void(0)\" class=\"hover-man\"><img src=\"img/trump.jpg\"></a>\x0A\x09\x09<a href=\"javascript:void(0)\" class=\"hover-man\"><img src=\"img/trump.jpg\"></a>\x0A\x09\x09<a href=\"javascript:void(0)\" class=\"hover-man\"><img src=\"img/trump.jpg\"></a>\x0A\x09</div>\x0A\x09<div class=\"col-1\"></div>\x0A</section>\x0A\x0A");
break;
case "#/zalozit-spolek":
Tmp4 = makeNimstrLit("<section class=\"row fullheight\">\x0A\x09<div class=\"logo\">\x0A\x09\x09<a href=\"https://pedf.cuni.cz/PEDF-1.html\"><img src=\"img/logo.png\"></a>\x0A\x09</div>\x0A\x09<div class=\"row\" style=\"width: 100%\">\x0A\x09\x09<section class=\"col-1\"></section>\x0A\x09\x09<section class=\"col-5\">\x0A\x09\x09\x09<div style=\"margin-top: 23vh\">\x0A\x09\x09\x09\x09<h1 style=\"margin-bottom: 5vh\">Chci zalo\xC5\xBEit spolek</h1>\x0A\x09\x09\x09\x09<hr class=\"gay-hr\">\x0A\x09\x09\x09\x09<h6 style=\"line-height: 1.4; margin-top: 5vh; font-size: calc(var(--font-size) / 1.55)\">\x0A\x09\x09\x09\x09\x09Sna\xC5\xBE\xC3\xADme se podporovat vznik nov\xC3\xBDch studentsk\xC3\xBDch spolk\xC5\xAF jak nejv\xC3\xADc to jde. Pro za\xC4\x8D\xC3\xA1tek trochu terminologie.\x0A\x09\x09\x09\x09</h6>\x0A\x09\x09\x09\x09<button type=\"button\" class=\"button primary cool-button\" style=\"margin-top: 1vh; border-radius: 4vw\">\x0A\x09\x09\x09\x09\x09\xE2\x86\x93 Zjisti v\xC3\xADce\x0A\x09\x09\x09\x09</button>\x0A\x09\x09\x09</div>\x0A\x09\x09</section>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A\x09<section class=\"col-1\"></section>\x0A\x09<section class=\"col-6 bg-square bg-center\">\x0A\x09\x09<h2 style=\"margin-bottom: 1vh\"><b>Form\xC3\xA1ln\xC3\xAD</b></h2>\x0A\x09\x09<hr class=\"gay-hr\" style=\"margin-bottom: 5vh; \">\x0A\x09\x09<p style=\"font-size: calc(var(--font-size) / 1.8); margin-left: 16vw\">\x0A\x09\x09\x09Hod\xC3\xAD se pro v\xC4\x9Bt\xC5\xA1\xC3\xAD (nebo zam\xC3\xBD\xC5\xA1len\xC3\xA9 jako v\xC4\x9Bt\xC5\xA1\xC3\xAD) spolky.\x0A\x09\x09\x09V\xC3\xBDhody jsou hlavn\xC4\x9B v\xC4\x9Bt\xC5\xA1\xC3\xAD po\xC5\x99\xC3\xA1dek d\xC3\xADky stanov\xC3\xA1m v tom, kdo co vede.\x0A\x09\x09\x09Spolky maj\xC3\xAD obvykle radu, kontroln\xC3\xAD komisi a volby do nich. Z\xC3\xA1rove\xC5\x88\x0A\x09\x09\x09se mus\xC3\xAD\xC5\xA1 ofici\xC3\xA1ln\xC4\x9B p\xC5\x99ihl\xC3\xA1sit k soudu a v\xC3\xA9st \xC3\xBA\xC4\x8Detnictv\xC3\xAD. Se v\xC5\xA1\xC3\xADm ti v\xC5\xA1ak pom\xC5\xAF\xC5\xBEeme\x0A\x09\x09</p>\x0A\x09</section>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A\x09<section class=\"col-5\"></section>\x0A\x09<section class=\"col bg-circle bg-center bg-auto\">\x0A\x09\x09<h2 style=\"margin-left: 17vw; margin-bottom: 1vh\"><b>Neform\xC3\xA1ln\xC3\xAD</b></h2>\x0A\x09\x09<hr class=\"gay-hr\" style=\"margin-left: 17vw;margin-bottom: 5vh; \">\x0A\x09\x09<p style=\"font-size: calc(var(--font-size) / 1.8); margin-right: 15vw\">\x0A\x09\x09\x09Hod\xC3\xAD se pro partu lid\xC3\xAD, kter\xC3\xA9 spojuj\xC3\xAD spole\xC4\x8Dn\xC3\xA9 z\xC3\xA1jmy a kon\xC3\xAD\xC4\x8Dky, jako nap\xC5\x99\xC3\xADklad divadlo.\x0A\x09\x09\x09Nemus\xC3\xAD m\xC3\xADt \xC5\xBE\xC3\xA1dn\xC3\xA9 volby, org\xC3\xA1ny a nemus\xC3\xAD odevzd\xC3\xA1vat v\xC3\xBDro\xC4\x8Dn\xC3\xAD zpr\xC3\xA1vy.\x0A\x09\x09</p>\x0A\x09</section>\x0A\x09<section class=\"col-1\"></section>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-10 side-line\" style=\"line-height: 1\">\x0A\x09\x09<div>\x0A\x09\x09<h6 style=\"margin-bottom: 0\"><b>Informace k zalo\xC5\xBEen\xC3\xAD neform\xC3\xA1ln\xC3\xADho spolku</b></h6>\x0A\x09\x09<div>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col\">\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<span>1.</span>\x0A\x09\x09\x09<p>Je t\xC5\x99eba sehnat tolik a tolik lid\xC3\xAD a zaregistrovat se tady - <a href=\"javascript:void(0)\">formul\xC3\xA1\xC5\x99</a></p>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col\">\x0A\x09\x09<div style=\"height: 6vh\"></div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<span>2.</span>\x0A\x09\x09\x09<p>O granty m\xC5\xAF\xC5\xBEe\xC5\xA1 \xC5\xBE\xC3\xA1dat tady, a\xC5\xBE bude venku v\xC3\xBDzva (d\xC3\xA1me ti v\xC4\x9Bd\xC4\x9Bt na email)</p>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col\">\x0A\x09\x09<div style=\"height: 12vh\"></div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<span>3.</span>\x0A\x09\x09\x09<p>Pamatuj ale, \xC5\xBEe v\xC5\xA1echny akce mus\xC3\xAD\xC5\xA1 nahla\xC5\xA1ovat tady - <a href=\"javascript:void(0)\">odkaz</a></p>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col-1\"></div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-10\" style=\"line-height: 1\">\x0A\x09\x09<div class=\"side-line\">\x0A\x09\x09\x09<h6 style=\"margin-bottom: 0\"><b>Informace k zalo\xC5\xBEen\xC3\xAD form\xC3\xA1ln\xC3\xADho spolku</b></h6>\x0A\x09\x09</div>\x0A\x09\x09<p style=\"font-size: calc(var(--font-size) / 1.8); margin-left:1.15vw; margin-top: 0.5vw\">\x0A\x09\x09\x09Tady je to u\xC5\xBE trochu slo\xC5\xBEit\xC4\x9Bj\xC5\xA1\xC3\xAD, ale neboj se, zas tak hrozn\xC3\xA9 to nen\xC3\xAD\x0A\x09\x09</p>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col\">\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>1.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Nejd\xC5\x99\xC3\xADve pot\xC5\x99ebuje\xC5\xA1 p\xC5\x99\xC3\xADpravn\xC3\xBD v\xC3\xBDbor, ten se mus\xC3\xAD skl\xC3\xA1dat z alespo\xC5\x88 3 osob</b></h6>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>4.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Po registraci m\xC5\xAF\xC5\xBEe \xC4\x8Dl\xC3\xA1nek ofici\xC3\xA1ln\xC4\x9B za\xC4\x8D\xC3\xADt fungovat.</b></h6>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>7.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Z\xC3\xA1kladn\xC3\xAD p\xC5\x99edpisy</b></h6>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col\">\x0A\x09\x09<div style=\"height: 6vh\"></div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>2.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Je t\xC5\x99eba sepsat osnovy</b></h6>\x0A\x09\x09\x09\x09<p>\x0A\x09\x09\x09\x09\x09Jak to m\xC3\xA1 Agora se m\xC5\xAF\xC5\xBEe\xC5\xA1 pod\xC3\xADvat tady, Drosophila tady a Emil tady. Otev\xC5\x99eno m\xC3\xA1 pobo\xC4\x8Dkovou strukturu,\x0A\x09\x09\x09\x09\x09tak\xC5\xBEe je to slo\xC5\xBEit\xC4\x9Bj\xC5\xA1\xC3\xAD, ale co kdyby.\x0A\x09\x09\x09\x09</p>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>5.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Zaj\xC3\xADt do banky zalo\xC5\xBEit transparentn\xC3\xAD \xC3\xBA\xC4\x8Det</b></h6>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>8.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Povinnosti a pr\xC3\xA1va spolku</b></h6>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col\">\x0A\x09\x09<div style=\"height: 12vh\"></div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>3.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Po tomhle v\xC5\xA1em mus\xC3\xAD\xC5\xA1 vyplnit</b></h6>\x0A\x09\x09\x09\x09<p>\x0A\x09\x09\x09\x09\x09<a href=\"javascript:void(0)\">tenhle formul\xC3\xA1\xC5\x99</a>\x0A\x09\x09\x09\x09</p>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>6.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Registrace jako fakultn\xC3\xAD spolek - <a href=\"javascript:void(0)\">zde</a></b></h6>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<span>9.</span>\x0A\x09\x09\x09\x09<h6 style=\"font-size: calc(var(--font-size) / 1.8)\"><b>Nahla\xC5\xA1ov\xC3\xA1n\xC3\xAD akc\xC3\xAD</b></h6>\x0A\x09\x09\x09\x09<p>\x0APovinnosti a pr\xC3\xA1va spolkuspolkem d\xC4\x9Blat se d\xC4\x9Bl\xC3\xA1 tady:\x0A\x09\x09\x09\x09\x09<a href=\"javascript:void(0)\">formul\xC3\xA1\xC5\x99 nahla\xC5\xA1ov\xC3\xA1n\xC3\xAD akc\xC3\xAD</a>\x0A\x09\x09\x09\x09</p>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col-1\"></div>\x0A</section>\x0A");
break;
default:
Tmp4 = makeNimstrLit("<section class=\"row fullheight\">\x0A\x09<div class=\"logo\">\x0A\x09\x09<a href=\"https://pedf.cuni.cz/PEDF-1.html\"><img src=\"img/logo.png\"></a>\x0A\x09</div>\x0A\x09<div class=\"horizontal-menu\">\x0A\x09\x09<span>Povinnosti:</span>\x0A\x09\x09<a>V\xC3\xBDro\xC4\x8Dn\xC3\xAD zpr\xC3\xA1va</a>\x0A\x09\x09<a>Spolkov\xC3\xA1 m\xC3\xADstnost</a>\x0A\x09\x09<a>Akce a nahla\xC5\xA1ov\xC3\xA1n\xC3\xAD akc\xC3\xAD</a>\x0A\x09\x09<a>Odkazy a inspirace</a>\x0A\x09\x09<a>Dal\xC5\xA1\xC3\xAD spolky</a>\x0A\x09\x09<a>P\xC5\x99edpisy a pravidla</a>\x0A\x09</div>\x0A\x09<div class=\"row\" style=\"width: 100%\">\x0A\x09\x09<section class=\"col-1\"></section>\x0A\x09\x09<section class=\"col-5\">\x0A\x09\x09\x09<div style=\"margin-top: 23vh\">\x0A\x09\x09\x09\x09<h1 style=\"margin-bottom: 5vh\">P\xC5\x99edseda spolku</h1>\x0A\x09\x09\x09\x09<hr class=\"gay-hr\">\x0A\x09\x09\x09\x09<h6 style=\"line-height: 1.4; margin-top: 5vh\">\x0A\x09\x09\x09\x09\x09Provedeme t\xC4\x9B v\xC5\xA1emi povinnostmi a mo\xC5\xBEnostmi, kter\xC3\xA9 jako p\xC5\x99edseda m\xC3\xA1\xC5\xA1.\x0A\x09\x09\x09\x09</h6>\x0A\x09\x09\x09\x09<button type=\"button\" class=\"button primary cool-button\" style=\"margin-top: 1vh; border-radius: 4vw\">\x0A\x09\x09\x09\x09\x09\xE2\x86\x93 Zjisti v\xC3\xADce\x0A\x09\x09\x09\x09</button>\x0A\x09\x09\x09</div>\x0A\x09\x09</section>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 9rem\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-4 bg-circle\">\x0A\x09\x09<h3>V\xC3\xBDro\xC4\x8Dn\xC3\xAD zpr\xC3\xA1va</h3>\x0A\x09\x09<hr class=\"gay-hr\">\x0A\x09\x09<p style=\"font-size: calc(var(--font-size) / 2); margin-top: 5vh; text-align: justify\">\x0A\x09\x09\x09Ka\xC5\xBEd\xC3\xBD form\xC3\xA1ln\xC3\xAD spolek m\xC3\xA1 povinnost odevzd\xC3\xA1vat ka\xC5\xBEd\xC3\xBD rok 30.4 v\xC3\xBDro\xC4\x8Dn\xC3\xAD zpr\xC3\xA1vu v\xC4\x8Detn\xC4\x9B zpr\xC3\xA1vy o hospoda\xC5\x99en\xC3\xAD\x0A\x09\x09</p>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 4vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-5 flexy-boi\">\x0A\x09\x09<h5 style=\"margin-bottom: 0; margin-left: -14vw\">\x0A\x09\x09\x09A jak na n\xC3\xAD?\x0A\x09\x09</h5>\x0A\x09\x09<h5 style=\"padding-left: 4vw; margin-top:0\" class=\"text-primary\">\x0A\x09\x09\x09To ti \xC5\x99ekne Ver\xC4\x8Da\x0A\x09\x09<h5>\x0A\x09</div>\x0A\x09<div class=\"col-5\">\x0A\x09\x09<video class=\"smol-video\" controls>\x0A\x09\x09\x09<source src=\"/img/1566501668807.webm\" type=\"video/webm\">\x0A\x09\x09\x09Your browser is gay.\x0A\x09\x09</video>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-3 side-line\" style=\"line-height: 1\">\x0A\x09\x09<div>\x0A\x09\x09<h6 style=\"margin-bottom: 0\"><b>Hlavn\xC3\xAD body,</b></h6>\x0A\x09\x09<p style=\"margin-top:0; margin-bottom: 2vh; font-size: calc(var(--font-size) / 1.5)\">kter\xC3\xA9 tam nesm\xC3\xAD chyb\xC4\x9Bt jsou:</p>\x0A\x09\x09<div>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 5vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col\">\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<span>1.</span>\x0A\x09\x09\x09<p>Po\xC4\x8Det \xC4\x8Dlen\xC5\xAF</p>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<span>4.</span>\x0A\x09\x09\x09<p>Souhrn \xC4\x8Dinnosti za minul\xC3\xBD kalend\xC3\xA1\xC5\x99n\xC3\xAD rok</p>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<div class=\"down\">\x0A\x09\x09\x09<div class=\"right\">\x0A\x09\x09\x09\x09<span>7.</span>\x0A\x09\x09\x09\x09<p>Hospoda\xC5\x99en\xC3\xAD (v\xC3\xBDdaje rozd\xC4\x9Bleny na tyto \xC4\x8D\xC3\xA1sti)</p>\x0A\x09\x09\x09</div>\x0A\x09\x09\x09\x09<ol type=\"a\">\x0A\x09\x09\x09\x09\x09<li>Projekty a program</li>\x0A\x09\x09\x09\x09\x09<li>Marketing a PR</li>\x0A\x09\x09\x09\x09\x09<li>Provoz spolku</li>\x0A\x09\x09\x09\x09</ol>\x0A\x09\x09\x09</div>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col\">\x0A\x09\x09<div style=\"height: 6vh\"></div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<span>2.</span>\x0A\x09\x09\x09<p>Souhrn \xC4\x8Dinnosti za minul\xC3\xBD kalend\xC3\xA1\xC5\x99n\xC3\xAD rok</p>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<span>5.</span>\x0A\x09\x09\x09<p>Souhrn \xC4\x8Dinnosti za minul\xC3\xBD kalend\xC3\xA1\xC5\x99n\xC3\xAD rok</p>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col\">\x0A\x09\x09<div style=\"height: 12vh\"></div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<span>3.</span>\x0A\x09\x09\x09<p>Souhrn \xC4\x8Dinnosti za minul\xC3\xBD kalend\xC3\xA1\xC5\x99n\xC3\xAD rok</p>\x0A\x09\x09</div>\x0A\x09\x09<div class=\"number-gay\">\x0A\x09\x09\x09<span>6.</span>\x0A\x09\x09\x09<p>Souhrn \xC4\x8Dinnosti za minul\xC3\xBD kalend\xC3\xA1\xC5\x99n\xC3\xAD rok</p>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col-1\"></div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 9rem\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-4 bg-square\">\x0A\x09\x09<h3>Spolkov\xC3\xA1 m\xC3\xADstnost</h3>\x0A\x09\x09<hr class=\"gay-hr\">\x0A\x09\x09<p style=\"font-size: calc(var(--font-size) / 2); margin-top: 5vh; text-align: justify\">\x0A\x09\x09\x09Ka\xC5\xBEd\xC3\xBD form\xC3\xA1ln\xC3\xAD spolek m\xC3\xA1 n\xC3\xA1rok na p\xC5\x99\xC3\xADstup do spolkov\xC3\xA9 m\xC3\xADstnosti, kter\xC3\xA1 m\xC3\xA1 ozna\xC4\x8Den\xC3\xAD S104 tzv. spolkovka\x0A\x09\x09</p>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 9vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-5 flexy-boi\" style=\"width: 15vw; margin: 10vw 0\">\x0A\x09\x09<div class=\"side-line\">\x0A\x09\x09\x09<p style=\"margin-top:0; margin-bottom: 2vh; font-size: calc(var(--font-size) / 1.7); width: 13vw\">\x0A\x09\x09\x09\x09Pravidla spolkovky jsou n\xC3\xA1sleduj\xC3\xADc\xC3\xAD:\x0A\x09\x09\x09</p>\x0A\x09\x09</div>\x0A\x09</div>\x0A\x09<div class=\"col-5\">\x0A\x09\x09<img src=\"/img/trump.jpg\" style=\"height: 100%; width: auto;\">\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 9rem\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-5 bg-circle\">\x0A\x09\x09<h3>Akce a nahla\xC5\xA1ov\xC3\xA1n\xC3\xAD akc\xC3\xAD</h3>\x0A\x09\x09<hr class=\"gay-hr\">\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 9vh\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-5\" style=\"font-size: calc(var(--font-size) / 1.9); padding-right: 4vw\">\x0A\x09\x09<p>\x0A\x09\x09\x09Pokud chce\xC5\xA1 po\xC5\x99\xC3\xA1dat akci na fakult\xC4\x9B, je zapot\xC5\x99eb\xC3\xAD to nejprve nahl\xC3\xA1sit p\xC5\x99es formul\xC3\xA1\xC5\x99 na\x0A\x09\x09\x09<a href=\"https://akce.pedf.cuni.cz\">akce.pedf.cuni.cz</a>. Pokud se jedn\xC3\xA1 o malou akci vy\xC5\xBEaduj\xC3\xADc\xC3\xAD pouze mal\xC3\xBD po\xC4\x8Det u\xC4\x8Deben\x0A\x09\x09\x09nebo spole\xC4\x8Dn\xC3\xBD prostor pouze po kr\xC3\xA1tkou dobu, tak sta\xC4\x8D\xC3\xAD akci nahl\xC3\xA1sit o 10 dn\xC5\xAF p\xC5\x99edem (v\xC3\xADce u organizov\xC3\xA1n\xC3\xAD akc\xC3\xAD)\x0A\x09\x09</p>\x0A\x09\x09<p>\x0A\x09\x09\x09Je mo\xC5\xBEnost po\xC5\xBE\xC3\xA1dat o stoly, \xC5\xBEidle, podporu aj\xC5\xA5\xC3\xA1k\xC5\xAF nebo m\xC3\xADsto na webovk\xC3\xA1ch. V\xC5\xA1echny n\xC3\xA1jmy pro form\xC3\xA1ln\xC3\xAD spolky jsou bezplatn\xC3\xA9.\x0A\x09\x09</p>\x0A\x09</div>\x0A\x09<div class=\"col-5\">\x0A\x09\x09<img src=\"/img/trump.jpg\" style=\"height: 100%; width: auto;\">\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 9rem\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-5 bg-square\" style=\"background-position: top center\">\x0A\x09\x09<h4>Odkazy a inspirace</h4>\x0A\x09\x09<hr class=\"gay-hr\">\x0A\x09\x09<p style=\"font-size: calc(var(--font-size) / 2); margin-top: 5vh; text-align: justify\">\x0A\x09\x09\x09Tady najde\xC5\xA1 spolky, kter\xC3\xA9 p\xC5\xAFsob\xC3\xAD na UK:<br>\x0A\x09\x09\x09<a href=\"https://cuni.cz/UK-8518.html\">https://cuni.cz/UK-8518.html</a>\x0A\x09\x09\x09<br><br>\x0A\x09\x09\x09Kurzy na r\xC5\xAFzn\xC3\xA9 dovednosti m\xC5\xAF\xC5\xBEe\xC5\xA1 naj\xC3\xADt zde:<br>\x0A\x09\x09\x09<a href=\"www.naucmese.cz\">www.naucmese.cz</a> nebo na\x0A\x09\x09\x09<a href=\"https://www.acsa.cz\">https://www.acsa.cz</a>\x0A\x09\x09</p>\x0A\x09</div>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 4vh\">\x0A\x09<section class=\"col\">\x0A\x09\x09<link rel=\"stylesheet\" href=\"/css/carousel.css\">\x0A\x09\x09 <!-- Slideshow container -->\x0A\x09\x09<div class=\"slideshow-container\">\x0A\x0A\x09\x09 <!-- Full-width images with number and caption text -->\x0A\x09\x09 <div class=\"mySlides fade\">\x0A\x09\x09 <div class=\"numbertext\">1 / 3</div>\x0A\x09\x09 <img src=\"img/trump.jpg\" style=\"width:100%\">\x0A\x09\x09 <div class=\"text\">Caption Text</div>\x0A\x09\x09 </div>\x0A\x0A\x09\x09 <div class=\"mySlides fade\">\x0A\x09\x09 <div class=\"numbertext\">2 / 3</div>\x0A\x09\x09 <img src=\"img/trump.jpg\" style=\"width:100%\">\x0A\x09\x09 <div class=\"text\">Caption Two</div>\x0A\x09\x09 </div>\x0A\x0A\x09\x09 <div class=\"mySlides fade\">\x0A\x09\x09 <div class=\"numbertext\">3 / 3</div>\x0A\x09\x09 <img src=\"img/trump.jpg\" style=\"width:100%\">\x0A\x09\x09 <div class=\"text\">Caption Three</div>\x0A\x09\x09 </div>\x0A\x0A\x09\x09 <div class=\"mySlides fade\">\x0A\x09\x09 <div class=\"numbertext\">3 / 3</div>\x0A\x09\x09 <img src=\"img/trump.jpg\" style=\"width:100%\">\x0A\x09\x09 <div class=\"text\">Caption Three</div>\x0A\x09\x09 </div>\x0A\x0A\x09\x09 <!-- Next and previous buttons -->\x0A\x09\x09 <a class=\"prev\" onclick=\"plusSlides(-1)\">&#10094;</a>\x0A\x09\x09 <a class=\"next\" onclick=\"plusSlides(1)\">&#10095;</a>\x0A\x09\x09</div>\x0A\x09\x09<br>\x0A\x0A\x09\x09<!-- The dots/circles -->\x0A\x09\x09<div style=\"text-align:center\">\x0A\x09\x09 <span class=\"dot\" onclick=\"currentSlide(1)\"></span>\x0A\x09\x09 <span class=\"dot\" onclick=\"currentSlide(2)\"></span>\x0A\x09\x09 <span class=\"dot\" onclick=\"currentSlide(3)\"></span>\x0A\x09\x09 <span class=\"dot\" onclick=\"currentSlide(4)\"></span>\x0A\x09\x09</div>\x0A\x09</section>\x0A\x09<script src=\"js/carousel.js\"></script>\x0A</section>\x0A<section class=\"row\" style=\"margin-top: 9rem\">\x0A\x09<div class=\"col-1\"></div>\x0A\x09<div class=\"col-5 bg-square\" style=\"background-position: top center\">\x0A\x09\x09<h4>P\xC5\x99edpisy a pravidla</h4>\x0A\x09\x09<hr class=\"gay-hr\">\x0A\x09\x09<p style=\"font-size: calc(var(--font-size) / 1.3); margin-top: 5vh; text-align: justify\">\x0A\x09\x09\x09Z\xC3\xA1kladn\xC3\xAD p\xC5\x99edpisy, kter\xC3\xBDmi se spolky \xC5\x99id\xC3\xAD jsou:<br>\x0A\x09\x09</p>\x0A\x09\x09<ul style=\"font-size: calc(var(--font-size) / 1.3); list-style: none;\">\x0A\x09\x09\x09<li>Tento p\xC5\x99edpis</li>\x0A\x09\x09\x09<li>Tento p\xC5\x99edpis</li>\x0A\x09\x09\x09<li>Tento p\xC5\x99edpis</li>\x0A\x09\x09</ul>\x0A\x09</div>\x0A</section>\x0A");
break;
}
document.querySelector("#root").innerHTML = toJSStr(Tmp4);
framePtr = F.prev;
}