Skip to content

Commit

Permalink
third-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
meetarora10 committed Jul 30, 2024
1 parent e354030 commit ed1d0ac
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Html-Files/Doctor Experience.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" href="./Css-Files/Experiencestyle.css">
<link rel="stylesheet" href="../index.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<<<<<<< HEAD

<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -64,7 +64,7 @@
align-items: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
margin:30px;

width: 96%;
}

#doctor-list li .content {
Expand Down Expand Up @@ -112,8 +112,6 @@
z-index: 9999;
}
</style>
=======
>>>>>>> c95240aabf081bcd1831deb17d34a642e1974c6b
</head>
<body>
<div class="pre">
Expand All @@ -122,7 +120,7 @@
<header class="header_container nav-h">
<div class="img">
<img id="rd-logo" style="width: 90px; height: auto;" src="../images/rd.png">
<p style="color: hwb(181 16% 46%); font-size: 1.5rem;margin-top: 5px;">Rapidoc</p>
<p style="border-radius: 2px;background-color: hwb(181 16% 46%); font-size: 1.5rem;margin-top: 5px;color: white;">Rapidoc</p>
</div>
<nav class="nav_menu">
<ul class="nav_link vis-h">
Expand Down Expand Up @@ -261,7 +259,6 @@ <h4>RAPIDOC Newsletter</h4><br>
</div>
</div>
</footer>
<<<<<<< HEAD
<div id="back-to-top-container">
<div class="circle">
<svg id="back-to-top" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
Expand All @@ -272,7 +269,6 @@ <h4>RAPIDOC Newsletter</h4><br>
</div>
</div>
<div id="progressBar"></div>
=======
<script>
document.getElementById('subscribeForm').addEventListener('submit', function(event) {
event.preventDefault(); // Prevent default form submission
Expand All @@ -295,7 +291,7 @@ <h4>RAPIDOC Newsletter</h4><br>
});
</script>

>>>>>>> c95240aabf081bcd1831deb17d34a642e1974c6b

<script>
window.onscroll = function () {
var winScroll = document.body.scrollTop || document.documentElement.scrollTop;
Expand Down

0 comments on commit ed1d0ac

Please sign in to comment.