<?xml version="1.0" encoding="UTF-8"  ?>

<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel>
	<atom:link href="https://www.pbf.unizg.hr/feed/rss.php" rel="self" type="application/rss+xml" />
	<title> - Studentski zbor</title>
	<link>/studenti/studentske_organizacije/studentski_zbor</link>
	<description></description>
	<language></language>
	<copyright></copyright>
	<webMaster> (Webmaster)</webMaster>
	<managingEditor> (Webmaster)</managingEditor>
	<ttl>240</ttl>

		<item>
		<title>Studentski zbor</title>
		<pubDate>Thu, 26 Mar 2026 20:43:23 GMT</pubDate>
		<category>Content</category>
		<description>
		&lt;table border="0" width="100%"&gt;&lt;tr&gt;&lt;td&gt;
		
					&lt;style type="text/css"&gt;:root {
        --pbf-blue: #2543A0;
        --pbf-yellow: #FFD700;
        --pbf-text: #333;
        --pbf-light: #f4f7fa;
    }

    .pbf-content-wrapper {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        color: var(--pbf-text);
        line-height: 1.7;
        background-color: #ffffff;
    }

    /* Čisti bijeli header - Logo lijevo i veći */
    .zbor-header-main {
        background-color: #ffffff;
        padding: 40px 0;
        margin-bottom: 30px;
    }

    .zbor-logo-box {
        width: 280px; /* Povećano prema zahtjevu */
        height: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start; /* Logo lijevo */
    }

    .zbor-logo-box img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    /* Timeline sekcija */
    .pbf-history-line {
        display: flex;
        justify-content: space-around;
        background: var(--pbf-light);
        padding: 20px;
        margin: 20px 0;
        border-left: 5px solid var(--pbf-blue);
    }

    .history-item { text-align: center; }
    .history-year {
        display: block;
        font-weight: 800;
        color: var(--pbf-blue);
        font-size: 1.2rem;
    }

    /* Kartice i pilule */
    .pbf-card {
        background: #ffffff;
        padding: 30px;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        height: 100%;
        border: 1px solid #eee;
    }

    .pbf-pill-tag {
        display: inline-block;
        background: #eef2ff;
        color: var(--pbf-blue);
        padding: 6px 15px;
        border-radius: 50px;
        font-size: 0.9rem;
        font-weight: 600;
        margin: 4px;
        border: 1px solid #d0d7f3;
    }

    .zbor-stat-box {
        background: var(--pbf-blue);
        color: #ffffff;
        border-radius: 12px;
        padding: 30px;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.zbor-stat-box, 
.zbor-stat-box p, 
.zbor-stat-box span:not(.big-number) {
    color: #ffffff !important;
}

    .big-number {
        font-size: 3.5rem;
        font-weight: 800;
        color: var(--pbf-yellow);
        display: block;
        line-height: 1;
        margin-bottom: 10px;
    }

    .sub-title-blue {
        color: var(--pbf-blue);
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 1.5rem;
        text-transform: none;
    }

    /* Pločice za projekte */
    .project-tile {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        padding: 15px;
        background: var(--pbf-light);
        border-radius: 8px;
        transition: 0.3s ease;
        text-decoration: none; /* Za link */
        color: var(--pbf-text); /* Za link */
    }
    .project-tile:hover {
        background: #eef2ff;
        transform: translateX(8px);
    }
    .project-num {
        background: var(--pbf-blue);
        color: white;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        flex-shrink: 0;
        font-weight: bold;
        font-size: 0.85rem;
    }

    /* Čisto plavo polje */
    .callout-blue-box {
        background: var(--pbf-blue);
        padding: 40px;
        border-radius: 15px;
        text-align: center;
        margin: 40px 0;
    }
    .callout-blue-box h4 {
        color: #ffffff !important;
        font-weight: 700;
        font-size: 1.35rem;
        margin: 0;
        line-height: 1.5;
    }

    /* Gumb */
    .btn-facebook-pbf {
        background-color: #1877F2;
        color: #ffffff !important;
        padding: 14px 30px;
        border-radius: 8px;
        font-weight: 700;
        text-decoration: none !important;
        display: inline-flex;
        align-items: center;
        transition: 0.3s;
        border: none;
    }
    .btn-facebook-pbf:hover {
        background-color: #145dbf;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }
&lt;/style&gt;
&lt;div class="container-fluid p-0 pbf-content-wrapper"&gt;
&lt;header class="zbor-header-main"&gt;
&lt;div class="container"&gt;
&lt;div class="row align-items-center"&gt;
&lt;div class="col-md-12"&gt;
&lt;div class="zbor-logo-box"&gt;&lt;img alt="Studentski zbor PBF" src="/images/50038573/Zbor.png" /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/header&gt;

&lt;div class="container"&gt;
&lt;div class="row g-4 align-items-stretch mb-5"&gt;
&lt;div class="col-lg-8"&gt;
&lt;div class="pbf-card"&gt;
&lt;h2 class="sub-title-blue"&gt;O Studentskom zboru&lt;/h2&gt;

&lt;p&gt;Studentski zbor PBF-a Sveučilišta u Zagrebu je predstavničko tijelo koje štiti interese studenata, sudjeluje u radu i odlučivanju u tijelima PBF-a te predstavlja studente u sustavu visokog obrazovanja.&lt;/p&gt;

&lt;div class="pbf-history-line"&gt;
&lt;div class="history-item"&gt;&lt;span class="history-year"&gt;1996.&lt;/span&gt;&lt;span class="small"&gt;Utemeljen Zbor&lt;/span&gt;&lt;/div&gt;

&lt;div class="history-item"&gt;&lt;span class="history-year"&gt;2007.&lt;/span&gt;&lt;span class="small"&gt;Zakon o SZ&lt;/span&gt;&lt;/div&gt;

&lt;div class="history-item"&gt;&lt;span class="history-year"&gt;Danas&lt;/span&gt;&lt;span class="small"&gt;Legitimno zastupanje&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p class="mb-0"&gt;Utemeljen je krajem 1996. godine, a rad mu je uređen &lt;a href="https://www.zakon.hr/z/1843/zakon-o-studentskom-zboru-i-drugim-studentskim-organizacijama-"&gt;Zakonom&lt;/a&gt; o studentskom zboru i drugim studentskim organizacijama (NN 71/2007).&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="col-lg-4"&gt;
&lt;div class="zbor-stat-box"&gt;&lt;span class="big-number"&gt;11&lt;/span&gt;

&lt;p class="fw-bold mb-2"&gt;Članova zbora&lt;/p&gt;

&lt;p class="small opacity-75 mb-0"&gt;Studenti svih razina studija biraju svoje predstavnike svake dvije akademske godine.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="row g-4 mb-5"&gt;
&lt;div class="col-md-6"&gt;
&lt;div class="pbf-card"&gt;
&lt;h2 class="sub-title-blue"&gt;Struktura i sudjelovanje&lt;/h2&gt;

&lt;p&gt;Zbor imenuje studentskog pravobranitelja te bira predstavnike u ključna tijela fakulteta:&lt;/p&gt;

&lt;div class="mt-3"&gt;&lt;span class="pbf-pill-tag"&gt;Fakultetsko vijeće PBF-a&lt;/span&gt; &lt;span class="pbf-pill-tag"&gt;Odbor za nastavu&lt;/span&gt; &lt;span class="pbf-pill-tag"&gt;Povjerenstvo za upravljanje kvalitetom&lt;/span&gt; &lt;span class="pbf-pill-tag"&gt;Skupština SZ Sveučilišta&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="col-md-6"&gt;
&lt;div class="pbf-card"&gt;
&lt;h2 class="sub-title-blue"&gt;Glavne zadaće&lt;/h2&gt;

&lt;ul class="list-unstyled mb-0"&gt;
	&lt;li class="mb-2"&gt;&lt;span class="me-2" style="color:var(--pbf-yellow); font-weight: bold;"&gt;✔&lt;/span&gt; Briga o kvaliteti studijskog procesa i reformi studija&lt;/li&gt;
	&lt;li class="mb-2"&gt;&lt;span class="me-2" style="color:var(--pbf-yellow); font-weight: bold;"&gt;✔&lt;/span&gt; Zaštita studentskih prava i standarda&lt;/li&gt;
	&lt;li class="mb-2"&gt;&lt;span class="me-2" style="color:var(--pbf-yellow); font-weight: bold;"&gt;✔&lt;/span&gt; Provedba programa kulture, sporta i znanosti&lt;/li&gt;
	&lt;li&gt;&lt;span class="me-2" style="color:var(--pbf-yellow); font-weight: bold;"&gt;✔&lt;/span&gt; Sprječavanje diskriminacije studenata&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="pbf-card mb-5"&gt;
&lt;h2 class="sub-title-blue text-center"&gt;Nositelji studentskih projekata&lt;/h2&gt;

&lt;div class="row g-3"&gt;
&lt;div class="col-md-6"&gt;&lt;a class="project-tile" href="studentski_zbor/tehnologijada"&gt;
&lt;div class="project-num"&gt;1&lt;/div&gt;
Tehnologijada&lt;/a&gt;&lt;/div&gt;

&lt;div class="col-md-6"&gt;
&lt;div class="project-tile"&gt;
&lt;div class="project-num"&gt;2&lt;/div&gt;
Smotra Sveučilišta u Zagrebu&lt;/div&gt;
&lt;/div&gt;

&lt;div class="col-md-12"&gt;
&lt;div class="project-tile"&gt;
&lt;div class="project-num"&gt;3&lt;/div&gt;
Suradnja s udrugama ASU PBF i PROBION&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="callout-blue-box"&gt;
&lt;h4&gt;&lt;em&gt;"Studentski zbor PBF-a legalno i legitimno zastupa interese studentske populacije PBF-a na svim razinama"&lt;/em&gt;&lt;/h4&gt;
&lt;/div&gt;

&lt;div class="text-center pb-5"&gt;&lt;a class="btn-facebook-pbf" href="https://www.facebook.com/StudentskiZborPbf" target="_blank"&gt;&lt;svg class="me-2" fill="white" height="20" viewbox="0 0 24 24" width="20"&gt;&lt;path d="M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z"&gt;&lt;/path&gt;&lt;/svg&gt; Facebook stranica Studentskog zbora PBF-a &lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://www.pbf.unizg.hr/studenti/studentske_organizacije/studentski_zbor#content___4777</link>
			<guid>https://www.pbf.unizg.hr/studenti/studentske_organizacije/studentski_zbor#content___4777</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
	</channel>
</rss>
