diff --git a/docs/assets/css/main-min.css b/docs/assets/css/main-min.css index e64ad8d4..ea532ae1 100644 --- a/docs/assets/css/main-min.css +++ b/docs/assets/css/main-min.css @@ -1106,3 +1106,56 @@ mark { width: 100% } } + + + +.platform-box { + display: flex; + flex-direction: row; + justify-content: center; + flex-wrap: wrap; +} + + +.platform-item { + position: relative; + overflow: hidden; + margin: 20px; + box-shadow: 0px 0px 5px 0px #dbdbdb; + border-radius: 15px; +} + +.platform-item h3 { + position: absolute; + top: 50%; + width: 100%; + text-align: center; + font-size: 20px; + font-weight: normal; + color: #fff; + z-index: 11; +} + + +.platform-tag{ + position: absolute; + top: 50%; + left: 45%; + width: 150px; + height: 150px; + margin: -60px 0 0 -60px; + background: #333; + opacity: .8; + border-radius: 50%; + z-index: 10; + -webkit-transform: scale(1, 1); + -moz-transform: scale(1, 1); + transform: scale(1, 1); + -webkit-transition: all .3s; + -moz-transition: all .3s; + transition: all .5s cubic-bezier(0.23, 0.53, 0.22, 0.93); +} + +.platform-item a:hover .platform-tag{ + transform: scale(4.3, 4.3); +} \ No newline at end of file diff --git a/docs/assets/img/arduino-card.jpg b/docs/assets/img/arduino-card.jpg new file mode 100644 index 00000000..fb5dee49 Binary files /dev/null and b/docs/assets/img/arduino-card.jpg differ diff --git a/docs/assets/img/aws-freertos-card.jpg b/docs/assets/img/aws-freertos-card.jpg new file mode 100644 index 00000000..05e3e95f Binary files /dev/null and b/docs/assets/img/aws-freertos-card.jpg differ diff --git a/docs/assets/img/uiflow-card.jpg b/docs/assets/img/uiflow-card.jpg new file mode 100644 index 00000000..9d5b1b98 Binary files /dev/null and b/docs/assets/img/uiflow-card.jpg differ diff --git a/docs/en/quick_start/m5core/m5stack_core_quick_start.md b/docs/en/quick_start/m5core/m5stack_core_quick_start.md index d71f3ce5..d541d369 100644 --- a/docs/en/quick_start/m5core/m5stack_core_quick_start.md +++ b/docs/en/quick_start/m5core/m5stack_core_quick_start.md @@ -1,31 +1,20 @@ # M5Core Get Started {docsify-ignore-all} - - ## Choose the development platform -
+
+
+
+