Skip to content

Commit

Permalink
Merge pull request #1132 from VidhanThakur09/newfeature
Browse files Browse the repository at this point in the history
Improved the contact us details section
  • Loading branch information
SurajPratap10 authored Oct 4, 2024
2 parents f654a61 + dceea99 commit 2ab317b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# . "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit "$1"
# npx --no -- commitlint --edit "$1"
15 changes: 15 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
24 changes: 18 additions & 6 deletions views/contactUs.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -90,8 +105,7 @@
<div style="width: 100%;" class="context" id="slide">
<div class="cards">
<a href="">
<img loading="lazy" class="contact-svg"
src="https://workik-widget-assets.s3.amazonaws.com/widget-assets/images/ET21.jpg">
<i class="fa-solid fa-phone"></i>
</a>
<p class="contact-text" id="slide">
+91-93047*****
Expand All @@ -101,8 +115,7 @@
<div style="width: 100%;" class="context" id="slide">
<div class="cards">
<a href="">
<img loading="lazy" class="contact-svg"
src="https://workik-widget-assets.s3.amazonaws.com/widget-assets/images/ET22.jpg">
<i class="fa-solid fa-envelope"></i>
</a>
<p class="contact-text" id="slide">
[email protected]
Expand All @@ -112,8 +125,7 @@
<div style="width: 100%;" class="context" id="slide">
<div class="cards">
<a href="">
<img loading="lazy" class="contact-svg"
src="https://workik-widget-assets.s3.amazonaws.com/widget-assets/images/ET23.jpg">
<i class="fa-solid fa-location-dot"></i>
</a>
<p class="contact-text" id="slide">
Patna, Bihar, India
Expand Down

0 comments on commit 2ab317b

Please sign in to comment.