Fixed source code button
Signed-off-by: Ioan Chelaru Cristian <iccjoc@localhost.localdomain>
This commit is contained in:
parent
6557cfba89
commit
48efcce544
1 changed files with 14 additions and 7 deletions
|
@ -1,4 +1,6 @@
|
|||
import { DocumentTextIcon } from '@heroicons/react/24/outline';
|
||||
import Logo from '../components/logo';
|
||||
import TopicCard from '../components/topic_card';
|
||||
|
||||
const people = [
|
||||
{
|
||||
|
@ -61,13 +63,18 @@ const people = [
|
|||
</ul>
|
||||
</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' }}
|
||||
<div
|
||||
style={{display:"flex", alignItems: 'center', justifyContent: 'center', marginLeft: "40px", marginRight: "40px"}}
|
||||
>
|
||||
<a
|
||||
href="https://git.gra.phite.ro/BlahajTeam/next-app"
|
||||
className="mt-10 block rounded-md bg-blue-500 text-base text-center text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
|
||||
style={{maxWidth: '250px', paddingLeft: '50px', paddingRight: '50px', paddingTop: '20px', paddingBottom: '20px', alignSelf: 'center'}}
|
||||
>
|
||||
<DocumentTextIcon></DocumentTextIcon>
|
||||
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)]"
|
||||
aria-hidden="true"
|
||||
|
|
Loading…
Reference in a new issue