Skip to content

Commit de1cea4

Browse files
committed
feat: 🎸 Added logotype in navbrand [INDEX]
1 parent 7c7a53b commit de1cea4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

‎src/pages/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212
<!-- NAVIGATION -->
1313
<nav class="navbar container-xl flex-nowrap px-2 px-md-4 py-4 py-xl-5">
1414
<div class="container-fluid">
15-
<div class="navbar-brand ts-cursor-default d-flex gap-2 py-0">
16-
<h1 class="fs-2 fw-bolder my-0 text-success">THIAGO</h1>
17-
<h1 class="fs-2 fw-semibold my-0">SAUD</h1>
15+
<div class="navbar-brand ts-cursor-default d-flex align-items-center gap-2 py-0">
16+
<img height="40" width="45" class="d-lg-none" src="../assets/images/logotype.webp" alt="THIAGO SAUD DEVELOPER LOGOTYPE IMAGE" />
17+
18+
<div class="d-flex gap-2">
19+
<h1 class="fs-2 fw-bolder my-0 text-success">THIAGO</h1>
20+
<h1 class="fs-2 fw-semibold my-0">SAUD</h1>
21+
</div>
1822
</div>
1923

2024
<div class="d-flex align-items-center gap-md-5">

0 commit comments

Comments
 (0)