Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
blazeu committed Mar 2, 2018
0 parents commit e5b66d9
Show file tree
Hide file tree
Showing 987 changed files with 27,631 additions and 0 deletions.
95 changes: 95 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
# https://github.com/wearehive/project-guidelines/blob/master/.gitignore

# Gatsby
.cache/
public/

### Node ###

# Logs
logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Optional npm cache directory
.npm

# Dependency directories
/node_modules
/jspm_packages
/bower_components

# Yarn Integrity file
.yarn-integrity

# Optional eslint cache
.eslintcache

# dotenv environment variables file(s)
.env
.env.*

#Build generated
dist/
build/


### SublimeText ###
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache

# workspace files are user-specific
*.sublime-workspace

# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project


### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

### WebStorm/IntelliJ ###
/.idea
modules.xml
*.ipr


### System Files ###
.DS_Store

# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Elastic Beanstalk Files

.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2017 Prototype Interactive

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Gatsby React Boilerplate

### Requirements

* [Node.js](http://nodejs.org): for all the magic
* [Gatsby](https://www.gatsbyjs.org/docs/)

### Features

* Basic configuration and folder structure
* Uses postcss and sass (with autoprefixer and pixrem)
* Uses [Bootstrap 4](http://getbootstrap.com/) grid
* Leaves the styling to you
* Uses data from local json files
* Contains Node.js server code for easy, secure, and fast hosting
* [SVG sprites](https://css-tricks.com/svg-sprites-use-better-icon-fonts/): Add your icons in `components/icon` as .icon files and use them.

### How to proceed

1. Prepare a coffee
1. Run: `npm i` to install the dependencies
1. Run: `npm run dev` to run Gatsby
1. You should see shortly some text that says `The development server is listening at: http://localhost:8000`. Open that address in your browser and…
1. Start coding!

### How to build

1. Run: `npm run build` to build website into `/public` folder

### Considerations

* **RTL**: The usual method of generating different css file for RTL pages (as seen in static-html-boilerplate) will not work out of the box here since Gatsby pulls all the css together, this means the RTL css will override the LTR one.
Binary file added content/catalog/100.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions content/catalog/100.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 100%
sample: 100-sample.jpg
isSaturday: 1
isSunday: 1
SellsBooks: 0
SellsMerch: 0
SellsGame: 0
SellsCD: 1
booth_number: A-04ab
fandom: 'Touhou Project, Original'
rating: General Audience (GA)
circle_twitter: '-'
circle_facebook: 'https://www.facebook.com/hyakupa'
circle_pixiv: '-'
image: 100.jpg
slug: '100'
Binary file added content/catalog/20th-century-girls.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions content/catalog/20th-century-girls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 20th Century Girls
isSaturday: 1
isSunday: 1
SellsBooks: 1
SellsMerch: 1
SellsGame: 0
SellsCD: 0
booth_number: A-35a
fandom: BTS
rating: General Audience (GA)
circle_twitter: '@pepakomi, @pufafuri'
circle_facebook: '-'
circle_pixiv: '-'
image: 20th-century-girls.jpg
slug: 20th-century-girls
Binary file added content/catalog/4-anak-ayam.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions content/catalog/4-anak-ayam.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 4 anak ayam
isSaturday: 1
isSunday: 1
SellsBooks: 1
SellsMerch: 1
SellsGame: 0
SellsCD: 0
booth_number: B-02a
fandom: 'Original character, Mystic messenger, bokuhero academia, tsukiuta, YOI'
rating: General Audience (GA)
circle_twitter: '-'
circle_facebook: 'https://facebook.com/shortnglass/'
circle_pixiv: '-'
image: 4-anak-ayam.jpg
slug: 4-anak-ayam
Binary file added content/catalog/69.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions content/catalog/69.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: '69'
isSaturday: 1
isSunday: 1
SellsBooks: 1
SellsMerch: 1
SellsGame: 0
SellsCD: 0
booth_number: I-17a
fandom: >-
Boku no Hero Academia, Joker Game, Gintama, Persona, JoJo's Bizzare Adventure,
Animal Crossing, Game of Thrones, original
rating: General Audience (GA)
circle_twitter: '@kureha_alpha'
circle_facebook: 'https://www.facebook.com/69circle/'
circle_pixiv: 'http://pixiv.me/kureha-alpha'
image: 69.png
slug: '69'
Binary file added content/catalog/ace-society-sample.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/catalog/ace-society.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions content/catalog/ace-society.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: ACE Society
sample: ace-society-sample.jpg
isSaturday: 1
isSunday: 1
SellsBooks: 1
SellsMerch: 1
SellsGame: 0
SellsCD: 0
booth_number: D-08ab
fandom: >-
Cardcaptor Sakura, Final Fantasy, Gakuen Babysitters, Haikyu!!, Houseki no
Kuni, Kantai Collection, Love Live! Sunshine!!, Macross Delta, Mystic
Messenger, Onmyouji, Original, Overwatch, Phantasy Star Online 2, Pop Team
Epic, Tekken, Touken Ranbu, Virtual Youtuber (Kaguya Luna, Kizuna Ai),
Western (MCU, SKAM, Star Trek, Teen Wolf)
rating: General Audience (GA)
circle_twitter: 'https://twitter.com/ACES_circle'
circle_facebook: 'https://www.facebook.com/ACEScircle'
circle_pixiv: '-'
image: ace-society.jpg
slug: ace-society
Binary file added content/catalog/acolabs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions content/catalog/acolabs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: acolabs
isSaturday: 1
isSunday: 0
SellsBooks: 1
SellsMerch: 1
SellsGame: 0
SellsCD: 0
booth_number: C-14b (SAT)
fandom: Original
rating: General Audience (GA)
circle_twitter: '@acolabssma'
circle_facebook: 'https://www.facebook.com/Acolabs/'
circle_pixiv: '-'
image: acolabs.png
slug: acolabs
Binary file added content/catalog/acton.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions content/catalog/acton.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ACT!ON
isSaturday: 1
isSunday: 1
SellsBooks: 1
SellsMerch: 1
SellsGame: 0
SellsCD: 0
booth_number: B-13ab
fandom: >-
Original, Haikyuu, Yuri on Ice, Mystic Messenger, Love Live, ACOTAR, EXO,
Persona5, Thor, Gintama,
rating: General Audience (GA)
circle_twitter: 'https://twitter.com/_iraseugin'
circle_facebook: '-'
circle_pixiv: '-'
image: acton.jpg
slug: acton
14 changes: 14 additions & 0 deletions content/catalog/adhikawa-studio.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: ADHIKAWA STUDIO
isSaturday: 0
isSunday: 1
SellsBooks: 1
SellsMerch: 1
SellsGame: 0
SellsCD: 0
booth_number: C-14b (SUN)
fandom: Original
rating: Parental Guidance (PG)
circle_twitter: '-'
circle_facebook: '-'
circle_pixiv: '-'
slug: adhikawa-studio
Binary file added content/catalog/afternoon-azalanz-sample.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/catalog/afternoon-azalanz.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions content/catalog/afternoon-azalanz.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Afternoon Azalanz
sample: afternoon-azalanz-sample.jpg
isSaturday: 1
isSunday: 1
SellsBooks: 1
SellsMerch: 1
SellsGame: 0
SellsCD: 0
booth_number: E-06a
fandom: 'Azur Lane, Fate Grand Order, Girls und Panzer'
rating: General Audience (GA)
circle_twitter: '-'
circle_facebook: 'https://www.facebook.com/AfternoonNapsCircle/'
circle_pixiv: '-'
image: afternoon-azalanz.jpg
slug: afternoon-azalanz
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/catalog/afternoon-coffee-break.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions content/catalog/afternoon-coffee-break.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Afternoon Coffee Break
sample: afternoon-coffee-break-sample.jpg
isSaturday: 1
isSunday: 1
SellsBooks: 1
SellsMerch: 1
SellsGame: 0
SellsCD: 0
booth_number: E-13b
fandom: >-
Fate Series, Honkai Impact (Houkai 3rd), Azur Lane, Darling in the Franxx,
Re:Zero, Im@s, Overlod, Overwatch, Nier Automata, Youjo Senki, Kimi No Na wa,
Boku no hero academia, houseki no kuni, Utaite, BTS
rating: Parental Guidance (PG)
circle_twitter: '-'
circle_facebook: 'https://www.facebook.com/Afkaburi/'
circle_pixiv: 'https://www.pixiv.net/member.php?id=13147666'
image: afternoon-coffee-break.jpg
slug: afternoon-coffee-break
Binary file added content/catalog/ailes-grises.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions content/catalog/ailes-grises.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Ailes Grises
isSaturday: 1
isSunday: 0
SellsBooks: 1
SellsMerch: 1
SellsGame: 0
SellsCD: 0
booth_number: C-15a (SAT)
fandom: 'Original, Persona 5, Nier Automata, Touken Ranbu, YOI'
rating: General Audience (GA)
circle_twitter: pleiadesgdl
circle_facebook: '-'
circle_pixiv: '474464'
image: ailes-grises.jpg
slug: ailes-grises
Binary file added content/catalog/aimes-tu-largent-sample.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/catalog/aimes-tu-largent.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions content/catalog/aimes-tu-largent.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: aimes -tu l'argent
sample: aimes-tu-largent-sample.jpg
isSaturday: 0
isSunday: 1
SellsBooks: 0
SellsMerch: 1
SellsGame: 0
SellsCD: 0
booth_number: G-12a (SUN)
fandom: >-
Steven Universe, Yuri On Ice, Touken Ranbu, BTS, Houseki no Kuni, Devilman
Crybaby
rating: General Audience (GA)
circle_twitter: '-'
circle_facebook: '-'
circle_pixiv: '-'
image: aimes-tu-largent.jpg
slug: aimes-tu-largent
Binary file added content/catalog/aj-sample.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/catalog/aj.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions content/catalog/aj.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: A.J.
sample: aj-sample.jpg
isSaturday: 1
isSunday: 1
SellsBooks: 1
SellsMerch: 1
SellsGame: 0
SellsCD: 0
booth_number: G-05a
fandom: 'Persona 5, Yuuri! On Ice, Haikyuu, Mystic Messenger, Original'
rating: Parental Guidance (PG)
circle_twitter: 'https://twitter.com/jaesjusshi'
circle_facebook: 'https://www.facebook.com/enka923/'
circle_pixiv: '-'
image: aj.jpg
slug: aj
Binary file added content/catalog/akazukin-circle.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions content/catalog/akazukin-circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Akazukin Circle
isSaturday: 1
isSunday: 1
SellsBooks: 0
SellsMerch: 1
SellsGame: 0
SellsCD: 0
booth_number: A-22a
fandom: 'Saiyuki, Yuri on Ice, Touken Ranbu, Granblue Fantasy'
rating: Parental Guidance (PG)
circle_twitter: saionjiakane
circle_facebook: akazukin circle
circle_pixiv: '-'
image: akazukin-circle.jpg
slug: akazukin-circle
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/catalog/akineko-creative-works.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e5b66d9

Please sign in to comment.