Credits & Attributions
The technologies, design elements, and content that power the Exopmonatus blog experience.
Tailwind CSS Framework
We use the open-source Tailwind CSS utility-first CSS framework to build responsive, modern interfaces. The locally-hosted version is modified for our specific design needs.
- License: MIT
- Source repository: GitHub
Icons & Graphics
Our interface utilizes open-source SVG assets and icons from various trusted sources:
-
♾Heroicons (https://heroicons.com) - MIT License
-
✨Lucide Icons (https://lucide.dev) - MIT License
Fonts
Our website typography is powered by system fonts enhanced with custom gradients:
Primary Font
We use the system-provided 'Segoe UI' font family (fallback to 'Helvetica Neue' and 'Arial'), enhanced with custom gradient text effects using CSS:
::-webkit-calendar-picker-indicator {
filter: brightness(1.5);
}
Special Mentions
-
Open Source Community
We stand on the shoulders of giants - our project uses hundreds of open source libraries and frameworks from GitHub and npm.
-
Web Standards
This website adheres to HTML5, CSS3, and modern JavaScript standards, ensuring broad compatibility and accessibility.