Skip to content

Commit 2a28568

Browse files
Enhance Brag Document with Filtering and Styling Improvements
- Added CSS styles for project cards and filter buttons to improve visual hierarchy and usability. - Implemented a sticky filter wrapper for better accessibility and user experience. - Introduced impact filters for projects and open-source contributions, allowing users to filter by impact type. - Enhanced JavaScript functionality to dynamically filter project cards based on selected impact and tags. - Updated the structure of the brag document to include year separators for better organization of projects. - Refactored existing JavaScript to streamline filtering logic and improve performance. - Added new Ruby scripts to automate impact type assignment and tag mapping for projects and talks. - Improved overall layout and responsiveness of the brag document.
1 parent f7b5967 commit 2a28568

19 files changed

Lines changed: 1419 additions & 946 deletions

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
*.userosscache
1111
*.sln.docstates
1212

13+
# Jekyll generated files
14+
_site/
15+
.sass-cache/
16+
.jekyll-cache
17+
.jekyll-metadata/
18+
vendor/
19+
1320
# User-specific files (MonoDevelop/Xamarin Studio)
1421
*.userprefs
1522

@@ -410,3 +417,4 @@ apm_modules/
410417

411418
# Design exploration / previews
412419
.ecc-design/
420+
.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/8f/50f7b44d22be4ad870591e2743af4a7f081f41ac3ea8b187fd9b740fc6948f

.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910

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

.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/4a/f17bedeca34a3136a6b0616a01f62877cffc4f8d6714cebf7fd25403827779

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

.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/8f/50f7b44d22be4ad870591e2743af4a7f081f41ac3ea8b187fd9b740fc6948f

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

0 commit comments

Comments
 (0)