From d972e45c2f4584fd250062f5d1a3365cfa296edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Poljan=C5=A1ek?= Date: Tue, 9 Sep 2025 17:49:31 +0200 Subject: [PATCH] =?UTF-8?q?Posodobljeni=20=C4=8Dlanki?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code_export.txt | 1232 ++++++++--------- css/base/_base.css | 112 +- css/layout/_header.css | 2 +- css/pages/_article.css | 45 +- css/pages/_projects.css | 6 + en/about-us/index.html | 10 +- en/about-us/index.html.bak | 42 +- en/index.html | 10 +- en/index.html.bak | 14 +- en/projects/index.html | 12 +- en/projects/index.html.bak | 14 +- .../index.html | 222 +-- .../index.html.bak | 611 ++++---- .../index.html | 10 +- .../index.html.bak | 12 +- .../meet-student-slovenia-2023/index.html | 271 ++-- .../meet-student-slovenia-2023/index.html.bak | 660 ++++----- .../meet-student-slovenia-2024/index.html | 57 +- .../meet-student-slovenia-2024/index.html.bak | 51 +- .../morning-coffee-in-front-of-ctk/index.html | 198 +-- .../index.html.bak | 587 ++++---- en/projects/testproject/index.html | 10 +- en/projects/testproject/index.html.bak | 12 +- en/timeline-and-milestones/index.html | 10 +- en/timeline-and-milestones/index.html.bak | 20 +- templates/en/footer.html | 2 +- templates/en/header.html | 8 +- 27 files changed, 2221 insertions(+), 2019 deletions(-) diff --git a/code_export.txt b/code_export.txt index 4198190..ebbd005 100644 --- a/code_export.txt +++ b/code_export.txt @@ -14,6 +14,7 @@ html { /* To je pomembno, da ostane prazno ali brez overflow-x: hidden */ + overflow-x: hidden; /* Dodano za preprečevanje horizontalnega drsenja, ki ga body morda ne ujame. */ } body { @@ -2127,7 +2128,7 @@ footer hr { width: 100%; height: 100%; z-index: 1; - background: url('../../images/HeroSection-img1.JPG') no-repeat center center/cover; + background: url('../../images/HeroSection-img1.webp') no-repeat center center/cover; /* POPRAVLJENO */ filter: blur(2px); } @@ -2700,7 +2701,7 @@ footer hr { align-items: flex-start; } .hero-background { - background: url('../../images/HeroSection-img1.JPG') no-repeat center center/cover; + background: url('../../images/HeroSection-img1.webp') no-repeat center center/cover; /* POPRAVLJENO */ } .hero-content { padding: 64px 24px; @@ -3233,17 +3234,7 @@ footer hr { padding: 0 32px; } -/* The vertical line */ -.timeline-container::before { - content: ''; - position: absolute; - left: 40px; - top: 10px; - bottom: 10px; - width: 2px; - background-color: #EAECF0; /* Gray/200 */ - z-index: 1; /* Ensure the line is behind the markers */ -} +/* Navpična črta je bila odstranjena z izbrisom pravila .timeline-container::before */ /* 2. Timeline items and markers */ @@ -3363,10 +3354,6 @@ footer hr { padding: 0 24px; } - .timeline-container::before { - left: 24px; - } - .timeline-item { padding-left: 56px; margin-bottom: 48px; @@ -3435,7 +3422,7 @@ footer hr {