Added a scuffed source code button
Signed-off-by: Ioan Cristian CHELARU <iccjoc@proton.me>
This commit is contained in:
parent
a433af3f81
commit
1c4aa2f744
1 changed files with 8 additions and 0 deletions
|
@ -60,6 +60,14 @@ const people = [
|
||||||
))}
|
))}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<br></br>
|
||||||
|
<a
|
||||||
|
href="https://git.gra.phite.ro/BlahajTeam/next-app/"
|
||||||
|
className="rounded-md bg-indigo-500 px-3.5 py-2.5 text-sm font-semibold text-gray-100 shadow-sm hover:bg-indigo-900 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white"
|
||||||
|
style={{ marginTop: '100px', marginLeft: '20px' }}
|
||||||
|
>
|
||||||
|
Source Code
|
||||||
|
</a>
|
||||||
<div
|
<div
|
||||||
className="absolute inset-x-0 top-[calc(100%-13rem)] -z-10 transform-gpu overflow-hidden blur-3xl sm:top-[calc(100%-30rem)]"
|
className="absolute inset-x-0 top-[calc(100%-13rem)] -z-10 transform-gpu overflow-hidden blur-3xl sm:top-[calc(100%-30rem)]"
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
|
|
Loading…
Reference in a new issue