diff --git a/.husky/commit-msg b/.husky/commit-msg index 42a70e42..bb64b952 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" +# . "$(dirname -- "$0")/_/husky.sh" -npx --no -- commitlint --edit "$1" \ No newline at end of file +# npx --no -- commitlint --edit "$1" \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e63da37d..c3bb0a32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,6 +19,7 @@ "express": "^4.18.2", "express-session": "^1.17.3", "hbs": "^4.2.0", + "husky": "^9.1.6", "jsonwebtoken": "^9.0.2", "mongoose": "^8.5.3", "openai": "^4.58.0", @@ -2026,6 +2027,20 @@ "ms": "^2.0.0" } }, + "node_modules/husky": { + "version": "9.1.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", + "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", + "bin": { + "husky": "bin.js" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/typicode" + } + }, "node_modules/hyphenate-style-name": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz", diff --git a/package.json b/package.json index 25d539b0..e0c82428 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "express": "^4.18.2", "express-session": "^1.17.3", "hbs": "^4.2.0", + "husky": "^9.1.6", "jsonwebtoken": "^9.0.2", "mongoose": "^8.5.3", "openai": "^4.58.0", diff --git a/views/contactUs.ejs b/views/contactUs.ejs index 5b178834..eb13703b 100644 --- a/views/contactUs.ejs +++ b/views/contactUs.ejs @@ -58,6 +58,21 @@ margin-top: 0 !important; width: 100% !important; } + .contact-box{ + width: 50rem; + padding: 0rem 2rem; + } + .contact-box i{ + margin-top: 10px; + font-size: 25px; + } + .context{ + height: 5rem; + transition: all .38s ease; + } + .context:hover{ + transform: scale(1.1); + } @media (min-width: 800px) { .input-title { @@ -90,8 +105,7 @@