Skip to content

Update website design #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jun 21, 2023
2 changes: 1 addition & 1 deletion dist/bundle.js

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions dist/bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* Bootstrap v5.3.0 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

/*!
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
* Copyright 2023 Fonticons, Inc.
*/
Binary file added images/pillow-logo-248x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
186 changes: 115 additions & 71 deletions index.html

Large diffs are not rendered by default.

4,779 changes: 1,891 additions & 2,888 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.0.0",
"name": "pillow-website",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
@@ -18,17 +18,17 @@
},
"homepage": "https://python-pillow.org",
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"css-loader": "^6.2.0",
"jest": "^27.0.6",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"style-loader": "^3.2.1",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0"
"@fortawesome/fontawesome-free": "^6.4.0",
"css-loader": "^6.8.1",
"jest": "^29.5.0",
"sass": "^1.63.4",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"webpack": "^5.87.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@popperjs/core": "^2.9.3",
"bootstrap": "^5.3.0-alpha1"
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.0"
}
}
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'bootstrap/dist/js/bootstrap.min.js';
import 'bootstrap/dist/css/bootstrap.min.css';
import './pillow.css';
//import './cover.css';
5 changes: 3 additions & 2 deletions src/pillow.css
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
background-image: url(/images/img49.png);
background-size: 100% 100%;
}
.mt-pillow {
margin-top: 10em;

#top-info a {
color: #F8F9FA;
}