Skip to content

Commit

Permalink
Add Vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
shunsei committed Oct 22, 2024
1 parent 8ee4b3c commit 963b1f2
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,30 @@ <h5 class="card-title">scikit-learn</h5>
</div>
</div>

<div class="col">
<div class="card" style="max-width: 540px;">
<!-- body -->
<div class="card-body">
<div class="row g-2">
<div class="col-4">
<img
src="https://skillicons.dev/icons?i=vitest&theme=light"
class="img-fluid rounded-start d-block mx-auto" width="60" height="60" alt="vitest"
>
</div>
<div class="col-8">
<h5 class="card-title">Vitest</h5>
<p class="card-text">★★★★☆</p>
</div>
</div>
</div>
<!-- footer -->
<div class="card-footer bg-white">
<span class="tag">趣味</span>
</div>
</div>
</div>

</div>

<h3 class="mt-3">DB</h3>
Expand Down Expand Up @@ -1222,11 +1246,12 @@ <h5 class="card-title">ポートフォリオサイト</h5>
<h5 class="card-title">KITCC Library</h5>

<p class="card-text">
<button type="button" class="btn btn-outline-info">React</button>
<button type="button" class="btn btn-outline-secondary">Remix</button>
<button type="button" class="btn btn-outline-danger">Hono</button>
<button type="button" class="btn btn-outline-orange">Cloudflare</button>
<button type="button" class="btn btn-outline-yellow-green">Drizzle ORM</button>
<button type="button" class="btn btn-outline-success">Vitest</button>
<button type="button" class="btn btn-outline-secondary">GitHub Actions</button>
<button type="button" class="btn btn-outline-orange">Cloudflare</button>
</p>
</div>
</div>
Expand Down

0 comments on commit 963b1f2

Please sign in to comment.