initial commit of OSI website Co-authored-by: Josh Klahr < josh.klahr@snowflake.com>
Official website for the Open Semantic Interchange (OSI) initiative.
The OSI initiative is a collaborative, open-source effort dedicated to standardizing and streamlining semantic model exchange and utilization across the diverse array of tools and platforms within the data analytics, AI, and BI ecosystem.
Simply open index.html in your web browser. No build process or server required!
# On macOS open index.html # On Linux xdg-open index.html # On Windows start index.html
This is a static website that can be deployed to any web hosting service:
Edit CSS variables in styles.css:
:root { --primary-blue: #29B5E8; --dark-blue: #043464; --navy: #0E1C3D; /* ... more colors */ }
Edit index.html to update:
Replace the text logo in the navbar section of index.html with an <img> tag:
<div class="nav-brand"> <img src="path/to/logo.png" alt="OSI Logo" class="logo-image"> </div>
Then add CSS for the logo:
.logo-image { height: 50px; width: auto; }
Contributions are welcome! Please feel free to submit a Pull Request.
For questions or suggestions, please open an issue on the OSI GitHub repository.
Built with ❄️ for the OSI community