Skip to content

Commit

Permalink
Fixed logo link
Browse files Browse the repository at this point in the history
  • Loading branch information
rchin8877 committed Nov 24, 2024
1 parent 5182561 commit 8f68aff
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CSS/home_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
height: auto;
}

.heartspin-img {
width: 10%;
height: auto;
}

@media (max-width:992px) {
.heart-img {
width: 50%;
Expand Down
Binary file added Images/heartspin.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/heartspin2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion anatomy.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<body>
<section id="nav-bar">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#"><img src="Images/cathclub.png"></a>
<a class="navbar-brand" href="index.html"><img src="Images/cathclub.png"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#top-navbar" aria-controls="top-navbar"> <!-- ARIA: Accessible Rich Internet Applications, aria-controls points to the id of another element on the page, typically the one that will be shown -->
<i class="fa-solid fa-bars-staggered"></i>
</button>
Expand Down
2 changes: 1 addition & 1 deletion dictionary.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<!--create button to toggle/exit the offcanvas, with div element set to flex-->
<button class="navbar-toggler border-0" type="button" data-bs-toggle="offcanvas" data-bs-target="#top-navbar" aria-controls="top-navbar">
<div class="d-flex justify-content-between p-3">
<a class="navbar-brand" href="#"><img src="Images/cathclub.png"></a>
<a class="navbar-brand" href="index.html"><img src="Images/cathclub.png"></a>
<i class="fa-solid fa-xmark"></i>
</div>
</button>
Expand Down
2 changes: 1 addition & 1 deletion equipment.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<body>
<section id="nav-bar">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#"><img src="Images/cathclub.png"></a>
<a class="navbar-brand" href="index.html"><img src="Images/cathclub.png"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#top-navbar" aria-controls="top-navbar"> <!-- ARIA: Accessible Rich Internet Applications, aria-controls points to the id of another element on the page, typically the one that will be shown -->
<i class="fa-solid fa-bars-staggered"></i>
</button>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<p><em>Welcome to the Cath Club!</em> Come get in the flow of the cathlab with me as I share my notes and experiences.</p>

<!--<a href="https://www.youtube.com/watch?v=t9d74Zsvabs" target="_blank"><img src="Images/button-removebg-preview.png" class="play-btn">Start here</a> -->
<div> Keep reading to get a feel of the workflow and some important tips. </div>
<div><img src="Images/heartspin2.gif" class="heartspin-img"> Keep reading to get a feel of the workflow and some important tips! </div>

</div>
<div class="col-md-6 text-center">
Expand Down
4 changes: 2 additions & 2 deletions procedures.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<!--create button to toggle/exit the offcanvas, with div element set to flex-->
<button class="navbar-toggler border-0" type="button" data-bs-toggle="offcanvas" data-bs-target="#top-navbar" aria-controls="top-navbar">
<div class="d-flex justify-content-between p-3">
<a class="navbar-brand" href="#"><img src="Images/cathclub.png"></a>
<a class="navbar-brand" href="index.html"><img src="Images/cathclub.png"></a>
<i class="fa-solid fa-xmark"></i>
</div>
</button>
Expand Down Expand Up @@ -100,7 +100,7 @@ <h1 class="mb-4">Procedures</h1>
<section id="LHC" class="container mt-5">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="mb-4" style="color:#549dd1">Left Heart Catheterisations (LHC or left heart caths)</h2>
<h2 class="mb-4" style="color:#549dd1">Left Heart Catheterisations(LHC)</h2>
<h4 class="mb-4">Indications/purpose</h4>
<ul>
<li>Assess arteries after patient presents with chest pain, positive echo stress test</li>
Expand Down

0 comments on commit 8f68aff

Please sign in to comment.