<?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> - Studenti</title>
	<link>/studenti</link>
	<description></description>
	<language></language>
	<copyright></copyright>
	<webMaster> (Webmaster)</webMaster>
	<managingEditor> (Webmaster)</managingEditor>
	<ttl>240</ttl>

		<item>
		<title></title>
		<pubDate>Fri, 24 Apr 2026 09:25:03 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;.pbf-wrapper {
        --pbf-blue: rgb(37, 67, 160);
        --pbf-green: rgb(96, 191, 160);
        --pbf-yellow: rgb(238, 224, 93);
        --pbf-dark-blue: rgb(26, 61, 143);
        max-width: 1140px;
        margin: 40px auto;
        font-family: 'Segoe UI', Roboto, sans-serif;
    }

    .pbf-studiji-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-bottom: 20px;
    }

    .pbf-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 250px;
        padding: 30px;
        text-decoration: none !important;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        position: relative;
        border-radius: 4px;
        border: none;
    }

    /* Klase za horizontalnu podjelu prve pločice */
    .pbf-split-column {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .pbf-card-half {
        min-height: calc(125px - 10px) !important;
        padding: 20px 30px !important;
    }

    .pbf-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }

    .pbf-card-title {
        font-size: 1.4rem;
        font-weight: 800;
        margin-bottom: 12px;
        line-height: 1.2;
    }

    .pbf-card-text {
        font-size: 0.95rem;
        line-height: 1.5;
        opacity: 0.95;
    }

    .pbf-card-footer {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        margin-top: 20px;
        height: 40px;
    }

    .pbf-line {
        position: absolute;
        left: 0;
        height: 2px;
        width: 60px;
        transition: width 0.3s ease;
    }

    .pbf-card:hover .pbf-line {
        width: 90px;
    }

    .pbf-circle-arrow {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease;
        z-index: 2;
    }

    .pbf-circle-arrow svg {
        width: 22px;
        height: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.2px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .pbf-card:hover .pbf-circle-arrow {
        transform: scale(1.15);
    }

    .pbf-bg-blue { background-color: var(--pbf-blue) !important; color: white !important; }
    .pbf-bg-blue .pbf-line { background-color: rgba(255,255,255,0.6); }
    .pbf-bg-blue .pbf-circle-arrow { background-color: rgba(255,255,255,0.2); color: white; }

    .pbf-bg-green { background-color: var(--pbf-green) !important; color: white !important; }
    .pbf-bg-green .pbf-line { background-color: rgba(255,255,255,0.6); }
    .pbf-bg-green .pbf-circle-arrow { background-color: rgba(255,255,255,0.2); color: white; }

    .pbf-bg-yellow { background-color: var(--pbf-yellow) !important; color: var(--pbf-dark-blue) !important; }
    .pbf-bg-yellow .pbf-line { background-color: rgba(26, 61, 143, 0.4); }
    .pbf-bg-yellow .pbf-circle-arrow { background-color: rgba(26, 61, 143, 0.1); color: var(--pbf-dark-blue); }

    @media (max-width: 992px) { .pbf-studiji-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 768px) { .pbf-studiji-grid { grid-template-columns: 1fr; } }
&lt;/style&gt;
&lt;div class="pbf-wrapper"&gt;
&lt;div class="pbf-studiji-grid"&gt;
&lt;div class="pbf-split-column"&gt;&lt;a class="pbf-card pbf-bg-blue pbf-card-half" href="https://www.isvu.hr/studomat/hr/pocetna"&gt;
&lt;div&gt;
&lt;div class="pbf-card-title" style="font-size: 1.2rem; margin-bottom: 5px;"&gt;Studomat&lt;/div&gt;

&lt;div class="pbf-card-text" style="font-size: 0.85rem;"&gt;Prijavite ispite i pratite ocjene.&lt;/div&gt;
&lt;/div&gt;

&lt;div class="pbf-card-footer" style="margin-top: 10px; height: 30px;"&gt;
&lt;div class="pbf-line"&gt;&amp;nbsp;&lt;/div&gt;

&lt;div class="pbf-circle-arrow" style="width: 30px; height: 30px;"&gt;&lt;svg style="width: 18px; height: 18px;" viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt; &lt;a class="pbf-card pbf-bg-blue pbf-card-half" href="/fakultet/ustroj/jedinica_za_opce_poslove/knjiznica"&gt;
&lt;div&gt;
&lt;div class="pbf-card-title" style="font-size: 1.2rem; margin-bottom: 5px;"&gt;Knjižnica&lt;/div&gt;

&lt;div class="pbf-card-text" style="font-size: 0.85rem;"&gt;Katalog i digitalni resursi.&lt;/div&gt;
&lt;/div&gt;

&lt;div class="pbf-card-footer" style="margin-top: 10px; height: 30px;"&gt;
&lt;div class="pbf-line"&gt;&amp;nbsp;&lt;/div&gt;

&lt;div class="pbf-circle-arrow" style="width: 30px; height: 30px;"&gt;&lt;svg style="width: 18px; height: 18px;" viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt;&lt;/div&gt;
&lt;a class="pbf-card pbf-bg-green" href="/studenti/faq"&gt;
&lt;div&gt;
&lt;div class="pbf-card-title"&gt;Često postavljana pitanja&lt;/div&gt;

&lt;div class="pbf-card-text"&gt;Pronađite brze odgovore na najčešće administrativne upite, pitanja o molbama i potvrdama.&lt;/div&gt;
&lt;/div&gt;

&lt;div class="pbf-card-footer"&gt;
&lt;div class="pbf-line"&gt;&amp;nbsp;&lt;/div&gt;

&lt;div class="pbf-circle-arrow"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt; &lt;a class="pbf-card pbf-bg-yellow" href="/studenti/obavijesti"&gt;
&lt;div&gt;
&lt;div class="pbf-card-title"&gt;Obavijesti&lt;/div&gt;

&lt;div class="pbf-card-text"&gt;Sve važne informacije o tijeku studija, studentskom standardu i aktualnim događanjima na PBF-u.&lt;/div&gt;
&lt;/div&gt;

&lt;div class="pbf-card-footer"&gt;
&lt;div class="pbf-line"&gt;&amp;nbsp;&lt;/div&gt;

&lt;div class="pbf-circle-arrow"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt;&lt;/div&gt;

&lt;div class="pbf-studiji-grid"&gt;&lt;a class="pbf-card pbf-bg-blue" href="/studenti/podrska-studentima"&gt;
&lt;div&gt;
&lt;div class="pbf-card-title"&gt;Podrška studentima&lt;/div&gt;

&lt;div class="pbf-card-text"&gt;Informacije o Uredu za studente, psihološkom savjetovanju i potpori studentima s invaliditetom.&lt;/div&gt;
&lt;/div&gt;

&lt;div class="pbf-card-footer"&gt;
&lt;div class="pbf-line"&gt;&amp;nbsp;&lt;/div&gt;

&lt;div class="pbf-circle-arrow"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt; &lt;a class="pbf-card pbf-bg-green" href="/studenti/zdravstvena"&gt;
&lt;div&gt;
&lt;div class="pbf-card-title"&gt;Zdravstvena zaštita&lt;/div&gt;

&lt;div class="pbf-card-text"&gt;Termini sistematskih pregleda, kontakti studentskih liječnika i informacije o zdravstvenom osiguranju.&lt;/div&gt;
&lt;/div&gt;

&lt;div class="pbf-card-footer"&gt;
&lt;div class="pbf-line"&gt;&amp;nbsp;&lt;/div&gt;

&lt;div class="pbf-circle-arrow"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt; &lt;a class="pbf-card pbf-bg-yellow" href="/mobilnost-studenata"&gt;
&lt;div&gt;
&lt;div class="pbf-card-title"&gt;Mobilnost studenata&lt;/div&gt;

&lt;div class="pbf-card-text"&gt;Istražite Erasmus+ programe, stručne prakse u inozemstvu i međunarodnu suradnju fakulteta.&lt;/div&gt;
&lt;/div&gt;

&lt;div class="pbf-card-footer"&gt;
&lt;div class="pbf-line"&gt;&amp;nbsp;&lt;/div&gt;

&lt;div class="pbf-circle-arrow"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;

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