-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #813 from tutors-sdk/development
simplify links on home page
- Loading branch information
Showing
1 changed file
with
1 addition
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,5 @@ | ||
<div class="grid grid-cols-1 sm:grid-cols-2 gap-3 my-4"> | ||
<div class="grid grid-cols-1 my-4"> | ||
<div class="mx-auto"> | ||
<a class="btn btn-xl bg-primary-500 text-white font-bold hover:scale-105 transition-all w-60" href="course/tutors-reference-manual" rel="noreferrer"> Documentation </a> | ||
</div> | ||
<!-- <div class="mx-auto"> | ||
<a class="btn btn-xl bg-surface-100-800-token font-bold hover:scale-105 transition-all w-60" href="/course/tutors-reference-manual" rel="noreferrer" | ||
>Documentation</a | ||
> | ||
</div> | ||
<div class="mx-auto sm:order-4"> | ||
<a class="btn btn-xl bg-primary-500 text-white font-bold hover:scale-105 transition-all w-60" href="/gallery" target="_blank" rel="noreferrer">Gallery</a> | ||
</div> | ||
<div class="mx-auto sm:order-3"> | ||
<a class="btn btn-xl bg-surface-100-800-token font-bold hover:scale-105 transition-all w-60" href="/live" target="_blank" rel="noreferrer"> Live </a> | ||
</div> | ||
<div class="mx-auto sm:order-5"> | ||
<a class="btn btn-xl bg-primary-500 text-white font-bold hover:scale-105 transition-all w-60" href="https://github.com/tutors-sdk/tutors" target="_blank" rel="noreferrer"> | ||
<iconify-icon icon="mdi:github" /> Source | ||
</a> | ||
</div> | ||
<div class="mx-auto sm:order-6"> | ||
<a class="btn btn-xl bg-surface-100-800-token font-bold hover:scale-105 transition-all w-60" href="/simulate" target="_blank" rel="noreferrer"> Simulator </a> | ||
</div> | ||
<div class="mx-auto sm:order-7"> | ||
<a class="btn btn-xl bg-surface-100-800-token font-bold hover:scale-105 transition-all w-60" href="/course/tutors-workshop-2024" target="_blank" rel="noreferrer"> | ||
Tutors Workshop | ||
</a> | ||
</div> | ||
<div class="mx-auto sm:order-7"> | ||
<a class="btn btn-xl bg-primary-500 text-white font-bold hover:scale-105 transition-all w-60" href="/course/layout-reference-course" target="_blank" rel="noreferrer"> | ||
Demo Two | ||
</a> | ||
</div> --> | ||
</div> |