
ASACOCO GENERATOR
57 |105 | 106 |
107 |108 | Designed by 109 | 110 | YoYa 111 | 112 |
113 |143 | 144 |
145 |146 | Designed by 147 | 148 | KoKohi ココヒ 149 | 150 |
151 |├── .github
└── FUNDING.yml
├── README.md
├── assets
├── android-chrome-192x192.png
├── android-chrome-256x256.png
├── apple-touch-icon.png
├── browserconfig.xml
├── favicon-16x16.png
├── favicon-32x32.png
├── favicon.ico
├── mstile-150x150.png
└── safari-pinned-tab.svg
├── css
└── asacoco.css
├── fonts
├── Archicoco.woff
└── hkkaikk.ttf
├── images
├── background.jpg
├── cursor.png
├── default_avatar.png
├── logo.png
└── templates
│ ├── ACU.png
│ └── science.png
├── index.html
├── js
└── app.js
├── pwabuilder-sw.js
├── screenshot.png
└── site.webmanifest
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | # These are supported funding model platforms
2 |
3 | github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4 | patreon: # Replace with a single Patreon username
5 | open_collective: # Replace with a single Open Collective username
6 | ko_fi: # Replace with a single Ko-fi username
7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9 | liberapay: # Replace with a single Liberapay username
10 | issuehunt: # Replace with a single IssueHunt username
11 | otechie: # Replace with a single Otechie username
12 | custom: https://www.paypal.me/kento520
13 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Asacoco Generator
2 | Generate your student card of Asacoco University, [TRY IT NOW](https://rogeraabbccdd.github.io/Asacoco-Generator/)!
3 |
4 | 
5 |
6 | ## Credits
7 | - Background photo by [Shunya Koide](https://unsplash.com/@shunyakoide?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)
8 | - Student card designed by [YoYa](https://twitter.com/JustinYoYa/status/1319541932742172672)
9 | - Science club card designed by [KoKohi ココヒ](https://twitter.com/kokohi5586)
10 |
--------------------------------------------------------------------------------
/assets/android-chrome-192x192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rogeraabbccdd/Asacoco-Generator/0740863f9e3d0f39f3beb0f8c58015c1240b422b/assets/android-chrome-192x192.png
--------------------------------------------------------------------------------
/assets/android-chrome-256x256.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rogeraabbccdd/Asacoco-Generator/0740863f9e3d0f39f3beb0f8c58015c1240b422b/assets/android-chrome-256x256.png
--------------------------------------------------------------------------------
/assets/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rogeraabbccdd/Asacoco-Generator/0740863f9e3d0f39f3beb0f8c58015c1240b422b/assets/apple-touch-icon.png
--------------------------------------------------------------------------------
/assets/browserconfig.xml:
--------------------------------------------------------------------------------
1 |
2 |
105 | 106 |
107 |108 | Designed by 109 | 110 | YoYa 111 | 112 |
113 |143 | 144 |
145 |146 | Designed by 147 | 148 | KoKohi ココヒ 149 | 150 |
151 |