Skip to content

Commit

Permalink
Brand Logo Addition In Contact Us Page
Browse files Browse the repository at this point in the history
I have added a brand logo in the contact us form.
  • Loading branch information
ShasankThapa committed Feb 16, 2025
1 parent 5fbd3fb commit 383cd8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,13 @@ main {
padding-right: 20px;
}

.contact-us-brand{
width: 250px;
height: 250px;
margin-top: 50px;

}

.contact-details h2 {
font-size: 2rem;
margin-bottom: 10px;
Expand Down
Binary file added public/images/logo-contact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/views/pages/contact.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<li><strong>📧 Email:</strong> <a href="mailto:[email protected]">[email protected]</a></li>
<li><strong>📞 Phone:</strong> 0121 898 919</li>
</ul>
<img src="{{ asset('images/logo-contact.png') }}" class = contact-us-brand> </img>
</div>

<div class="contact-form">
Expand Down

0 comments on commit 383cd8b

Please sign in to comment.