Commit graph

38 commits

Author SHA1 Message Date
e4879af47f Add installation instructions and acknowledge contributors in README.md
- Included a detailed installation guide to assist users in setting up Cyber Circle Creator on their own webspace.
- Added a section to express gratitude to all contributors with a link to the contributors' activity page.
- Made minor enhancements to the description
2024-11-17 15:29:20 +00:00
217860f4c9 Merge pull request 'Mobile Optimization' (#8) from kaiserkiwi/cyber-circle-creator:mobile-optimization into main
Reviewed-on: #8
Reviewed-by: Ramses Revengeday <revengeday@noreply.git.cyberwa.re>
2024-11-17 13:40:10 +00:00
bb1ff382fe
Merge remote-tracking branch 'origin/main' into mobile-optimization
# Conflicts:
#	css/style.css
2024-11-17 14:33:19 +01:00
3cfc87ae72 Merge pull request 'Sync with main repo' (#1) from revengeday/cyber-circle-creator:main into main
Reviewed-on: kaiserkiwi/cyber-circle-creator#1
2024-11-17 13:32:31 +00:00
914511074d Merge pull request 'Add .gitignore to the project' (#10) from kaiserkiwi/cyber-circle-creator:gitignore into main
Reviewed-on: #10
2024-11-17 11:11:02 +00:00
ac239ee4cd Merge branch 'main' into gitignore 2024-11-17 11:10:53 +00:00
d5ca592e11 Merge pull request 'Add template for pull requests' (#9) from kaiserkiwi/cyber-circle-creator:pull-request-template into main
Reviewed-on: #9
2024-11-17 11:10:45 +00:00
245ee4a2a0 Merge branch 'main' into pull-request-template 2024-11-17 11:10:35 +00:00
f270e3f06e Merge pull request 'Optimize font family integration' (#7) from kaiserkiwi/cyber-circle-creator:font-family into main
Reviewed-on: #7
2024-11-17 11:09:00 +00:00
fb97e48458
chore: Add template for pull requests 2024-11-17 11:57:37 +01:00
6a7cd24fe4
chore: Add .gitignore 2024-11-17 11:52:59 +01:00
f367e4b782
fix: Remove accidentally pushed font 2024-11-17 11:44:47 +01:00
be8c44ab7d
refactor: Reduce code duplication by using the section element for general styling
- Fix indentation in index.html
2024-11-17 08:26:36 +01:00
002e945bbe
feat: Optimize the cyber score slider to fit better on mobile 2024-11-17 08:15:40 +01:00
6128fbacd6
feat: The radio group is now actually usable on mobile
- The labels aren't cut off anymore
- Instead of trying to fit four buttons next to each other they're now one each line when not enough room is there
2024-11-17 08:15:18 +01:00
81312824e4
feat: Inherit font size for buttons and input 2024-11-17 08:14:06 +01:00
c86c5fcf98
feat: Add dynamic spacing variables
- Use dynamic spacing for main element and sections
- Fix wonky padding when opening and closing faq answers
2024-11-17 08:13:34 +01:00
cb7f54ce0b
fix: Add missing fallback
- Change font family for input and button to inherit to reduce duplication and make code more maintainable
2024-11-17 06:44:30 +01:00
a26bcacde8
style: Remove unnecessary .woff file type
Info: WOFF2 is supported in all major browsers since 2016
2024-11-17 06:40:38 +01:00
4712773f4e Added FAQ entry for opting out of Cyber Circle Creator
- Included HTML structure for a new FAQ item with ID 'faq8'.
- Provided information on user control and data usage (see #6)
- Added links to relevant resources: feature request and administrator guide.
2024-11-16 21:11:36 +00:00
b3a0377b2f Added CSS styling for lists in FAQ answers
- Implemented styling for unordered and ordered lists inside FAQ answers.
- Enhanced readability and visual alignment with the overall theme.
2024-11-16 21:10:31 +00:00
c81eda13f7 CSS fixes, overlapping text, etc.
Fixed: Text Overlap Issue in Radio Group on Mobile Devices #1 / #1
Fixed: FAQ Answer Box Text Cut-Off Issue #2 / #2
Fixed: Text Overflow Issue in Specific FAQ Question #3 / #3
2024-11-16 20:52:39 +00:00
3f8ca967f1 Add conditional User-Agent header to API requests
- Modified the `apiRequestWithHeaders` function to include a User-Agent header titled "cyber-circle-creator" for outgoing fetch requests.
- Implemented retry logic to handle network errors by resending requests without the User-Agent if the initial request fails.
2024-11-16 19:45:16 +00:00
a4b07e34a2 Colour fix - FAQ 2024-11-16 00:00:56 +00:00
d792837a4e Fancy cyber background added 2024-11-16 00:00:30 +00:00
dabed11408 Fancy cyber background added 2024-11-16 00:00:01 +00:00
db4aa31c34 Style adjustments
- Roots added
- New FAQ style
- New Credit Style
2024-11-15 23:30:02 +00:00
e008aec397 Style adjustments
- FAQ Section
- Credit Section
2024-11-15 23:29:25 +00:00
47e71940d9 Cyber Slider Style added
Needs to be reworked sometimes
2024-11-15 21:57:57 +00:00
c7b40f9711 Cyber Slider Feature added 2024-11-15 21:57:26 +00:00
7414759d9d Function for the slider added 2024-11-15 21:57:02 +00:00
0dd7d1c216 Cyber Slider added 2024-11-15 21:56:25 +00:00
5e45870d5b Upload files to "js" 2024-11-14 22:09:04 +00:00
6892e556f3 Upload files to "img" 2024-11-14 22:08:48 +00:00
e4f0121213 Upload files to "fonts" 2024-11-14 22:08:31 +00:00
221a16a3c0 Upload files to "css" 2024-11-14 22:08:15 +00:00
0f14c9ad0c Added Files 2024-11-14 22:08:00 +00:00
752a90b9ae Added README.md 2024-11-14 22:07:23 +00:00