Skip to content

Commit 35bfee5

Browse files
authored
feature(5.1.0) : final tweaks post public launch (#240)
* design tweaks * update home button copy * refactor buttons to be consistent * adjust animations for ipads * adjust animations for ipad size * remove < 4 version code * update the changelog * update the readme
1 parent aca5ada commit 35bfee5

122 files changed

Lines changed: 177 additions & 3855 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,43 @@ No unreleased changes at this time.
3333

3434
---
3535

36+
## [5.1.0] - 2026-02-05
37+
38+
### Changed
39+
40+
- **Button System Refactored**: Unified button components from `btn-blueprint-primary/secondary` to `btn-terminal/btn-terminal-secondary` with consistent styling across the site
41+
- Added glow effects on hover via `::before` pseudo-element
42+
- Added proper focus-visible and active states for accessibility
43+
- Simplified hero CTA button copy: "Connect With Us" → "Connect", "View Projects" → "Portfolio"
44+
- Removed internal `btn-glow` span element from contact button markup
45+
46+
- **iPad Responsive Improvements**: Adjusted breakpoints and sizing for better tablet display
47+
- Floating navigation now shows at `xl` breakpoint instead of `lg` (hides on iPad)
48+
- Products and contact visual frames now visible at `md` breakpoint instead of `lg`
49+
- Visual frame max-widths reduced for tablet (280px/260px) and scale up at `lg` (380px/350px)
50+
- Hero title font scaling moved from `md` to `lg` breakpoint
51+
52+
### Removed
53+
54+
- **Legacy Code Cleanup**: Removed all pre-v4 archived source code (~114 files, 3,800+ lines)
55+
- Deleted `_data_last_version/` directory (legacy data files)
56+
- Deleted `_source_last_version/` directory (legacy templates, stylesheets, JavaScript, images)
57+
- Removed unused email field from `data/components.yml`
58+
- Removed empty `data/.keep` file
59+
60+
### Developer Notes
61+
62+
**Files Modified:**
63+
- `source/assets/stylesheets/components/_floating-nav.scss` - Breakpoint adjustment
64+
- `source/assets/stylesheets/pages/_home.scss` - Button system refactor, responsive tweaks
65+
- `source/partials/pages/home/_hero.html.slim` - Button markup simplification
66+
- `source/partials/pages/home/_contact.html.slim` - Removed btn-glow span
67+
- `data/components.yml` - Removed email field
68+
69+
**Reference**: Feature branch `feature/version_five_1`
70+
71+
---
72+
3673
## [5.0.0] - 2026-02-03 - RELEASED
3774

3875
### MAJOR RELEASE - Complete Visual Redesign with Blueprint Aesthetic & Ruby 4.0.0 Upgrade
@@ -758,6 +795,7 @@ The first tagged release of the personal branding website.
758795

759796
| Version | Date | Type | Key Changes | LOC Impact |
760797
|---------|------|------|-------------|------------|
798+
| 5.1.0 | 2026-02-05 | Minor | Button refactor, iPad responsive fixes, legacy cleanup | -3,800 lines |
761799
| 5.0.0 | 2026-02-03 | Major | Visual redesign, blueprint aesthetic, SVG schematics, Ruby 4.0.0 | New design system, +3 gems |
762800
| 4.0.0 | 2025-12-01 | Major | Infrastructure modernization, dependency restoration, environment config | +6 packages, 100% linter compliance |
763801
| 3.5.1 | 2025-02-01 | Patch | Contact email update | Minimal |
@@ -865,5 +903,5 @@ See the LICENSE file for details.
865903

866904
---
867905

868-
**Generated**: 2026-02-03 using git tag analysis and commit history
906+
**Generated**: 2026-02-05 using git tag analysis and commit history
869907
**Maintainer**: RobotsBuildingRobots, LLC

_data_last_version/about.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

_data_last_version/components.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

_data_last_version/contact.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

_data_last_version/cta.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

_data_last_version/engagements.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

_data_last_version/services.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

_data_last_version/settings.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.
-581 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)