No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- <section class="navbar">
- <figure class="logo">
- <img src="assets/icons/logo.svg" alt="logo image">
- </figure>
-
- <div class="search-input">
- <input type="text" placeholder="Search for Business Entities">
- <img src="assets/icons/search.svg" alt="search icon">
- </div>
-
- <section class="profile-actions">
- <img src="assets/icons/user.svg" alt="user icon">
- <span> Hi, Joe Ghatto </span>
- <img src="assets/icons/chevron-down.svg" alt="chevron down image">
- </section>
-
- </section>
-
- <section class="tabs">
- <button class="active">
- <img src="assets/icons/home.svg" alt="home icon">
- </button>
- <button>
- <img src="assets/icons/dashboard.svg" alt="dashboard icon">
- </button>
- <button>
- <img src="assets/icons/tiles-dashboard.svg" alt="tiles dashboard icon">
- </button>
- <button>
- <img src="assets/icons/settings.svg" alt="settings icon">
- </button>
- </section>
-
- <div class="page">
- <router-outlet></router-outlet>
- </div>
|