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

120946 121459 new top design latter #23

Conversation

satof3
Copy link
Collaborator

@satof3 satof3 commented May 25, 2023

機能と特徴セクション

  • .cloudと同様にBootstrapの.cardで表示
  • 画像ファイルは上層のディレクトリscreen-shotごとfeaturesと入れ替えている

導入のメリット

  • spページの並びで記述しorder-*でPC表示の順番を入れ替えレスポンシブ表示をしている

.cloud CTA

  • こちらもorder-*でPC表示の順番を入れ替えレスポンシブ表示をしている
  • PC横一列、タブレットボタンだけ改行、SP縦列のイメージのレスポンシブ表示

フッター

  • PC横一列 JOIN USだけ改行、SP縦列のイメージのレスポンシブ表示

その他

  • aタグのデフォルトカラーを変更
  • .btn-hexagon-angle-rightが表示されなかったので修正
  • Home.vue内の<style>は最小限にし、cloud関連のクラスはstyle.scssへ移動
  • トップのMacBookの画像は新しいバージョンのものへ差し替え

screencapture-localhost-8080-ja-2023-05-25-17_50_35
screencapture-localhost-8080-ja-2023-05-25-17_50_19
screencapture-localhost-8080-en-2023-05-25-17_50_51
screencapture-localhost-8080-en-2023-05-25-18_04_10

@satof3 satof3 requested a review from yuki-takei May 25, 2023 06:25
@satof3 satof3 self-assigned this May 25, 2023
height: 244px;
/* GROWI cloud section */
.growi-cloud-bg {
background-color: #EFF7FC;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

カラーコード直に書くのは避けたい。
bootstrap の primary/info/success を上書きするか、それ以外に用意したい場合も _variable.scss 等を用意してまとめてほしい。

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

今のTOPページ動いてる分は_variable.scssに移行しました。

background-repeat: no-repeat;
background-position: right -10% bottom -20px;
background-size: 70%;
@media (min-width: 992px) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

この辺も bootstrap way で書けるはず

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こちら理解できなかったので相談させてください。
@include media-breakpoint-up(lg) {...}
みたいに記述するのかなと解釈したのですがbootstrapのSassマップが見つからず、そのまま記載したりするとエラーに下記のドキュメントを_variables.scss _mixin.scssに入れても駄目でした。
やってること違ったら言ってください。
https://getbootstrap.jp/docs/5.0/layout/breakpoints/

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

口頭でいただいた指示で解決できました。
$screen-mdで定義されていた(@media min-width:~)もlgかmdが最適かを見直しながら置換えました。

docs/ja/README.md Show resolved Hide resolved
@yuki-takei yuki-takei merged commit 34f6e9e into imprv/120946-new-top-design-organization Jun 2, 2023
@yuki-takei yuki-takei deleted the imprv/120946-121459-new-top-design-latter branch June 2, 2023 10:14
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

Successfully merging this pull request may close these issues.

2 participants