Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Khawaja Fashi Ud Din Abdullah committed Oct 17, 2024
2 parents 691058c + 2f7b7cc commit 3c5b185
Show file tree
Hide file tree
Showing 11 changed files with 1,057 additions and 696 deletions.
26 changes: 8 additions & 18 deletions Feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,23 +194,6 @@
}
}

/* Letter Drop Animation */
@keyframes letterDrop {
0% {
transform: translateY(-100%);
opacity: 0;
}

50% {
transform: translateY(10px);
/* Slight bounce */
opacity: 1;
}

100% {
transform: translateY(0);
}
}

.social-icon {
transition: transform 0.3s ease;
Expand Down Expand Up @@ -321,7 +304,14 @@

<div class="logo">
<div class="brand-name">
<span class="ambu">Ambu</span><span>Flow</span>
<span class="letter red" style="--letter-index: 1;">A</span>
<span class="letter red" style="--letter-index: 2;">m</span>
<span class="letter red" style="--letter-index: 3;">b</span>
<span class="letter red" style="--letter-index: 4;">u</span>
<span class="letter" style="--letter-index: 5;">F</span>
<span class="letter" style="--letter-index: 6;">l</span>
<span class="letter" style="--letter-index: 7;">o</span>
<span class="letter" style="--letter-index: 8;">w</span>
</div>
<img src="images/logo2-w.webp" alt="Ambulance Monitoring System Logo" style="width: 80px; height: auto" />
</div>
Expand Down
Loading

0 comments on commit 3c5b185

Please sign in to comment.