Skip to content

Commit

Permalink
keynoters
Browse files Browse the repository at this point in the history
  • Loading branch information
benabraham committed Jul 24, 2023
1 parent 2b79cc0 commit 72aeb56
Show file tree
Hide file tree
Showing 11 changed files with 269 additions and 92 deletions.
1 change: 1 addition & 0 deletions gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const copyStatic = () =>
// Sourcemap is also required, because it is referenced from comment in bootstrap.bundle.min.js:
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map",
// "node_modules/bootstrap/dist/js/bootstrap.min.js",
"node_modules/bootstrap-icons/font/*fonts/**/*",
]).pipe(dest("static/generated"));

// 2) functions that generate files
Expand Down
142 changes: 80 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,18 @@
"devDependencies": {
"autoprefixer": "^10.4.14",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"browser-sync": "^2.29.3",
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-csso": "^4.0.1",
"gulp-dart-sass": "^1.1.0",
"gulp-postcss": "^9.0.1",
"gulp-sourcemaps": "^3.0.0",
"postcss": "^8.4.24",
"postcss": "^8.4.27",
"postcss-uncss": "^0.17.0",
"prettier": "^2.8.8",
"sass": "^1.63.6",
"prettier": "2.8.8",
"sass": "^1.64.1",
"uncss": "^0.17.3"
},
"prettier": {
Expand Down
Binary file added static/img/speakers/evelina-gabasova.webp
Binary file not shown.
Binary file added static/img/speakers/karel-minarik.webp
Binary file not shown.
Binary file added static/img/speakers/katerina-falk.webp
Binary file not shown.
Binary file added static/img/speakers/prokop-bartonicek.webp
Binary file not shown.
Loading

0 comments on commit 72aeb56

Please sign in to comment.