Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

自己紹介データを追加 #27

Open
bishopfunc opened this issue May 7, 2023 · 0 comments
Open

自己紹介データを追加 #27

bishopfunc opened this issue May 7, 2023 · 0 comments
Assignees
Milestone

Comments

@bishopfunc
Copy link
Collaborator

        <MemberCard
          :imagePath="require('@/assets/image/member/ryojun-hayashizaki.jpg')"
          :name="`林﨑 諒巡`"
          :team="`幹事長 / Wet / HP`"
          :major="`先進理工学部 生命医科学科 3年`"
          :hobbies="`水球 / スキューバ ダイビング`"
          :introText="`次回出場の時は、絶対に表彰台に上りたい...!`"
        />
                <p><b>担当</b>: {{ team }}</p>
                <p><b>所属</b>: {{ major }}</p>
                <p v-if="hobbies"><b>趣味</b>: {{ hobbies }}</p>
                <p v-if="introText"><b>一言</b>: {{ introText }}</p>

やること

  1. 全メンバーに対して趣味、一言の記載希望確認を行う
  2. 希望の人はの内容を教えてもらう。それぞれ文字数を決めた方がいいと思う。趣味はポップアップ上の1行、一言は2行に収まるに(具体的な文字数はカウントしてないからやってほしい)。
  3. 特に個人情報を含まないのでチャンネルで全体でやった方が効率がいい、反応がない人は記載なしで大丈夫。
    希望しない人は上記のコードのように空欄になることはない。

PS: 告知するとき下のように写真を添えるとわかりやすいかも
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants