Skip to content

Commit

Permalink
Merge pull request #215 from saumyayadav25/saumya
Browse files Browse the repository at this point in the history
footer text visibility
  • Loading branch information
jency1 authored Oct 22, 2024
2 parents a5f084c + e86852d commit f89adeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
</div>
</div>
<form name="Dataverse Reviews" method="POST" data-netlify="true" onsubmit="return validateForm()">
<p>Let Me Know Your Thoughts!</p>
<p style="color:white">Let Me Know Your Thoughts!</p>
<input type="text" name="Name" placeholder="Your Name" required>
<input type="email" name="Email" placeholder="Your Email ID" required>
<input name="Message" placeholder="Your Message" required>
Expand All @@ -286,10 +286,10 @@
</footer>
<div class="links">
<p>
<h3> Designed & Developed by Tejas Gupta</h3>
<h3 style="color:rgb(187, 187, 187);"> Designed & Developed by Tejas Gupta</h3>
</p>
<br>
<h4>Copyright &copy; <span id="copyright">32949832</span> Tejas Gupta</h4>
<h4 style="color:rgb(177, 177, 177);">Copyright &copy; <span id="copyright">32949832</span> Tejas Gupta</h4>
<div class="end_line"></div>
<div class="small">
<div class="link_class">
Expand Down
1 change: 1 addition & 0 deletions website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,7 @@ input {
z-index: 10;
border-bottom: 0px solid rgba(255, 255, 255, 0);
transition-duration: 0.3s;
color:rgb(192, 192, 192);
}

.small i {
Expand Down

0 comments on commit f89adeb

Please sign in to comment.