Skip to content

Commit

Permalink
Add Remix
Browse files Browse the repository at this point in the history
  • Loading branch information
shunsei committed Nov 1, 2024
1 parent 963b1f2 commit 10137a1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,30 @@ <h5 class="card-title">React</h5>
</div>
</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=remix&theme=light"
class="img-fluid rounded-start d-block mx-auto" width="60" height="60" alt="Remix"
>
</div>
<div class="col-8">
<h5 class="card-title">Remix</h5>
<p class="card-text">★★★★☆</p>
</div>
</div>
</div>
<!-- footer -->
<div class="card-footer bg-white">
<span class="tag">趣味</span>
</div>
</div>
</div>

<div class="col">
<div class="card" style="max-width: 540px;">
Expand Down

0 comments on commit 10137a1

Please sign in to comment.