Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
67cff88
🔁 dear lord
webcrawls Dec 3, 2024
32e56f8
🔁🎨 fix glossy style; fix header
webcrawls Dec 3, 2024
7e57438
Big Old Commit:tm:
webcrawls Dec 3, 2024
f65f57b
🎨 tweak blockquote margins
webcrawls Dec 3, 2024
7cfdeb1
🔁 fix import
webcrawls Dec 3, 2024
6a72374
🐛 remove duplicate Comic Sans
webcrawls Dec 4, 2024
1170f20
🐛🎨 fix header tab shadows
webcrawls Dec 4, 2024
4f3a699
🐛 prevent scrolls on document.body while a popup is shown
webcrawls Dec 5, 2024
83e2c99
docs: refactor docs folder + readme (lots of TODO)
webcrawls Dec 5, 2024
7d70364
🎨 TRYING to improve the call now Ad
webcrawls Dec 5, 2024
d9c8543
🔁 refactor Headline.svelte
webcrawls Dec 5, 2024
8cc3bdc
🔁 move AdCallNow.svelte to components folder
webcrawls Dec 5, 2024
3acc33f
🔁 move unused images to /unused src folder
webcrawls Dec 5, 2024
f690053
add cf worker to handle testimonials (currently just sends to a disco…
webcrawls Dec 5, 2024
8d32d7d
finish backend stuff (closes #55)
webcrawls Dec 5, 2024
371f5e9
fix: broken import
webcrawls Dec 5, 2024
d805eb9
fix: ibid
webcrawls Dec 5, 2024
2d34127
continue refactor of fs
webcrawls Dec 7, 2024
942875c
Merge branch 'refactor-dec' of https://github.com/webcrawls/smack-mag…
webcrawls Dec 7, 2024
b336da0
ibid (lmao)
webcrawls Dec 7, 2024
678e5dd
more changes
webcrawls Dec 7, 2024
96ad67d
misc: simplify PopupWrapper
webcrawls Dec 9, 2024
5ccd8e3
refactor: popup handling stuff
webcrawls Dec 9, 2024
e61869b
refactor: move global styling to app.css
webcrawls Dec 9, 2024
17729c8
refactor: move popup src to components
webcrawls Dec 9, 2024
ffcfcb1
refactor: other refactors
webcrawls Dec 9, 2024
3c0ed2a
refactor: finish moving things to components pkg
webcrawls Dec 9, 2024
51da478
add lazy alt images
webcrawls Dec 9, 2024
c49ab27
refactor: remove unused variables, fix Metadata component usage
webcrawls Dec 9, 2024
e04cb4f
design: header, fix inconsistent caps
webcrawls Dec 9, 2024
fe10d65
fix: clickergame errors preventing the component from compiling
webcrawls Dec 9, 2024
3fd930c
misc: autostart clickergame
webcrawls Dec 9, 2024
fc5973e
refactor: clicker game (ahh im scared)
webcrawls Dec 9, 2024
2709dfd
add some TODOs
webcrawls Dec 9, 2024
30977d8
refactor: remove TODO comments and move them to the GitHub PR discuss…
webcrawls Dec 9, 2024
692bb0f
..^
webcrawls Dec 9, 2024
a8fec4d
misc: remove random `/` char
webcrawls Dec 9, 2024
75690d6
misc: add image explosion animation for showcase.svelte
webcrawls Dec 9, 2024
45312c5
fix: oneliner
webcrawls Dec 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions CREDITS.md

This file was deleted.

21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1 @@
# Smack Magic

// todo

## For Content Authors, Copywriters, Editors, and Designers

## Attribution

### Images and Icons

- [user.png](src\lib\components\pages\blog\avatar\user.png) was borrowed from a [source I'm sure wouldn't mind](https://deltarune.com/code/comments):)
- [7seg font](https://fontstruct.com/fontstructions/show/2434947/7-segments-display)
- // todo elise - author of logos, etc

- [nuts.jpg](https://upload.wikimedia.org/wikipedia/commons/f/f5/Mixed_nuts_small_white1.jpg) from Wikimedia Commons
- [onion.jpg](https://commons.wikimedia.org/wiki/File:Onion.jpg) from Wikimedia Commons
- [tomatoes.jpg](https://upload.wikimedia.org/wikipedia/commons/f/f5/Mixed_nuts_small_white1.jpg) from Wikimedia Commons
- [cucumbersd.jpg](https://upload.wikimedia.org/wikipedia/commons/3/3e/Australia_Cucumbers_for_sale_at_store.jpg) from Wikimedia Commons

- [comic-sans-ms.woff] was [cheekily sourced](https://github.com/kristopolous/lowcon/tree/master)
# Smack Magic
12 changes: 12 additions & 0 deletions backend/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# http://editorconfig.org
root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.yml]
indent_style = space
172 changes: 172 additions & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,172 @@
# Logs

logs
_.log
npm-debug.log_
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)

report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json

# Runtime data

pids
_.pid
_.seed
\*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover

lib-cov

# Coverage directory used by tools like istanbul

coverage
\*.lcov

# nyc test coverage

.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)

.grunt

# Bower dependency directory (https://bower.io/)

bower_components

# node-waf configuration

.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)

build/Release

# Dependency directories

node_modules/
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)

web_modules/

# TypeScript cache

\*.tsbuildinfo

# Optional npm cache directory

.npm

# Optional eslint cache

.eslintcache

# Optional stylelint cache

.stylelintcache

# Microbundle cache

.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history

.node_repl_history

# Output of 'npm pack'

\*.tgz

# Yarn Integrity file

.yarn-integrity

# dotenv environment variable files

.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# parcel-bundler cache (https://parceljs.org/)

.cache
.parcel-cache

# Next.js build output

.next
out

# Nuxt.js build / generate output

.nuxt
dist

# Gatsby files

.cache/

# Comment in the public line in if your project uses Gatsby and not Next.js

# https://nextjs.org/blog/next-9-1#public-directory-support

# public

# vuepress build output

.vuepress/dist

# vuepress v2.x temp and cache directory

.temp
.cache

# Docusaurus cache and generated files

.docusaurus

# Serverless directories

.serverless/

# FuseBox cache

.fusebox/

# DynamoDB Local files

.dynamodb/

# TernJS port file

.tern-port

# Stores VSCode versions used for testing VSCode extensions

.vscode-test

# yarn v2

.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.\*

# wrangler project

.dev.vars
.wrangler/
6 changes: 6 additions & 0 deletions backend/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"printWidth": 140,
"singleQuote": true,
"semi": true,
"useTabs": true
}
Loading