Skip to content

Commit

Permalink
urgent noticce about eccs cloud email password
Browse files Browse the repository at this point in the history
  • Loading branch information
takemar committed Oct 24, 2023
1 parent c142543 commit 9da1e02
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/ja/Emergency.mdx
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{/* md, html, jsx が使えます */}
import GooglePassword from './GooglePassword.mdx';

<GooglePassword />
4 changes: 4 additions & 0 deletions src/components/ja/GooglePassword.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div class="box--alert">
【緊急】<a href="https://www.ecc.u-tokyo.ac.jp/announcement/2023/10/24_3581.html">ECCSクラウドメールのパスワード変更のお願い</a><br>
[Urgent] <a href="https://www.ecc.u-tokyo.ac.jp/en/announcement/2023/10/24_3582.html">Request to change your password for ECCS Cloud Email</a>
</div>
5 changes: 5 additions & 0 deletions src/data/notice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# contentはMarkdown記法で入力できます.二重引用符はエスケープが必要ですので注意してください.
# "important: true"を含めるとトップページにより長い期間表示されるようになります(必要な場合に限って利用してください)
-
date: 2023-10-24
content:
ja: "[【緊急】ECCSクラウドメールのパスワード変更のお願い](https://www.ecc.u-tokyo.ac.jp/announcement/2023/10/24_3581.html"
en: "[\\[Urgent\\] Request to change your password for ECCS Cloud Email](https://www.ecc.u-tokyo.ac.jp/en/announcement/2023/10/24_3582.html)"
-
date: 2023-10-20
content:
Expand Down
4 changes: 4 additions & 0 deletions src/pages/google/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import ECCSCloudEmailAccess from '@components/ja/systems/eccs_cloud_email/Access
import ECCSCloudEmailLoginSp from '@components/ja/systems/eccs_cloud_email/LoginSp.mdx';
import ECCSCloudEmailUseMail from '@components/ja/systems/eccs_cloud_email/UseMail.mdx';

import Emergency from '@components/ja/GooglePassword.mdx';

<Emergency />

## ECCSクラウドメールとは

「ECCSクラウドメール」は,Googleのシステムを東京大学のアカウントで利用するもの (Google Workspace for Education) です.
Expand Down

0 comments on commit 9da1e02

Please sign in to comment.