Skip to content

Commit

Permalink
Merge pull request #42 from JyotsnaGuntha/JMW-001
Browse files Browse the repository at this point in the history
Updated Header
  • Loading branch information
tushargupta1504 authored Oct 2, 2024
2 parents d0409f3 + 5b380b2 commit a2e53e6
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@
</head>

<body>
<header class="min-vh-100">
<nav class="navbar navbar-expand-lg fixed-top bg-white bg-opacity-75">
<header id="home" class="min-vh-100 full-height">
<nav class="navbar navbar-expand-lg fixed-top bg-white bg-opacity-75" aria-label="Main Navigation">
<div class="container">
<a class="navbar-brand" href="#home">
<img class="mainLogo img-fluid" src="img/Medical.png" alt="Medical logo" />
</a>

<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false"
aria-label="Toggle navigation">
Expand Down Expand Up @@ -47,23 +51,24 @@
</div>
</div>
</nav>

<div class="container vh-100 d-flex align-items-center justify-content-center">
<div class="row w-100">
<div class="card col-lg-6 bg-transparent border-0 text-white">
<div class="card-body">
<div class="circle"></div>
<div class="hero">
<h1 class="card-title display-3 ">The best doctors in <b>Medicine!</b></h1>
<h5 class="card-subtitle mb-2">in the world of modern medicine!</h5>
<h1 class="card-title display-3">The Best Doctors in <b>Medicine!!</b></h1>
<h5 class="card-subtitle mb-2">In the World of Modern Medicine!</h5>
<p class="card-text my-5">"Your health, simplified. Explore telemedicine options, find
specialists, and access reliable health information—all in one place"</p>
specialists, and access reliable health information—all in one place."</p>
</div>
</div>
</div>
</div>
</div>
</header>


<main>
<div class="py-5">
Expand Down

0 comments on commit a2e53e6

Please sign in to comment.