Improved the toggle and site details

This commit is contained in:
Joyce Chen
2020-04-12 04:50:34 -04:00
parent 72fd3a0e20
commit a9c6a7bbac
7 changed files with 1853 additions and 1827 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
_site/ _site/
data/ data/
data/tableConverter.py
data/input.html

View File

@@ -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)
--- ---

View File

@@ -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:

View File

@@ -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>

View File

@@ -61,6 +61,10 @@ table {
font-weight: bold; font-weight: bold;
} }
.extra {
display: inline;
}
.result { .result {
text-align: center; text-align: center;
} }

1821
index.md

File diff suppressed because it is too large Load Diff

1846
royal.md

File diff suppressed because it is too large Load Diff