Added links to source code, reformatted link in the summary.
This commit is contained in:
parent
dd8939b0c3
commit
d62d73af87
@ -4,7 +4,7 @@
|
||||
<div class="text-lg px-2">Setup</div>
|
||||
<ul class="flex flex-col space-y-1 px-4 list-decimal list-inside text-sm break-all">
|
||||
<li>
|
||||
Download the latest release at <a href="https://github.com/spaceglace/TunicTransitionTracker/releases">https://github.com/spaceglace/TunicTransitionTracker/releases</a> for your OS.
|
||||
Download the latest release at <a href="https://github.com/spaceglace/TunicTransitionTracker/releases" class="underline text-bluelight-link">https://github.com/spaceglace/TunicTransitionTracker/releases</a> for your OS.
|
||||
</li>
|
||||
<li>Run the program you just downloaded.</li>
|
||||
<li>
|
||||
|
@ -102,5 +102,6 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
{% include "tracker/src/index.html" with tracker_fe_link="https://gitea.werefox.cafe/ada/tunic-tracker-redux" tracker_be_link="https://github.com/spaceglace/TunicTransitionTracker" %}
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
4
tunictracker/tracker/templates/tracker/src/index.html
Normal file
4
tunictracker/tracker/templates/tracker/src/index.html
Normal file
@ -0,0 +1,4 @@
|
||||
<div class="flex flex-col md:flex-row min-w-max space-y-2 md:space-y-0 space-x-0 md:space-x-2 *:flex *:min-w-max *:justify-center basis-1 *:md:basis-1/2 *:p-1 *:rounded-md *:bg-gradient-to-tl *:shadow-sm *:shadow-[#242424] *:from-highlight-empty-light *:to-highlight-empty-dark *:text-highlight-empty-text">
|
||||
<a href={{ tracker_fe_link }} target="_blank">Front-end Source Code</a>
|
||||
<a href={{ tracker_be_link }} target="_blank">Back-end Source Code</a>
|
||||
</div>
|
@ -68,6 +68,7 @@ module.exports = {
|
||||
DEFAULT: "#26638c",
|
||||
dark: "#1b4764",
|
||||
},
|
||||
link: "hsl(203.91, 56.64%, 75%)",
|
||||
},
|
||||
"trans-pride": {
|
||||
cyan: {
|
||||
|
Loading…
Reference in New Issue
Block a user