蓝色半角感叹号gitcards.bonjour.bio/bonjour

把这张名片贴进 README、个人主页,或者任何吃图片的地方。

蓝色半角感叹号 的名片
[![蓝色半角感叹号](https://gitcards.bonjour.bio/bonjour.svg)](https://bonjour.bio/bonjour)

Bonjour! 蓝色半角感叹号

[![Bonjour!](https://gitcards.bonjour.bio/bonjour/badge.svg)](https://bonjour.bio/bonjour)

Bonjour! bonjour

[![Bonjour!](https://gitcards.bonjour.bio/bonjour/badge.svg?text=link)](https://bonjour.bio/bonjour)

参数

themeauto(默认)/ light / dark
width280–900,默认 440
height80–400,默认 128

跟随 GitHub 的主题开关

默认的 auto 跟的是系统配色。想跟 GitHub 右上角那个主题选择器走,用 <picture>

<a href="https://bonjour.bio/bonjour">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://gitcards.bonjour.bio/bonjour.svg?theme=dark">
    <img src="https://gitcards.bonjour.bio/bonjour.svg?theme=light" alt="蓝色半角感叹号">
  </picture>
</a>