The source files for the Kolibrie website, a high-performance SPARQL query engine built in Rust. This repository contains the website's HTML, CSS, and JavaScript code.
The Kolibrie website is built using modern web technologies to showcase the capabilities and features of the Kolibrie SPARQL query engine.
The website utilizes the following technologies:
- Tailwind CSS - For responsive and utility-first styling
- Chart.js - For performance benchmark visualizations
- Typed.js - For typing effect animations
- Font Awesome - For icons and visual elements
- Responsive navigation with smooth scrolling
- Interactive performance benchmark charts
- Live code demonstration with typing effects
- Mobile-friendly design
- Modern UI with gradient effects and animations
- Comprehensive documentation sections
- Community engagement sections
To run this website locally:
- Clone the repository
- Open the
index.htmlfile in your web browser
No build process is required as the website uses CDN-hosted dependencies.
All dependencies are loaded via CDN:
- Tailwind CSS (
https://cdn.tailwindcss.com) - Chart.js (
https://cdn.jsdelivr.net/npm/chart.js) - Font Awesome (
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css) - Typed.js (
https://cdn.jsdelivr.net/npm/typed.js@2.0.12)
index.html- Main website contentkolibrie.jfif- Logo image- CSS styles are included inline in the HTML
- JavaScript is included at the bottom of the HTML file
Feel free to contribute to this website by submitting pull requests! Whether it's fixing bugs, improving the design, or adding new features, all contributions are welcome.