mirror of
https://github.com/joyce-chen/persona5-negotiation.git
synced 2025-11-18 08:03:37 -05:00
Improved the toggle and site details
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,3 +1,5 @@
|
|||||||
|
|
||||||
_site/
|
_site/
|
||||||
data/
|
data/
|
||||||
|
data/tableConverter.py
|
||||||
|
data/input.html
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ If you want to contribute any changes, please use the [open issue](https://githu
|
|||||||
|
|
||||||
- New copy of questions on Royal page
|
- New copy of questions on Royal page
|
||||||
- Added Royal personality on Shadows page
|
- Added Royal personality on Shadows page
|
||||||
|
- Improved toggle to change to a more compact table for smaller mobile screens
|
||||||
- Added [a Google Forms link for negotiation submissions for non-Github users](https://forms.gle/JtH9YUekRKVEkYgc6)
|
- Added [a Google Forms link for negotiation submissions for non-Github users](https://forms.gle/JtH9YUekRKVEkYgc6)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
theme: jekyll-theme-minimal
|
theme: jekyll-theme-minimal
|
||||||
title: Persona 5 Negotiation Guide
|
title: Persona 5 Negotiation Guide
|
||||||
description: Persona 5 Negotiation Guide
|
description: Persona 5 & Royal Negotiation Guide. List of questions, answers, and results from shadows.
|
||||||
baseurl: /persona5-negotiation
|
baseurl: /persona5-negotiation
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
|
|||||||
@@ -20,5 +20,5 @@
|
|||||||
<header>
|
<header>
|
||||||
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
||||||
<p class="view"><a href="{{ site.github.repository_url }}">View this joyce-chen Project on GitHub <small>{{ github_name }}</small></a></p>
|
<p class="view"><a href="{{ site.github.repository_url }}">View this joyce-chen Project on GitHub <small>{{ github_name }}</small></a></p>
|
||||||
<p><a href="https://forms.gle/JtH9YUekRKVEkYgc6">If you want to help, use this Google Form. Thank you!</a></p>
|
<p><a href="https://forms.gle/JtH9YUekRKVEkYgc6">If you want to help by reporting errors or adding something, fill out this form. Thank you!</a></p>
|
||||||
</header>
|
</header>
|
||||||
@@ -61,6 +61,10 @@ table {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.extra {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
.result {
|
.result {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user