Skip to content

Commit

Permalink
Add Drizzle ORM
Browse files Browse the repository at this point in the history
  • Loading branch information
shunsei committed Oct 9, 2024
1 parent ee41231 commit 8ee4b3c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
5 changes: 5 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,11 @@ section,
border-color: #fd7e14;
}

.btn-outline-yellow-green{
color: #b9c42f; /* yellow-green color */
border-color: #b9c42f;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
Expand Down
Binary file added assets/img/skill/drizzle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 28 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ <h5 class="card-title">Flask</h5>
</div>
<div class="col-8">
<h5 class="card-title">Hono</h5>
<p class="card-text">★★★</p>
<p class="card-text">★★★</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -831,6 +831,30 @@ <h5 class="card-title">Docker</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="assets/img/skill/drizzle.png"
class="img-fluid rounded-start d-block mx-auto" width="60" height="60" alt="drizzle"
>
</div>
<div class="col-8">
<h5 class="card-title">Drizzle ORM</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 Expand Up @@ -910,7 +934,7 @@ <h5 class="card-title">GitHub Actions</h5>
</div>
<div class="col-8">
<h5 class="card-title">Prisma</h5>
<p class="card-text">★★★</p>
<p class="card-text">★★★</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -953,7 +977,7 @@ <h5 class="card-title">Postman</h5>
</div>
<div class="col-8">
<h5 class="card-title">Supabase</h5>
<p class="card-text">★★★</p>
<p class="card-text">★★★</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -1201,8 +1225,7 @@ <h5 class="card-title">KITCC Library</h5>
<button type="button" class="btn btn-outline-info">React</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-secondary">Prisma</button>
<button type="button" class="btn btn-outline-success">Supabase</button>
<button type="button" class="btn btn-outline-yellow-green">Drizzle ORM</button>
<button type="button" class="btn btn-outline-secondary">GitHub Actions</button>
</p>
</div>
Expand Down

0 comments on commit 8ee4b3c

Please sign in to comment.