Skip to content

Commit d386516

Browse files
authored
Update website styling, fix attribution & more... (h5bp#532)
* Add contributors to README.md * Update package.json deps (there was a security alert before for an out-of-date dep) * Add a copy step to npm run contributors:generate into ./src/_data/contributors.json * Update "About" page with all relevant contributors, maintainers & history * Fix some styling of the website * Rearranged Questions navigation to reflect the order in the README.md * Update @darcyclarke as a contributor * Update @roblarsen as a contributor * Update @cezaraugusto as a contributor * Update @vvscode as a contributor
1 parent a36eabc commit d386516

17 files changed

+4680
-1178
lines changed

Diff for: .all-contributorsrc

+15-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"projectName": "Front-end-Developer-Interview-Questions",
33
"projectOwner": "h5bp",
44
"files": [
5-
"CONTRIBUTORS.md"
5+
"CONTRIBUTORS.md",
6+
"README.md"
67
],
78
"imageSize": 120,
89
"commit": true,
@@ -17,7 +18,10 @@
1718
"ideas",
1819
"doc",
1920
"infra",
20-
"review"
21+
"review",
22+
"question",
23+
"talk",
24+
"maintenance"
2125
]
2226
},
2327
{
@@ -934,7 +938,8 @@
934938
"profile": "http://htmlcssjavascript.com/",
935939
"contributions": [
936940
"ideas",
937-
"review"
941+
"review",
942+
"maintenance"
938943
]
939944
},
940945
{
@@ -945,7 +950,8 @@
945950
"contributions": [
946951
"ideas",
947952
"infra",
948-
"review"
953+
"review",
954+
"maintenance"
949955
]
950956
},
951957
{
@@ -955,8 +961,11 @@
955961
"profile": "https://www.linkedin.com/in/vvanchuk/",
956962
"contributions": [
957963
"ideas",
958-
"review"
964+
"review",
965+
"maintenance"
959966
]
960967
}
961-
]
968+
],
969+
"repoType": "github",
970+
"commitConvention": "none"
962971
}

Diff for: CONTRIBUTORS.md

+147-21
Large diffs are not rendered by default.

Diff for: README.md

+169-17
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)