Skip to content

Commit 5f1be34

Browse files
authored
Merge pull request #11 from BuildForSDG/features
Landing page initial work, needs development.
2 parents 833d935 + a9d4330 commit 5f1be34

Some content is hidden

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

46 files changed

+27782
-9
lines changed

package-lock.json

Lines changed: 125 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@
66
"@testing-library/jest-dom": "^4.2.4",
77
"@testing-library/react": "^9.5.0",
88
"@testing-library/user-event": "^7.2.1",
9+
10+
"bootstrap": "^4.5.0",
911
"react": "^16.13.1",
1012
"react-dom": "^16.13.1",
13+
"react-router-dom": "^5.2.0",
14+
15+
16+
17+
1118
"react-scripts": "3.4.1"
1219
},
1320
"scripts": {

public/css/animate.min.css

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/bootstrap.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/bootstrap.map

Lines changed: 166 additions & 0 deletions
Large diffs are not rendered by default.

public/css/bootstrap/bootstrap-grid.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/bootstrap/bootstrap-reboot.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/bootstrap/bootstrap.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/font-awesome.min.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)