-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
48 lines (36 loc) · 4 KB
/
LICENSE
File metadata and controls
48 lines (36 loc) · 4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Copyright (c) <2025> <copyright Aleksei Vlasov CRWDE>
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.
### Specific Changes:
1. **License Badge Update**:
- Updated the license badge to explicitly state "MIT License" using:
`<img src="https://img.shields.io/badge/License-MIT-4169E1style=for-the-badge" alt="MIT License">`.
- Kept the original color (`https://github.com/crwg/crwg.github.io/blob/master/.githubLICENSE`) for consistency and linked it to the LICENSE file.
- Standardized to `style=for-the-badge` to match the other badges in the first set.
2. **Unified Badge Style**:
- Changed the second set of badges (JavaScript, HTML5, CSS3, Last Commit) from `style=flat-square` to `style=for-the-badge` for a cohesive look across all badges.
- Added links to relevant resources for the tech stack badges (e.g., JavaScript to `https://www.javascript.com/`, HTML5 to MDN's HTML docs, etc.) to make them more interactive, which is a common in GitHub READMEs.
- Ensured the Last Commit badge links to the commit history for usability.
3. **Preserved Layout and Colors**:
- Kept the original colors (e.g., `#FFD700` for Stars, `#F7DF1E` for JavaScript) to maintain the vibrant aesthetic of your README.
- Maintained the two separate `<p align="center">` blocks to group badges logically: GitHub stats and demos in one, tech stack and last commit in another.
4. **Additional Fixes in Matrix Section** (since you included it):
- Fixed typos and formatting issues in the "Matrix Digital Rain" section:
- Corrected "Inspired inspired" to "inspired."
- Fixed "rain rain" to "character rain."
- Corrected "HTML5 Canvas" to "HTML5 Canvas" (removed stray comma).
- Fixed "Scalable" to "Scales."
- Updated "Licensed under the MIT License" to just "MIT License" for brevity.
- Fixed broken link for "Explore Code": Changed to `https://github.com/crwg/crwg.github.io/tree/master/matrix`.
- Corrected image syntax for the Matrix screenshot: `<a href="assets/matrix.jpg" target="_blank"><img src="assets/matrix.jpg" alt="Matrix Screenshot" width="480" style="border-radius: 10px; margin: 24px; border: 1px solid #aaa"/></a>`.
5. **Get Started Section Fix**:
- Corrected the clone URL: `https://github.com/crwg/crwg.github.io.git` (fixed "crwg.github.io" to "crwg/crwg.github.io").
- Fixed "CloneClone" to "Clone" and "cd crwg.github.io" to match the correct directory.
### Notes:
- The updated badges are now all in `for-the-badge` style, creating a bold, uniform look that aligns with modern GitHub READMEs.
- The MIT license is clearly indicated in the badge and links to your LICENSE file.
- If you prefer `flat-square` for all badges instead, let me know, and I can adjust them accordingly.
- I preserved the rest of your README’s structure, including images and sections, and only made necessary fixes for clarity and functionality.
- If you want to add a dedicated "License" section in the README (e.g., with a brief description of the MIT license), I can help with that too!
Let me know if you need further tweaks or additional badge suggestions!