Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
milanaryal committed Aug 4, 2024
1 parent 0a94481 commit 4acb141
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5

- name: Checking Jekyll configuration
run: bundle exec jekyll doctor
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,40 +45,40 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.19",
"@fontsource-variable/inter": "^5.0.20",
"@fontsource-variable/lora": "^5.0.18",
"@popperjs/core": "2.11.8",
"bootstrap": "5.3.3",
"headroom.js": "0.12.0",
"jquery": "3.7.1"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@fullhuman/postcss-purgecss": "^6.0.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"browser-sync": "^3.0.2",
"bundlewatch": "^0.3.3",
"bundlewatch": "^0.4.0",
"chokidar-cli": "^3.0.0",
"clean-webpack-plugin": "^4.0.0",
"cpy-cli": "^5.0.0",
"cssnano": "^7.0.4",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.45.0",
"eslint-config-xo": "^0.46.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-unicorn": "^55.0.0",
"linkinator": "^6.1.1",
"markdownlint-cli2": "^0.13.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"sass": "^1.77.8",
"stylelint": "^16.7.0",
"stylelint": "^16.8.1",
"stylelint-config-twbs-bootstrap": "^14.2.0",
"stylelint-prettier": "^5.0.2",
"terser-webpack-plugin": "^5.3.10",
Expand Down
7 changes: 4 additions & 3 deletions src/_assets/scss/theme/_hero-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
// ** if you have a 70px navbar => height: calc(100vh - 70px); ** //
// min-height: 100vh;
min-height: calc(100vh - 54px); // navbar height 54px
@media (min-width: 768px) {
min-height: calc(100vh - 64px); // navbar height 64px
}
padding: $bs--gutter-x; // 0.75rem; // 15px; // 1.25em ~20px
background-color: #fafafa;
background-image: linear-gradient(
Expand All @@ -24,6 +21,10 @@
background-position: center, center;
background-size: cover, cover;

@media (min-width: 768px) {
min-height: calc(100vh - 64px); // navbar height 64px
}

img {
width: 7rem;
height: 7rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ A list of alternative websites to download free and opensource software applicat
| [Google Chrome](https://www.google.com/chrome/){:rel="nofollow"} | Windows, Mac, Linux, Android, iOS |
| [GIMP](https://www.gimp.org/){:rel="nofollow"} | Windows, Mac, Linux |
| [IINA](https://iina.io/){:rel="nofollow"} | Mac |
| [ImageOptim](https://imageoptim.com/mac) | Mac |
| [Inkscape](https://inkscape.org/){:rel="nofollow"} | Windows, Mac, Linux |
| [Keka](https://www.keka.io/en/){:rel="nofollow"} | Mac |
| [K-Lite Codec Pack](https://codecguide.com/){:rel="nofollow"} | Windows |
Expand Down

0 comments on commit 4acb141

Please sign in to comment.