diff --git a/components/about.vue b/components/about.vue index 636ed06..186a390 100644 --- a/components/about.vue +++ b/components/about.vue @@ -19,12 +19,9 @@ export default { width: 0, }; }, - created() { - }, - mounted() { - }, - methods: { - }, + created() {}, + mounted() {}, + methods: {}, }; @@ -32,5 +29,4 @@ export default { p { text-align: center; } - diff --git a/components/aboutDet.vue b/components/aboutDet.vue index 94a341a..bd2b77d 100644 --- a/components/aboutDet.vue +++ b/components/aboutDet.vue @@ -1,81 +1,78 @@ - - - - - - - - - - - - {{item.topic}} - {{item.contents}} - - - 閉じる - - - - - {{item.topic}} - - - - + + + + + + + + + + + + {{ item.topic }} + {{ item.contents }} + + + 閉じる + + + + + {{ item.topic }} + + + diff --git a/components/product.vue b/components/product.vue index 9325184..f803222 100644 --- a/components/product.vue +++ b/components/product.vue @@ -1,41 +1,48 @@ - + Products - - - - + + + + {{ slide.text }} - + {{ slide.text }} - + mdi-arrow-left-bold - + mdi-arrow-right-thick @@ -50,45 +57,44 @@ export default { slides: [ { text: "温度管理システム", - src: require('@/assets/webp/sysken_ondo.webp'), - url: "https://set1.ie.aitech.ac.jp/koukaten2016" + src: require("@/assets/webp/sysken_ondo.webp"), + url: "https://set1.ie.aitech.ac.jp/koukaten2016", }, { text: "栄養管理アプリ", - src: require('@/assets/webp/sysken_ryouri.webp'), - url: "https://set1.ie.aitech.ac.jp/koukaten2017" + src: require("@/assets/webp/sysken_ryouri.webp"), + url: "https://set1.ie.aitech.ac.jp/koukaten2017", }, { text: "時間割作成アプリ", src: "https://cdn.vuetifyjs.com/images/carousel/planet.jpg", - url: "https://set1.ie.aitech.ac.jp/koukaten2019/" - } + url: "https://set1.ie.aitech.ac.jp/koukaten2019/", + }, ], selectItem: 1, }; }, - created(){ - }, + created() {}, methods: { // slidesのリストを右シフトする - rightShift(){ + rightShift() { const firstElement = this.slides.shift(); - this.slides.push(firstElement) + this.slides.push(firstElement); }, // slidesのリストを左シフトする - leftShift(){ + leftShift() { const lastElement = this.slides.pop(); - this.slides.unshift(lastElement) + this.slides.unshift(lastElement); }, // nextボタンを押したときにrightShiftを呼び出す関数 - next(){ - this.rightShift() + next() { + this.rightShift(); }, // prevボタンを押したときにleftShiftを呼び出す関数 - prev(){ - this.leftShift() - } - } + prev() { + this.leftShift(); + }, + }, }; diff --git a/components/team.vue b/components/team.vue index 46b3c8f..ef409be 100644 --- a/components/team.vue +++ b/components/team.vue @@ -40,7 +40,7 @@ Infrastructure - インフラ班では、シス研に置いてあるサーバーの管理を行い、設計や構築、ネットワークの運用保守などを行います! + インフラ班では、シス研に置いてあるサーバーの管理を行い、設計や構築、ネットワークの運用保守などを行います! @@ -59,8 +59,7 @@ - + \ No newline at end of file + diff --git a/layouts/error.vue b/layouts/error.vue index ae22f7c..293f424 100644 --- a/layouts/error.vue +++ b/layouts/error.vue @@ -14,27 +14,27 @@
{{item.contents}}
{{ item.contents }}
Infrastructure
- インフラ班では、シス研に置いてあるサーバーの管理を行い、設計や構築、ネットワークの運用保守などを行います! + インフラ班では、シス研に置いてあるサーバーの管理を行い、設計や構築、ネットワークの運用保守などを行います!