Added socials.
This commit is contained in:
parent
28b6cd5e14
commit
7d5c509f06
1 changed files with 18 additions and 3 deletions
|
|
@ -22,9 +22,24 @@
|
||||||
<div>
|
<div>
|
||||||
<h4 class="mb-6 text-[10px] font-black tracking-[0.3em] text-white uppercase">Network</h4>
|
<h4 class="mb-6 text-[10px] font-black tracking-[0.3em] text-white uppercase">Network</h4>
|
||||||
<ul class="space-y-4 text-sm font-light text-slate-500">
|
<ul class="space-y-4 text-sm font-light text-slate-500">
|
||||||
<li><a href="#" class="transition-colors hover:text-white">LinkedIn</a></li>
|
<li>
|
||||||
<li><a href="#" class="transition-colors hover:text-white">X / Twitter</a></li>
|
<a
|
||||||
<li><a href="#" class="transition-colors hover:text-white">GitHub</a></li>
|
href="https://x.com/computecld"
|
||||||
|
class="transition-colors hover:text-white"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
X / Twitter</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
target="_blank"
|
||||||
|
href="https://git.computecloud.in/computecloud"
|
||||||
|
class="transition-colors hover:text-white"
|
||||||
|
>
|
||||||
|
Git
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue