Commit Graph

95 Commits (8d89691103d8f6b09cd2e57bb23a3517fef1751f)

Author SHA1 Message Date
sii42400 8d89691103 feat(content): expand About Me description in PL and EN with detailed profile summary
Made-with: Cursor
2026-04-17 14:37:36 +02:00
sii42400 a361fb5b5a feat(content): sync PL content with EN — add contentGoals, fix colors and structure
Add missing contentGoals to PL segments: Aptiv (4), Inside Projects 11.2024 (4),
Adobe (2), Techem (6), Inside Projects 02.2023 (4), Sembot (7). Extend Techem
description and content with frontend/Dash entry. Fix Aptiv branchBorderColor
to #f84019, rename Monitoring to "Niezawodność & Monitoring", add DB section
branchBorderColor, comment out English B2 segment, fix XGPU Claude→Copilot,
and align minor structural fields (mainBorderColor, firstElement) with EN.

Made-with: Cursor
2026-04-17 14:26:11 +02:00
sii42400 fd61bb3601 fix(cv): set fixed 245x245px centered photo in sidebar
Made-with: Cursor
2026-04-17 14:17:17 +02:00
sii42400 d302eac519 fix(cv): add missing sidebar styles and center main content
Duplicate segment_title, description and subitem styles into sidebar
scope so they render correctly outside main_content. Center main_content
with margin auto and use padding-left on page_layout for sidebar offset.
Fix contact info link colors and accent text for light theme.

Made-with: Cursor
2026-04-17 13:36:42 +02:00
sii42400 0c8d7642d9 feat(cv): add light/dark theme toggle
Introduce CSS custom properties for all colors and a .light-theme class
on <html> that overrides them. Toggle button (sun/moon) next to the
language switcher in the sidebar header. White text on accent backgrounds
(titles, captcha prompt) in light mode via --on-accent-color variable.

Made-with: Cursor
2026-04-17 13:18:31 +02:00
sii42400 319a6a705c feat(cv): implement fixed sidebar layout for segment_0
Move title bar, language switcher, photo, About Me and captcha into a
fixed left sidebar (280px). Main content scrolls independently with
margin-left offset. On mobile (<=768px) sidebar reverts to static flow
at the top. Reorder SegmentGeneral children: photo -> title/description
-> captcha. Photo uses object-fit: contain to prevent cropping.

Made-with: Cursor
2026-04-17 13:05:29 +02:00
sii42400 e4cd265281 feat(content): add contentGoals to Infinidat segment (PL + EN)
Goals based on actual scripts from infinidat.scripts repo: vCenter
health-check, Jenkins build error scraper, CI host provisioning runbook,
Git diff analysis tool, and SSL certificate handshake workaround for
private PyPI access on Windows CI nodes.

Made-with: Cursor
2026-04-17 12:03:22 +02:00
sii42400 2bdccbc04f fix(content): update Aptiv PLC branch color in EN version
Made-with: Cursor
2026-04-16 22:11:16 +02:00
sii42400 e3590f47db fix(cv): add more info into json
-
2026-04-16 22:05:42 +02:00
sii42400 81bc085220 fix(cv): fix css for contact details
-
2026-04-16 21:56:08 +02:00
sii42400 f5af5900a4 feat(cv): add contentGoals list rendering to work segments
Render optional contentGoals array below content with a "Goals:" header,
matching the same dotted-border and color styling. Add goals data to
relevant segments in both PL and EN.

Made-with: Cursor
2026-04-16 21:45:28 +02:00
sii42400 437bce1d77 feat(cv): make MiniWorkImage responsive across all breakpoints
Move inline styles to .mini_work_image CSS class and scale down
proportionally at 768px, 500px, and 415px breakpoints.

Made-with: Cursor
2026-04-16 18:04:01 +02:00
sii42400 71b2140f92 fix(cv): scale down styles for screens ≤415px
Reduce title width/height/font, content fonts, captcha dimensions and
padding to fit narrow mobile viewports without overflow.

Made-with: Cursor
2026-04-16 16:38:22 +02:00
sii42400 501a055c0c feat(cv): auto-linkify URLs in work segment titles, descriptions and content
Add Linkify component that detects https:// URLs in text and renders
them as clickable links colored with the segment's branchBorderColor.

Made-with: Cursor
2026-04-16 16:06:04 +02:00
sii42400 71256a83f1 fix(cv): adjust mobile captcha and contact info spacing and font sizes
Made-with: Cursor
2026-04-16 15:55:26 +02:00
sii42400 d7cbcae106 chore: update package-lock.json
Made-with: Cursor
2026-04-16 15:29:49 +02:00
sii42400 670a81d5bb feat(content): rewrite 00x097 Trade segment with actual trading.ai stack
Replace placeholder XGPU/GPU content with accurate description of the
trading.ai cryptocurrency analysis platform — FastAPI + asyncpg + Celery,
React 18 + TradingView charts, harmonic pattern detection, exchange
integrations (Binance/MEXC/KuCoin), and K8S deployment. Both PL and EN.

Made-with: Cursor
2026-04-16 15:17:30 +02:00
sii42400 53492a17cb feat(cv): parameterize border sizes and add missing branchBorderColors
Extract borderSize and borderRadius into variables passed to branch/merge
components for consistent, easily adjustable styling. Add branchBorderColor
to segments that were missing it (Sii, Sembot, UR, ZSE, Skills DevOps,
Skills Databases). Color segment titles to match their branch color.

Made-with: Cursor
2026-04-16 14:49:22 +02:00
sii42400 5707a42744 feat(cv): add responsive layout with viewport scaling and captcha fixes
Fluid container (max-width instead of fixed width), media queries for
768px and 480px breakpoints that proportionally scale the photo, captcha,
titles and description while preserving the desktop float/absolute layout.
Captcha inputs use percentage widths with border-box sizing so they stay
inside their container at all sizes.

Made-with: Cursor
2026-04-16 14:03:45 +02:00
sii42400 506ee49237 feat(cv): restyle layout — dynamic header, colored markers, smaller fonts
Move generalTitleSegment title to "About me"/"O mnie" with bottom-anchored
syringe layout for title+description between photo and contact. Bullet
markers now inherit branchBorderColor per segment. Reduce work segment
font size and list spacing for denser content. Update Aptiv PLC description
and sync missing EN content items.

Made-with: Cursor
2026-04-16 12:51:24 +02:00
sii42400 eea44c1c50 feat(content): add description field to generalTitleSegment and workSubSegments
Each work experience, project, and thesis segment now carries a concise
description paragraph in both PL and EN. The generalTitleSegment also
gets a localized description. index.js renders the new field below
segment titles, styled via general.scss.

Made-with: Cursor
2026-04-16 10:11:24 +02:00
TBS093A 87339ba74c fix(content): fixes in content
-
2025-05-12 16:32:58 +02:00
TBS093A 6afc56d4bd fix(content): fix titles for software development stuffs
-
2025-05-12 16:10:05 +02:00
tbs093a a787c3015e feat/captcha (#1)
Co-authored-by: TBS093A <zukkamil.44@gmail.com>
Reviewed-on: https://git.00x097.com/tbs093a/curriculum.vitae/pulls/1
2025-05-12 13:55:52 +00:00
TBS093A 5c9a72c139 feat(cv): fixes
-
2025-01-27 11:40:19 +01:00
TBS093A 83e431c5fb feat(cv): fixes
-
2025-01-27 10:43:54 +01:00
TBS093A 85f1e57448 feat(cv): add polish version of latest job description
-
2025-01-27 10:29:25 +01:00
TBS093A 179156cb3d feat(cv): add more information about latest work position
-
2025-01-27 10:20:35 +01:00
TBS093A f4d2cf293c feat(cv): add more information to latest work position
-
2025-01-27 10:12:09 +01:00
TBS093A 1a879dfc0b feat(cv): add new one position after adobe
-
2025-01-27 10:07:15 +01:00
TBS093A 5396ed9b8c feat(content + src): add createBranch segment interpretation + improve english content
-
2024-06-05 00:11:59 +02:00
TBS093A 7477ec796b feat(content): remove useless block in polish version
-
2024-06-04 22:57:43 +02:00
TBS093A cf9b9e615a feat(styles): change background color -> add vars for convenient usage
-
2024-06-04 22:54:07 +02:00
TBS093A 9b413193af feat(content): fix letters
-
2024-05-30 23:35:56 +02:00
TBS093A 34fcec46ce feat(content): fix letters
-
2024-05-30 23:33:38 +02:00
TBS093A 56d2bb8da9 feat(content): change adobe logo
-
2024-05-30 23:21:47 +02:00
TBS093A 5ab5b538df feat(content): fix letters for better words appearance & meaning
-
2024-05-30 23:15:35 +02:00
TBS093A c11a74aa4f feat(experience): change color of Adobe Branch
-
2024-05-30 23:12:12 +02:00
TBS093A f9669bed10 feat(interests): fix letter mistake in interests section
-
2024-05-30 23:07:47 +02:00
TBS093A 71a9d33801 feat(experience): add Adobe Description into Experience section
-
2024-05-30 23:06:29 +02:00
TBS093A b1f7c9f25a feat(cv): update english version content of CV
update Tech Skills & Interests sections (with git log graph style)
2023-09-20 19:42:17 +02:00
TBS093A 8081ede40b feat(cv): upgrade skills section
-
2023-09-19 19:13:34 +02:00
TBS093A dcb42752b2 feat(js & content): move content objects to ./content dir -> clean index.js
-
2023-09-18 18:56:52 +02:00
TBS093A 0b13434850 feat(jenkins): update jenkinsfile
-
2023-09-18 18:44:38 +02:00
TBS093A 1664ff8b5c feat(react & css): upgrade CV
add git log style graph for show work places in Experience section, litte fixes (link colors hover /
active / etc)
2023-09-18 17:45:03 +02:00
TBS093A 02d70d7990 feat(upgrades): tottaly upgrade everything
remove stochastic way of rendering segments, use normal way (split on segments)
2023-09-17 16:21:25 +02:00
TBS093A 97919d2baf feat(cv upgrade): upgrade cv rendering, add new images
-
2023-09-17 00:45:09 +02:00
tbs093a b6267e2d74 changes in my CV & swap on my CV 2023-02-09 11:10:39 +01:00
TBS093A f3b98733b0 add Olga cv 2022-10-21 16:11:38 +02:00
TBS093A d908502b36 simple volumes mapping path fixes 2022-08-22 09:47:15 +02:00