Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
radu1122 authored Jun 25, 2024
1 parent d45482e commit 6689777
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@


<li class="nav-item">
<a class="nav-link text-white " href="./dashboard.html">
<a class="nav-link text-white " href="./pages/dashboard.html">

<div class="text-white text-center me-2 d-flex align-items-center justify-content-center">
<i class="material-icons opacity-10">dashboard</i>
Expand All @@ -126,7 +126,7 @@


<li class="nav-item">
<a class="nav-link text-white " href="./tables.html">
<a class="nav-link text-white " href="./pages/tables.html">

<div class="text-white text-center me-2 d-flex align-items-center justify-content-center">
<i class="material-icons opacity-10">table_view</i>
Expand All @@ -138,7 +138,7 @@


<li class="nav-item">
<a class="nav-link text-white " href="./billing.html">
<a class="nav-link text-white " href="./pages/billing.html">

<div class="text-white text-center me-2 d-flex align-items-center justify-content-center">
<i class="material-icons opacity-10">receipt_long</i>
Expand All @@ -150,7 +150,7 @@


<li class="nav-item">
<a class="nav-link text-white " href="./virtual-reality.html">
<a class="nav-link text-white " href="./pages/virtual-reality.html">

<div class="text-white text-center me-2 d-flex align-items-center justify-content-center">
<i class="material-icons opacity-10">view_in_ar</i>
Expand All @@ -162,7 +162,7 @@


<li class="nav-item">
<a class="nav-link text-white " href="./rtl.html">
<a class="nav-link text-white " href="./pages/rtl.html">

<div class="text-white text-center me-2 d-flex align-items-center justify-content-center">
<i class="material-icons opacity-10">format_textdirection_r_to_l</i>
Expand All @@ -174,7 +174,7 @@


<li class="nav-item">
<a class="nav-link text-white " href="./notifications.html">
<a class="nav-link text-white " href="./pages/notifications.html">

<div class="text-white text-center me-2 d-flex align-items-center justify-content-center">
<i class="material-icons opacity-10">notifications</i>
Expand All @@ -190,7 +190,7 @@ <h6 class="ps-4 ms-2 text-uppercase text-xs text-white font-weight-bolder opacit
</li>

<li class="nav-item">
<a class="nav-link text-white " href="./profile.html">
<a class="nav-link text-white " href="./pages/profile.html">

<div class="text-white text-center me-2 d-flex align-items-center justify-content-center">
<i class="material-icons opacity-10">person</i>
Expand All @@ -202,7 +202,7 @@ <h6 class="ps-4 ms-2 text-uppercase text-xs text-white font-weight-bolder opacit


<li class="nav-item">
<a class="nav-link text-white " href="./sign-in.html">
<a class="nav-link text-white " href="./pages/sign-in.html">

<div class="text-white text-center me-2 d-flex align-items-center justify-content-center">
<i class="material-icons opacity-10">login</i>
Expand All @@ -214,7 +214,7 @@ <h6 class="ps-4 ms-2 text-uppercase text-xs text-white font-weight-bolder opacit


<li class="nav-item">
<a class="nav-link text-white " href="./sign-up.html">
<a class="nav-link text-white " href="./pages/sign-up.html">

<div class="text-white text-center me-2 d-flex align-items-center justify-content-center">
<i class="material-icons opacity-10">assignment</i>
Expand Down

0 comments on commit 6689777

Please sign in to comment.