-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move frontend from picocss to tailwind (#33)
- add further vsc config - move from picocss to tailwind - generate custom color palette from logo - properly format kickstarter support page - css code splitting - do css generation using postcss to support nesting & tw at once - cleanup some frontend html, proper hierarchical shenanigans - build scripts - update docs to reflect changes - move icons to tailwind plugin
- Loading branch information
Hazel
authored
May 4, 2024
1 parent
a4116cf
commit da95885
Showing
23 changed files
with
4,509 additions
and
264 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 |
---|---|---|
|
@@ -5,14 +5,14 @@ jobs: | |
runs-on: ubuntu-latest | ||
if: github.ref == 'refs/heads/master' | ||
steps: | ||
- name: checkout | ||
uses: actions/checkout@v4 | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 'latest' | ||
- run: npm install | ||
- name: build_and_deploy | ||
uses: shalzz/[email protected] | ||
- run: | | ||
npm ci | ||
npm run build | ||
- uses: shalzz/[email protected] | ||
env: | ||
PAGES_BRANCH: gh-pages | ||
TOKEN: ${{ secrets.GITHUB_TOKEN}} |
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
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
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
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 |
---|---|---|
|
@@ -3,6 +3,8 @@ title = "Kickstarter Support" | |
template = "page.html" | ||
+++ | ||
|
||
<section> | ||
|
||
You can email `[email protected]` with any inquires relating to backer support such as: | ||
|
||
- shipping information assistance | ||
|
@@ -24,6 +26,10 @@ As of writing, it's just one of the devs here helping with emails, so replies mi | |
Very soon we will have a dedicated email support person, hopefully aiming to have quicker response times, | ||
thank you for your patience! | ||
|
||
</section> | ||
|
||
<section> | ||
|
||
# Backer Portal | ||
|
||
We have a site dedicated for our Kickstarter backers at [kickstarter.funkin.me](https://kickstarter.funkin.me) | ||
|
@@ -34,3 +40,5 @@ where backers edit and modify their information such as: | |
- email address / backer portal account information changes | ||
|
||
Again, if you need any assistance with any of that, do reach out at to our support email `[email protected]` | ||
|
||
</section> |
Oops, something went wrong.