Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.13 KB

File metadata and controls

28 lines (21 loc) · 1.13 KB

Synta .github

This repository powers the Synta organization’s GitHub profile. It holds:A

  • 🪧 Our organization README (displayed on the GitHub org page)
  • 🖼️ Official assets and branding materials (logos, badges, etc.)

Assets 📦

This repository includes official Synta assets like our logo, which you can embed in Markdown, HTML, or documentation across the web.

✅ Usage Examples

🔹 In Markdown

![Synta Logo](https://raw.githubusercontent.com/SyntaApp/.github/refs/heads/main/assets/logo-rounded.png)

🔹 In HTML

<img src="https://raw.githubusercontent.com/SyntaApp/.github/refs/heads/main/assets/logo-rounded.png" alt="Synta Logo" width="150" />

You can resize the logo by modifying the width (or height) attribute in HTML.

Notes 💡

  • All assets in this repo are publicly accessible and versioned with Git.
  • Use these assets when writing docs, blog posts, READMEs, or other content referencing the Synta project.

If you're unsure whether an asset is appropriate for external use (e.g. press, branding kits), please open an issue in this repo.

Built with ❤️ by the Synta team.