|
|
@ -34,11 +34,10 @@ export const Index = ({ posts }: IndexProps): JSX.Element => { |
|
|
|
</Link>
|
|
|
|
</Link>
|
|
|
|
|
|
|
|
|
|
|
|
<Link href={`competition/registration`}> |
|
|
|
<Link href={`competition/registration`}> |
|
|
|
<a |
|
|
|
<a className="buttonMargin inline-block px-7 py-3 rounded-md text-white dark:text-white bg-blue-600 hover:bg-blue-700 hover:text-white dark:hover:text-white" > Регистрация команды </a> |
|
|
|
className="buttonMargin inline-block px-7 py-3 rounded-md text-white dark:text-white bg-blue-600 hover:bg-blue-700 hover:text-white dark:hover:text-white" |
|
|
|
</Link> |
|
|
|
> |
|
|
|
<Link href={`/competition_pub/сompetition_regulations_school_94.pdf`}> |
|
|
|
Регистрация команды |
|
|
|
<a className="buttonMargin inline-block px-7 py-3 rounded-md text-white dark:text-white bg-blue-600 hover:bg-blue-700 hover:text-white dark:hover:text-white" > Положение о Хакатоне </a> |
|
|
|
</a> |
|
|
|
|
|
|
|
</Link> |
|
|
|
</Link> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</BlockHead> |
|
|
|
</BlockHead> |
|
|
|