Skip to content

Commit

Permalink
made the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
samarsajad committed Jul 30, 2024
1 parent 6b16a12 commit 0c18ae2
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 37 deletions.
21 changes: 15 additions & 6 deletions checkup.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ body {
align-items: center;
padding: 10px;
position: relative;

}

.nav_link {
Expand Down Expand Up @@ -63,6 +64,9 @@ body {
}

@media (max-width: 768px) {
.header_container{
height: 50px;
}
.nav_link {
display: none;
flex-direction: column;
Expand Down Expand Up @@ -92,7 +96,9 @@ body {

.hamburger {
display: flex;
margin-bottom: 10px;
}

}


Expand Down Expand Up @@ -314,11 +320,13 @@ body {
.footer-bottom-wrapper {
flex-direction: column;
align-items: center;

}

.footer-bottom-wrapper small {
margin-bottom: 10px;
margin-right: 0px;

}
.social-links {

Expand All @@ -330,25 +338,26 @@ body {

.social-wrapper {
margin-top: 10px;
margin-right: 300px;
margin-right: 10px;
}
}

@media (max-width: 768px) {
.body{
width: 100vw !important;
}
.content{
padding-top:0px;
}
.content h1{
font-size: 27px;
display: block;


}

.sec-img{

width: 200px;
height: 200px;
margin-top:10px;
width: 230px;
height: 230px;
}
.services-grid {
grid-template-columns: 1fr;
Expand Down
75 changes: 44 additions & 31 deletions checkup.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,39 +345,52 @@ <h4>RAPIDOC Newsletter</h4><br>

<div class="footer-bottom">
<div class="footer-bottom-wrapper">
<small id="ss">© <span id="year"></span><span> RapiDoc</span>&nbsp;| All Rights
Reserved Made with ❤️ by RapiDoc</small>
<div class="social-wrapper">
<div class="social-links">
<div style="margin-left: 300px;font-family: sans-serif;"><i>Follow&nbsp;Us&nbsp;:&nbsp;</i></div>
<div id="insta">
<a href="https://www.instagram.com" target="_blank">
<i class="fab fa-instagram"></i>
</a>
<div class="social-wrapper">
<div class="social-links">
<div style="font-family: sans-serif;">
<i>Follow&nbsp;Us&nbsp;:&nbsp;</i>
</div>
<div id="insta">
<a href="https://www.instagram.com" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</div>
<div id="twit">
<a href="https://www.twitter.com" target="_blank">
<i class="bi bi-twitter-x"></i>
</a>
</div>
<div id="git">
<a href="https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
<div id="linkd">
<a href="https://www.linkedin.com" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</div>
<div id="fb">
<a href="https://www.facebook.com/" target="_blank">
<i class="fa-brands fa-facebook-f"></i>
</a>
</div>
<div id="phn">
<a href="+91 1234567890" title="+91 1234567890" target="_blank">
<i class="fa-solid fa-phone"></i>
</a>
</div>
<div id="mail1">
<a href="info@rapidoc.com" target="_blank">
<i class="fa-solid fa-envelope"></i>
</a>
</div>
</div>
</div>
<div id="twit">
<a href="https://www.twitter.com" target="_blank">
<i class="bi bi-twitter-x"></i>
</a>
</div>
<div id="git">
<a href="https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
<div id="linkd">
<a href="https://www.linkedin.com" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</div>

<div id="fb"><a href="https://www.facebook.com/" target="_blank"><i class="fa-brands fa-facebook-f"></i></a></div>
<div id="phn"> <a href="+91 1234567890" title="+91 1234567890" target="_blank"><i class="fa-solid fa-phone"></i></a></div>
<div id="mail1" ><a href="info@rapidoc.com" target="_blank"><i class="fa-solid fa-envelope"></i></a></div>
</div>
</div>
<small id="ss">© <span id="year"></span><span> RapiDoc</span>&nbsp;| All Rights Reserved Made with ❤️ by RapiDoc</small>
</div>
</div>
</div>

</footer>
<script src="checkup.js"></script>

Expand Down

0 comments on commit 0c18ae2

Please sign in to comment.