16 lines
891 B
PHP
16 lines
891 B
PHP
<span class="block uppercase text-blueGray-500 text-sm font-semibold mb-2"> Useful Links </span>
|
|
<ul class="list-unstyled">
|
|
<li>
|
|
<a class="text-blueGray-600 hover:text-blueGray-800 font-semibold block pb-2 text-sm" href="https://www.creative-tim.com/presentation?ref=njs-index"> About Us </a>
|
|
</li>
|
|
<li>
|
|
<a class="text-blueGray-600 hover:text-blueGray-800 font-semibold block pb-2 text-sm" href="https://blog.creative-tim.com?ref=njs-index"> Blog </a>
|
|
</li>
|
|
<li>
|
|
<a class="text-blueGray-600 hover:text-blueGray-800 font-semibold block pb-2 text-sm" href="https://www.github.com/creativetimofficial?ref=njs-index"> Github </a>
|
|
</li>
|
|
<li>
|
|
<a class="text-blueGray-600 hover:text-blueGray-800 font-semibold block pb-2 text-sm" href="https://www.creative-tim.com/bootstrap-themes/free?ref=njs-index"> Free Products </a>
|
|
</li>
|
|
</ul>
|