-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
runner
authored and
runner
committed
Jun 2, 2024
1 parent
178c5ba
commit f693c59
Showing
33 changed files
with
4,599 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@import url("torillic/torillic.css"); | ||
|
||
body { | ||
padding: 0; | ||
margin: 0; | ||
} | ||
|
||
.torillic-background { | ||
padding: 4rem; | ||
} | ||
|
||
|
||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,130 @@ | ||
{ | ||
"splash.png": { | ||
"author": { | ||
"name": "Todd Parsons", | ||
"link": "https://github.com/TEParsons" | ||
} | ||
}, | ||
"torillic-bg.jpg": { | ||
"source": "https://www.pexels.com/photo/3843969/", | ||
"author": { | ||
"name": "Dmitry Demidov", | ||
"link": "https://www.pexels.com/@dmitry-demidov-515774/" | ||
}, | ||
"vendor": { | ||
"name": "Pexels", | ||
"link": "https://www.pexels.com" | ||
} | ||
}, | ||
"paper-texture.jpg": { | ||
"source": "https://www.dndbeyond.com/content/1-0-1895-0/skins/waterdeep/images/mon-summary/paper-texture.png", | ||
"author": { | ||
"name": "Wizards of the Coast", | ||
"link": "https://company.wizards.com/en" | ||
}, | ||
"vendor": { | ||
"name": "D&D Beyond", | ||
"link": "https://www.dndbeyond.com" | ||
}, | ||
"notes": "Scraped from NPC page" | ||
}, | ||
"coins/copper.png": { | ||
"source": "https://www.dndbeyond.com", | ||
"author": { | ||
"name": "Wizards of the Coast", | ||
"link": "https://company.wizards.com/en" | ||
}, | ||
"vendor": { | ||
"name": "D&D Beyond", | ||
"link": "https://www.dndbeyond.com" | ||
}, | ||
"notes": "Scraped from character sheet page" | ||
}, | ||
"coins/silver.png": { | ||
"source": "https://www.dndbeyond.com", | ||
"author": { | ||
"name": "Wizards of the Coast", | ||
"link": "https://company.wizards.com/en" | ||
}, | ||
"vendor": { | ||
"name": "D&D Beyond", | ||
"link": "https://www.dndbeyond.com" | ||
}, | ||
"notes": "Scraped from character sheet page" | ||
}, | ||
"coins/electrum.png": { | ||
"source": "https://www.dndbeyond.com", | ||
"author": { | ||
"name": "Wizards of the Coast", | ||
"link": "https://company.wizards.com/en" | ||
}, | ||
"vendor": { | ||
"name": "D&D Beyond", | ||
"link": "https://www.dndbeyond.com" | ||
}, | ||
"notes": "Scraped from character sheet page" | ||
}, | ||
"coins/gold.png": { | ||
"source": "https://www.dndbeyond.com", | ||
"author": { | ||
"name": "Wizards of the Coast", | ||
"link": "https://company.wizards.com/en" | ||
}, | ||
"vendor": { | ||
"name": "D&D Beyond", | ||
"link": "https://www.dndbeyond.com" | ||
}, | ||
"notes": "Scraped from character sheet page" | ||
}, | ||
"coins/platinum.png": { | ||
"source": "https://www.dndbeyond.com", | ||
"author": { | ||
"name": "Wizards of the Coast", | ||
"link": "https://company.wizards.com/en" | ||
}, | ||
"vendor": { | ||
"name": "D&D Beyond", | ||
"link": "https://www.dndbeyond.com" | ||
}, | ||
"notes": "Scraped from character sheet page" | ||
}, | ||
"fonts/Alegreya": { | ||
"source": "https://fonts.google.com/specimen/Alegreya", | ||
"author": [ | ||
{ | ||
"name": "Juan Pablo del Peral", | ||
"link": "https://fonts.google.com/?query=Juan%20Pablo%20del%20Peral" | ||
}, | ||
{ | ||
"name": "Huerta Tipográfica", | ||
"link": "https://fonts.google.com/?query=Huerta%20Tipogr%C3%A1fica" | ||
} | ||
], | ||
"vendor": { | ||
"name": "Google Fonts", | ||
"link": "https://fonts.google.com/" | ||
} | ||
}, | ||
"fonts/CrimsonText": { | ||
"source": "https://fonts.google.com/specimen/Crimson+Text", | ||
"author": { | ||
"name": "Sebastian Kosch", | ||
"link": "https://fonts.google.com/?query=Sebastian%20Kosch" | ||
}, | ||
"vendor": { | ||
"name": "Google Fonts", | ||
"link": "https://fonts.google.com/" | ||
} | ||
}, | ||
"fonts/SourceCodePro": { | ||
"source": "https://fonts.google.com/specimen/Source+Code+Pro", | ||
"author": { | ||
"name": "Paul D. Hunt", | ||
"link": "https://fonts.google.com/?query=Paul%20D.%20Hunt" | ||
}, | ||
"vendor": { | ||
"name": "Google Fonts", | ||
"link": "https://fonts.google.com/" | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+99.6 KB
docs/css/torillic/assets/fonts/SourceCodePro/SourceCodePro-BoldItalic.ttf
Binary file not shown.
Binary file added
BIN
+99.6 KB
docs/css/torillic/assets/fonts/SourceCodePro/SourceCodePro-Italic.ttf
Binary file not shown.
Binary file added
BIN
+118 KB
docs/css/torillic/assets/fonts/SourceCodePro/SourceCodePro-Regular.ttf
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.