Skip to content

Commit

Permalink
Merge pull request #2982 from Amankr200/contact-us-image-problem-solv…
Browse files Browse the repository at this point in the history
…ed-#2980

image in contact us was compress and was looking bad now it is …
  • Loading branch information
sailaja-adapa authored Oct 5, 2024
2 parents d173261 + cefc6ab commit 681b4a1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3202,22 +3202,22 @@ <h3 style="text-align: left; color: #A30F17;">Get in touch</h3>

<label for="subject">Subject</label>
<input type="text" id="subject" name="subject" placeholder="Subject" required>

<label for="message">Message</label>
<textarea id="message" name="message" placeholder="Your Message" required></textarea>

<button type="submit">Send Message</button>
</form>
<div class="image-fader">
<img src="/assets/images/ctc1.png" alt="ctc1">
<img src="/assets/images/ctc5.png" alt="ctc5">
<img src="/assets/images/ctc3.png" alt="ctc3">
<img src="/assets/images/ctc4.png" alt="ctc4">

<button type="submit">Send Message</button>
</form>
<div class="image-fader">
<img src="/SwapReads/assets/images/ctc1.png" alt="ctc1">
<img src="/SwapReads/assets/images/ctc2.png" alt="ctc2">
<img src="/SwapReads/assets/images/ctc3.png" alt="ctc3">
<img src="/SwapReads/assets/images/ctc4.png" alt="ctc4">

</div>
</div>
</div>

<div class="address-side">
<div class="cardi">
<div class="contact-card white-border-card">
<li>
<p class="card-title address-title">
Expand Down

0 comments on commit 681b4a1

Please sign in to comment.