diff --git a/.gitignore b/.gitignore index 64c913a..75a048f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ code_export.txt code_export.ps1.test.txt *.test.txt +gitea-token*.txt +gitea-token*.txt.sig +code_export*.txt # OS files .DS_Store diff --git a/assets/documents/cv_full.pdf b/assets/documents/cv_full.pdf index bf564de..fb5f09f 100644 Binary files a/assets/documents/cv_full.pdf and b/assets/documents/cv_full.pdf differ diff --git a/contact.html b/contact.html index 3fa46f8..98ff32a 100644 --- a/contact.html +++ b/contact.html @@ -3,149 +3,13 @@ - Contact | Kristijan Popovski - - + Redirecting to Contact | Kristijan Popovski + - - - - -
- - -
-
-
-
-
-
Contact
-

Let's architect your next vision.

-

Interested in working together? Open to discussions around strategic collaboration, governance initiatives, advisory work, and thoughtfully run projects.

-
-
- Portrait of Kristijan Popovski on the contact page -
-
-
-
- -
-
-
-

Fill out to connect

-
-
-
-
- - -
-
-
- - -
-
-
- - -
-
-
- - -
-
-
-
- - -
-
- -
-

This is a static form prepared for backend connection later. Current validation runs entirely in the browser.

-
-
- - -
-
-
- - -
- +

Redirecting to contact/...

diff --git a/css/style.css b/css/style.css index d495561..2c6e0b6 100644 --- a/css/style.css +++ b/css/style.css @@ -439,6 +439,11 @@ textarea { transform: translateY(-2px); } +.button:focus-visible { + outline: 2px solid var(--color-primary-strong); + outline-offset: 4px; +} + .button--primary { color: var(--color-white); background: linear-gradient(135deg, var(--color-primary-strong), var(--color-primary)); @@ -1391,6 +1396,7 @@ textarea { .form-field__control:focus { outline: none; border-color: var(--color-primary); + box-shadow: 0 1px 0 0 var(--color-primary); } .form-field__error { diff --git a/cv.html b/cv.html index 97363f1..01c87b8 100644 --- a/cv.html +++ b/cv.html @@ -3,249 +3,13 @@ - CV | Kristijan Popovski - - + Redirecting to CV | Kristijan Popovski + - - - - -
- - -
-
-
-
-
-

Curriculum Vitae

-

BA of Business and Economics - MSc in Business and Organisation (IMB)

-
- -
- -
-
-
-
- - - - Work Experience -
-
-
- - 2022 - now -

Founder and President

-

Macedonian Student Organisation in Slovenia

-

Founded and led a student organization that grew to more than 120 members, organized over 50 events, and built more than 20 partnerships with institutions, embassies, and sponsors.

-
-
- - 2021 - now -

Board Member

-

Leaders for Education, Activism, and Development (LEAD)

-

Active board member of a youth-focused NGO working on education, activism, and civic engagement.

-
-
- - 2024 - 2025 -

Intern in Finance and Accounting

-

CVS Mobile d.d. (a Eurowag company)

-

Supported finance operations across four subsidiaries, reviewing reports, processing invoice-related data, and contributing to daily operational workflows.

-
-
- - 2024 -

Student Intern

-

Department for Internationalisation and Strategic Partnerships, University of Ljubljana

-

Organized webinars for incoming students, prepared data reports, and supported regional university cooperation activities.

-
-
-
- -
-
- - - - Education -
-
-
- 2022 - 2026 -

University of Ljubljana, School of Economics and Business

-

MSc in Business and Organisation (IMB)
Ranked 44th globally in Financial Times Masters in Management 2025.

-

Bachelor's Degree in Economics and Business
Major in Entrepreneurship.

-
-
- 2024 -

Resilient Cities Summer School

-

Slovak University of Technology in Bratislava.

-

2017 - 2021
Nikola Karev Skopje, Natural Sciences and Mathematics.

-
-
-
- -
-
- - - - Leadership and Governance -
-
-
-

Student Ambassador

-

Supported prospective students through one-on-one mentorship and onboarding support at the University of Ljubljana.

-
-
-

Student Senate Member

-

Represented around 5,000 students at faculty level and contributed within university governance structures.

-
-
-

Volunteering

-

Served in the Red Cross Youth Club and twice as President of the high school student council.

-
-
-

Selected Projects

-

22nd International Youth Conference Krushevo and consulting support for ATech Electronics.

-
-
-
- -
-
-
- Portrait background of Kristijan Popovski -
-
-

"Building a career in management, leadership, and organizational growth."

-
-
-
-
- - -
-
-
-
- - -
- +

Redirecting to cv/...

diff --git a/cv/index.html b/cv/index.html index bb38cb5..7d9053f 100644 --- a/cv/index.html +++ b/cv/index.html @@ -50,8 +50,8 @@

BA of Business and Economics - MSc in Business and Organisation (IMB)

- Download One-Page CV - Download Full CV + Download One-Page CV + Download Full CV
@@ -236,7 +236,7 @@ diff --git a/export_code.ps1 b/export_code.ps1 index e8759b5..9c807ce 100644 --- a/export_code.ps1 +++ b/export_code.ps1 @@ -14,6 +14,11 @@ else { } $ExcludedDirectories = @("node_modules", "vendor", "dist", "build", "images") +$ExcludedFilePatterns = @( + "code_export*.txt", + "gitea-token*.txt", + "gitea-token*.txt.sig" +) $ExcludedExtensions = @( ".jpg", ".jpeg", ".png", ".gif", ".bmp", ".tiff", ".svg", ".ico", ".webp", ".mp4", ".mov", ".avi", ".mkv", ".webm", @@ -105,6 +110,12 @@ function Test-ShouldSkipFile { return $true } + foreach ($pattern in $ExcludedFilePatterns) { + if ($File.Name -like $pattern) { + return $true + } + } + $segments = $relativePath -split "[\\/]+" foreach ($segment in $segments) { if ($segment.StartsWith(".")) { diff --git a/projects.html b/projects.html index 51b2f52..ebbbdd0 100644 --- a/projects.html +++ b/projects.html @@ -5,7 +5,6 @@ Redirecting to Projects | Kristijan Popovski - diff --git a/projects/index.html b/projects/index.html index 922de96..9f3e2ad 100644 --- a/projects/index.html +++ b/projects/index.html @@ -174,7 +174,7 @@ Home Contact Email - Download CV + Download CV