Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhanuprakash842 authored Oct 4, 2024
2 parents 8e2bcc4 + 3f10ea8 commit 122fd26
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
4 changes: 3 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ body.dark-mode .dropdown-menu-item:hover {
/* border: 1px solid black; */
width: 55%;
display: flex;
margin-left: 8rem;
flex-direction: column;
align-items: start;
}
Expand Down Expand Up @@ -843,6 +844,7 @@ body.dark-mode .dropdown-menu-item:hover {
color: var(--chinese-violet);
font-size: 2rem;
margin-top: 1.5rem;

padding: 10px 15px;
border-radius: 10px;
transition: all 1s ease;
Expand Down Expand Up @@ -1450,7 +1452,7 @@ body.dark-mode .pricing-card button{
background-color: transparent;
border: 1px solid #c36969;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
font-family: Montserrat;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/js/refresher.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
document.addEventListener('DOMContentLoaded', function() {
const caduceus = document.getElementById('caduceus');

caduceus.addEventListener('mouseover', function() {
caduceus.addEventListener('click', function() {
location.reload();
});
});
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@
</a>
<a class="active" href="https://www.facebook.com/" class="facebook" style="font-size: 25px;" ><i class="fa-brands fa-facebook"></i>
</a>
<a class="active" href="https://www.youtube.com/" class="youtube" style="font-size: 25px;" ><i class="fa-brands fa-youtube"></i>
<a class="active" href="https://www.youtube.com/@anuragbytes" class="youtube" style="font-size: 25px;" ><i class="fa-brands fa-youtube"></i>
</a>


Expand Down Expand Up @@ -3148,7 +3148,7 @@ <h1 class="ctc">CONTACT US!</h1>
<div class="flexi">

<div class="contact">
<h3 style="text-align: center; color: #A30F17 ;" >Get in touch</h3>
<h3 style="text-align: center; color: #A30F17;" >Get in touch</h3>
<div class="contact-container">

<form class="contact-form" id="contactForm">
Expand Down Expand Up @@ -3807,7 +3807,9 @@ <h2 style="margin-bottom: 2.4rem; margin-top:0.5rem;">Stay Connected</h2>
</div>
</form>
<div id="confirmationmessage" style="display: none;">Thank you for subscribing!</div>

<div class="footer-icons">

<a href="https://www.linkedin.com/in/anurag-verma-b91417253/" target="_blank">
<div class="icon">
<i class="fab fa-linkedin" title="linkedin" style="cursor: pointer; "></i>
Expand Down
7 changes: 5 additions & 2 deletions logout.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
.modal-box {
background-color: rgb(246, 244, 244);
border: 2px solid rgb(250, 43, 77);
/* max-width: 450px; */
width: 100%;
padding: 30px 30px;
text-align: center;
Expand All @@ -27,7 +26,7 @@
}

.logout-que {
margin: 30px 0;
margin: 20px 0;
font-size: 14px;
}

Expand All @@ -48,6 +47,10 @@
background-color: rgb(147, 237, 147);
color: black;
}
.cancel-logout-btn:hover {
background-color: rgb(1, 150, 1);
color: black;
}

.out-logout-btn {
background-color: red;
Expand Down

0 comments on commit 122fd26

Please sign in to comment.