Skip to content

Commit

Permalink
Merge pull request #216 from abhishekdumaniya/changes
Browse files Browse the repository at this point in the history
added logo and name on the home page
  • Loading branch information
Anishka Gupta authored May 19, 2024
2 parents 4f036e8 + 265bf80 commit 4df6e5a
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,14 @@
<body>
<!-- ############# Header ############# -->

<header class="header_container">
<div class="img">
<img id="rd-logo" style="width: 90px; height: auto;" src="/images/rd.png">
</div>
<div class="text" style="margin-left: -33rem;">


<h1 class="logo me-auto"><a style="text-decoration: none; color: #55a5ea;" href="index.html">RapiDoc</a></h1>
</div>
<nav class="nav_menu">

<ul class="nav_link">
Expand All @@ -46,23 +52,9 @@
<li><a href="Html-Files/contact.html">Contact us</a></li>
</ul>
</nav>
</div>
</header>



</div>
</header>

<!-- ======= Home Section ======= -->


<!-- <section id="home" class="d-flex align-items-center">
<div class="container">
<h1>Welcome to RapiDoc</h1>
<h2>Your One-stop digital healthcare destination.<br>Get details about <span class="multiple-text"></span></h2>
<a href="#about" class="btn-get-started scrollto">Download App</a>
</div>
</section>
-->

<div class="container">
<div class="content">
Expand Down

0 comments on commit 4df6e5a

Please sign in to comment.