Skip to content

Commit f299364

Browse files
authored
Merge pull request #35 from tfuxu/new-design
Update website design
2 parents 1cdf06c + 9873293 commit f299364

File tree

8 files changed

+2031
-2976
lines changed

8 files changed

+2031
-2976
lines changed

dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bundle.js.LICENSE.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
/*!
2-
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
2+
* Bootstrap v5.3.0 (https://getbootstrap.com/)
3+
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5+
*/
6+
7+
/*!
8+
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
39
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4-
* Copyright 2022 Fonticons, Inc.
10+
* Copyright 2023 Fonticons, Inc.
511
*/

images/pillow-logo-248x250.png

88.4 KB
Loading

index.html

Lines changed: 115 additions & 71 deletions
Large diffs are not rendered by default.

package-lock.json

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

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "website",
3-
"version": "1.0.0",
2+
"name": "pillow-website",
3+
"version": "1.1.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -18,17 +18,17 @@
1818
},
1919
"homepage": "https://python-pillow.org",
2020
"devDependencies": {
21-
"@fortawesome/fontawesome-free": "^6.2.1",
22-
"css-loader": "^6.2.0",
23-
"jest": "^27.0.6",
24-
"sass": "^1.43.4",
25-
"sass-loader": "^12.3.0",
26-
"style-loader": "^3.2.1",
27-
"webpack": "^5.50.0",
28-
"webpack-cli": "^4.8.0"
21+
"@fortawesome/fontawesome-free": "^6.4.0",
22+
"css-loader": "^6.8.1",
23+
"jest": "^29.5.0",
24+
"sass": "^1.63.4",
25+
"sass-loader": "^13.3.2",
26+
"style-loader": "^3.3.3",
27+
"webpack": "^5.87.0",
28+
"webpack-cli": "^5.1.4"
2929
},
3030
"dependencies": {
31-
"@popperjs/core": "^2.9.3",
32-
"bootstrap": "^5.3.0-alpha1"
31+
"@popperjs/core": "^2.11.8",
32+
"bootstrap": "^5.3.0"
3333
}
3434
}

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import 'bootstrap/dist/js/bootstrap.min.js';
12
import 'bootstrap/dist/css/bootstrap.min.css';
23
import './pillow.css';
34
//import './cover.css';

src/pillow.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
background-image: url(/images/img49.png);
33
background-size: 100% 100%;
44
}
5-
.mt-pillow {
6-
margin-top: 10em;
5+
6+
#top-info a {
7+
color: #F8F9FA;
78
}

0 commit comments

Comments
 (0)