Skip to content

Commit

Permalink
add pocketsign products
Browse files Browse the repository at this point in the history
  • Loading branch information
eyemono-moe committed May 8, 2024
1 parent 89f9e70 commit 07436ab
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 2 deletions.
Binary file added public/work-thumbnail/pocketsign-reception.webp
Binary file not shown.
Binary file added public/work-thumbnail/pocketsign-stamprally.webp
Binary file not shown.
12 changes: 12 additions & 0 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ export const SITE_DESCRIPTION =
export const SITE_URL = "https://www.eyemono.moe/";

export const WORKS = [
{
title: "ポケットサイン受付",
imagePath: "/work-thumbnail/pocketsign-reception.webp",
tags: ["WebApp", "React", "TypeScript"],
mdx: lazy(() => import("~/md/pocketsign-reception.md")),
},
{
title: "陸羽東線周遊スタンプラリーアプリ",
imagePath: "/work-thumbnail/pocketsign-stamprally.webp",
tags: ["WebApp", "Nuxt", "TypeScript"],
mdx: lazy(() => import("~/md/pocketsign-stamprally.md")),
},
{
title: "アイコンメーカー",
imagePath: "/work-thumbnail/icon-maker.webp",
Expand Down
7 changes: 6 additions & 1 deletion src/md/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import Icon from "~/components/Icon.tsx";
## Skills

- TypeScript
- Solid.js
- Solid.js
- React
- Vue
- Node.js
- Python
- C#
Expand All @@ -29,6 +31,9 @@ Web フロントと 3DCG に興味があります。
- 2023.4 -
東京工業大学 生命理工学院
生命理工学系 生命理工学コース 修士課程 (休学中)
- 2023.8 -
ポケットサイン株式会社 (PocketSign Inc.)
エンジニア (業務委託)

## Interests

Expand Down
10 changes: 10 additions & 0 deletions src/md/pocketsign-reception.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!-- markdownlint-disable-file MD041 -->

公共施設の利用やイベント参加時の受付等で使用していただくことを想定した受付アプリです。マイナンバーカードを用いたデジタル身分証アプリ「ポケットサイン」内で利用できるミニアプリとして作成されています。(ポケットサイン株式会社にて業務委託エンジニアとして開発に参加)

マイナンバーカードをかざすだけで瞬時に受付を完了でき、1人1 IDが担保された高セキュリティな受付が可能になっています。

### Links

- 紹介ページ:[ポケットサイン受付 - ポケットサイン株式会社](https://pocketsign.co.jp/product/event)
- 導入事例:[【新プロダクト】ポケットサイン受付で受付業務をDX!全国第1号事例として山形県長井市に導入 - ポケットサイン株式会社](https://pocketsign.co.jp/news/41)
9 changes: 9 additions & 0 deletions src/md/pocketsign-stamprally.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!-- markdownlint-disable-file MD041 -->

JR陸羽東線で開催されたスタンプラリーイベント用アプリです。マイナンバーカードを用いたデジタル身分証アプリ「ポケットサイン」内で利用できるミニアプリとして作成されています。(ポケットサイン株式会社にて業務委託エンジニアとして開発)

マイナンバーカード情報を利用し、スタンプラリー景品当選者への景品発送や、事業の効果測定が容易に行えるようになっています。

### Links

- スタンプラリー紹介ページ:[陸羽東線周遊スタンプラリー](https://rikuto-stamprally.jp/)
2 changes: 1 addition & 1 deletion src/routes/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function About() {
return (
<>
<Title>{`${SITE_TITLE} - About`}</Title>
<div class="prose prose-black all-[a]:(text-text-link visited:text-text-visited)">
<div class="prose prose-black all-[a]:(text-text-link visited:text-text-visited) all-[li>ul]:my-1">
<h1>About</h1>
<AboutMDX />
</div>
Expand Down

0 comments on commit 07436ab

Please sign in to comment.