Home
Softono
w

wruczek

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
2

Software by wruczek

ts-website
Open Source

ts-website

<h3 align="center">TS-website - free website for your TeamSpeak 3 server</h3> <br> [![Website screenshot](https://i.imgur.com/FuDJyGU.png?2)](https://imgur.com/a/3vfIPJQ) <p align="center"> <a href="https://imgur.com/a/3vfIPJQ" target="_blank">View more screenshots</a> | <a href="https://github.com/Wruczek/ts-website/wiki/%5BDE%5D-Readme-%7C-Liesmich-%5B2.x%5D" target="_blank">🇩🇪 Deutsches Readme</a> </p> <p align="center"> <b>Need help? <a href="https://t.me/tswebsite">Join our telegram group</a></b> for news, announcements, help and general chat about ts-website. </p> <hr> #### Useful links - [Demo](https://ts.wruczek.tech/) - [Installation](https://github.com/Wruczek/ts-website/wiki/%5BEN%5D-Website-Installation) - [Wiki](https://github.com/Wruczek/ts-website/wiki) - [Report Issues / Suggestions](https://github.com/Wruczek/ts-website/issues/new) - [Translate ts-website](https://wruczek.oneskyapp.com/collaboration/project/325562) - **[ts-website Telegram group](https://t.me/tswebsite) - support, announcements, and general chat** #### Main Features - News page, dynamic server status, customizable admin status, server viewer, group assigner, ban list, rules, FAQ, impressum - Ability for users to login via TeamSpeak - Multiple languages with auto-detection for default language - Modern and responsive design - Caching - Free and Open source, under GPL-3.0 ### Other stuff I am happy to take any programming-related requests, add additional features or modify the code to suit your needs for a small donation :) I am experienced at Java, PHP, HTML, CSS, Javascript, SQL, server configurations etc. For business enquiries only: **wruczekk** at **gmail.com**, for anything else please join our [Telegram group](https://t.me/ts-website).

Web Development Customer Engagement
368 Github Stars
Bootstrap-Cookie-Alert
Open Source

Bootstrap-Cookie-Alert

# Bootstrap-Cookie-Alert A simple cookie alert for Bootstrap 5 and 4. No dependencies required.<br> [**Demo with Bootstrap 5**](https://wruczek.github.io/Bootstrap-Cookie-Alert/demo-bs5) &bull; [**Demo with Bootstrap 4**](https://wruczek.github.io/Bootstrap-Cookie-Alert/demo-bs4) I unfortunately don't remember the source of the cubes pattern :( If someone know, please email me or create an issue. I would love to credit the author. ## npm package `npm i bootstrap-cookie-alert` ## How to use #### 1. In the `head` of your document, include `cookiealert.css` **after Bootstrap**. ```html <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Wruczek/Bootstrap-Cookie-Alert@gh-pages/cookiealert.css"> ``` #### 2. Add the html markup: ```html <!-- START Bootstrap-Cookie-Alert --> <div class="alert text-center cookiealert" role="alert"> <b>Do you like cookies?</b> &#x1F36A; We use cookies to ensure you get the best experience on our website. <a href="https://cookiesandyou.com/" target="_blank">Learn more</a> <button type="button" class="btn btn-primary btn-sm acceptcookies"> I agree </button> </div> <!-- END Bootstrap-Cookie-Alert --> ``` #### 3. Include the JavaScript after the html markup ```html <script src="https://cdn.jsdelivr.net/gh/Wruczek/Bootstrap-Cookie-Alert@gh-pages/cookiealert.js"></script> ``` ### Take a look at [`demo-bs5.html`](https://github.com/Wruczek/Bootstrap-Cookie-Alert/blob/gh-pages/demo-bs5.html) for a working example ### Accept event If you need to, you can listen for the `cookieAlertAccept` event to get notified when the user accepts the cookies. ```js window.addEventListener("cookieAlertAccept", function() { alert("cookies accepted") }) ```

CSS Frameworks & UI Kits Web Components & Widgets
246 Github Stars