Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
66297bb
WIP
si-em Nov 20, 2021
cdbad4d
Add GH packages token
si-em Nov 20, 2021
cad0776
Remove explicit token in npmrc
si-em Nov 20, 2021
545daa3
Try different setup. Again
si-em Nov 20, 2021
d7947fd
Fix build error
si-em Nov 20, 2021
0cb7fcc
Working dynamic imports as IIFE
si-em Nov 21, 2021
395d211
Working with dynamic code-splitting for codes
si-em Nov 22, 2021
c422746
Update fonts
si-em Nov 23, 2021
673ad12
Progress with new setup
si-em Nov 23, 2021
ec37523
Misc
si-em Nov 23, 2021
6a1bc42
Add basic routing setup
si-em Nov 24, 2021
77c4a2e
Responsive header
si-em Nov 24, 2021
4c219de
Some scroll + color logic
si-em Nov 24, 2021
4cb365f
List out content
si-em Nov 24, 2021
4a416dd
Make it possible to switch language
si-em Nov 24, 2021
93bd78d
Header interaction
si-em Nov 25, 2021
f600c57
More mobile-friendly header etc
si-em Nov 25, 2021
3bf426c
Translate newline characters to actual paragraphs
si-em Nov 25, 2021
b87c5f7
Unmess up tracking/leading of body text
si-em Nov 25, 2021
79ca30c
Add scroll interaction
si-em Nov 27, 2021
6d606de
Scroll interaction improvements
si-em Nov 27, 2021
f4a45d7
Remove fade on first list item
si-em Nov 27, 2021
80f8f91
Fix bug with initializing scroll interaction when scrolled down
si-em Nov 28, 2021
473023a
Fix overflow issue
si-em Nov 28, 2021
2bdf0be
Shorter hover header on mobile
si-em Nov 28, 2021
bece894
Adjust type
si-em Nov 28, 2021
b66a7e7
Fix broken position sticky
si-em Nov 28, 2021
b9fa22d
Fix mobile header height bug
si-em Nov 28, 2021
40bc437
Fix broken height calc + add website translations
si-em Nov 29, 2021
adc850d
Add nicer selection style
si-em Nov 30, 2021
da38da3
Adjust font-size
si-em Feb 11, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: |
git config user.name 'Simon Dagfinrud'
git config user.email '17279882+s-rd@users.noreply.github.com'
npm i --save codeofdesign@"<1.0.0"
npm i --save codeofdesign@"<2.0.0"
export COFDVER=$(npm view codeofdesign version)
git add .
git commit -m "Update: codeofdesign v$COFDVER"
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/node_modules/
/public/build/
/public/fonts/
/public/versions/

.DS_Store
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@codeofdesign:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
Loading