Skip to content

Commit

Permalink
Change repository name.
Browse files Browse the repository at this point in the history
  • Loading branch information
cottonspace committed May 18, 2024
1 parent c5f6c70 commit 685a575
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ <h1 class="fw-bolder">cottonspace.github.io</h1>
<div class="col-lg-8">
<h2>Projects</h2>
<p class="lead">公開中の GitHub プロジェクトです。</p>
<h5><a href="https://github.com/cottonspace/django-web-timecard">T-RECS</a></h5>
<h5><a href="https://github.com/cottonspace/time-record-system">T-RECS</a></h5>
<p>シンプルな Web ベースの OSS 勤怠管理システムです。Python の Django フレームワークで作成されています。</p>
<p>美容室やクリニックなどの曜日ごとに休日や営業時間が異なるケースに対応が出来るのが特徴です。紙のタイムカードで運用していて、毎月の残業時間の計算が大変という方や、複雑な部門管理などの機能は不要で、出来るだけシンプルなタイムカードシステムをお探しという方に適しています。</p>
<table>
<tr>
<td><img src="https://github.com/cottonspace/django-web-timecard/raw/main/static/worktime/logo.svg" class="m-2" style="max-width:200px;"></td>
<td><img src="https://github.com/cottonspace/time-record-system/raw/main/static/worktime/logo.svg" class="m-2" style="max-width:200px;"></td>
<td style="vertical-align: top;"><a href="https://cottonspace.pythonanywhere.com/worktime/record/">デモサイト</a> には demo1 (パスワード demodemo1) または manage (パスワード manemane1) でログインできます。</td>
</tr>
</table>
Expand All @@ -60,11 +60,11 @@ <h5><a href="https://github.com/cottonspace/django-web-timecard">T-RECS</a></h5>
<div class="col-lg-8">
<h2>Tools</h2>
<p class="lead">Web ブラウザから利用するツールを公開しています。</p>
<h5><a href="tools/django-web-timecard-local-settings.html">T-RECS 簡易設定</a></h5>
<h5><a href="tools/time-record-system-local-settings.html">T-RECS 簡易設定</a></h5>
<table>
<tr>
<td><img src="assets/computer_suit_woman.png" class="m-2" style="max-width:200px;"></td>
<td style="vertical-align: top;"><a href="https://github.com/cottonspace/django-web-timecard">T-RECS</a> の local_settings.py ファイルの設定を画面からの入力で作成できます。</td>
<td style="vertical-align: top;"><a href="https://github.com/cottonspace/time-record-system">T-RECS</a> の local_settings.py ファイルの設定を画面からの入力で作成できます。</td>
</tr>
</table>
<h5><a href="tools/generate-random-text.html">ランダム文字列生成</a></h5>
Expand Down Expand Up @@ -97,7 +97,7 @@ <h5><a href="libraries/sortable-table.html">テーブルソートライブラリ
<table>
<tr>
<td><img src="assets/computer_document_spreadsheet.png" class="m-2" style="max-width:200px;"></td>
<td style="vertical-align: top;"><a href="https://github.com/cottonspace/django-web-timecard">T-RECS</a> の内部で実際に使用されています。</td>
<td style="vertical-align: top;"><a href="https://github.com/cottonspace/time-record-system">T-RECS</a> の内部で実際に使用されています。</td>
</tr>
</table>
</div>
Expand Down

0 comments on commit 685a575

Please sign in to comment.