Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flick9000 committed Dec 27, 2024
1 parent f854292 commit 864c7f0
Show file tree
Hide file tree
Showing 226 changed files with 27,547 additions and 11,082 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<h1 align="center">WinScript</h1>

<p align="center">WinScript is an open-source tool built to help you build custom scripts for Windows 10 and 11. It includes debloat, privacy, performance scripts & more, along with the ability to install all your favourite apps within the terminal.</p>
<p align="center">WinScript is an open-source tool built to help you build custom scripts for Windows 10 and 11. It includes debloat, privacy, performance scripts & more, along with the ability to install all your favourite apps in one click.</p>

![App Screenshot](winscript.png)

Expand All @@ -14,12 +14,9 @@

## Usage
**WinScript must be run as Administrator to work properly.**\
**Offline use: winscript.exe & resources.neu need to be in the same folder to work.**
- 🌍 Online: [Website](https://winscript.pages.dev)
- 💻 Offline: [Releases](https://github.com/flick9000/winscript/releases)



## Support
### ⭐ Star
Feel free to leave a star and help the project reach more people!
Expand All @@ -32,7 +29,6 @@ Contributions are welcome! Fork the repository and create a pull request with yo
4. Push to the branch
5. Create a new Pull Request


## License

📒 This project is licensed under the GPL v3 License. See the [LICENSE](LICENSE) file for more details.
29 changes: 11 additions & 18 deletions css/animations.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
}
}

@keyframes blur-in {
from {
backdrop-filter: blur(0px);
}
to {
backdrop-filter: blur(25px);
}
}


@keyframes rotate {
to {
--angle: 360deg;
Expand All @@ -20,7 +30,7 @@
}

.nav-items a {
opacity: 0.95;
opacity: 0.9;
transition: opacity 0.3s ease;
}

Expand All @@ -46,20 +56,3 @@
.navbar.responsive > .nav-items {
animation: fade-in 0.5s ease;
}

.button-download,
.online-button,
.button-download.sm {
scale: 0.95;
transition: scale 0.2s;
}

.button-download:hover,
.online-button:hover,
.button-download.sm:hover {
scale: 1;
}

.modal {
animation: fade-in 0.3s ease;
}
3 changes: 3 additions & 0 deletions css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@
}
ul, li, ol {
list-style: none;
}
button {
border: transparent;
}
Loading

0 comments on commit 864c7f0

Please sign in to comment.