Skip to content

Commit

Permalink
close #25 close #24 close #23
Browse files Browse the repository at this point in the history
  • Loading branch information
bestian committed Jan 5, 2025
1 parent 171bb0f commit 7e3e74f
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 9 deletions.
42 changes: 42 additions & 0 deletions src/courses/Lev1_template.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<template lang="pug">
.courses
h1.ui.header Playback初階體驗工作坊
.sub.header 體驗聆聽和即興的肢體表達
.ui.segmant.container
iframe(width="100%",
height="600px",
frameborder="0",
allowfullscreen,
:src="'https://docs.google.com/document/d/' + YourDocumentID + '/preview'")

</template>

<script>
export default {
name: 'Lev1Course',
data () {
return {
YourDocumentID: '/1Fl6TeeRD05qGiOh14kQE3gpXZfxm9ca0phKiDnAX-A8'
}
}
}
</script>

<style scoped>
.ui.card {
padding: 1em;
}
img.card-img {
max-width: 33vmin;
}
p {
font-size: 18px;
text-align: left;
max-width: 620px;
margin: .6em auto;
color: rgb(64, 3, 206);
}
</style>
File renamed without changes.
9 changes: 2 additions & 7 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,12 @@ Vue.use(VueRouter)
{
path: '/lev2',
name: 'Lev2',
component: () => import('../courses/Lev2.vue')
component: () => import('../courses/Lev2_template.vue')
},
{
path: '/lev1',
name: 'Lev1',
component: () => import('../courses/Lev1.vue')
},
{
path: '/lev1_s',
name: 'Lev1_S',
component: () => import('../courses/Lev1_S.vue')
component: () => import('../courses/Lev1_template.vue')
},
{
path: '/book',
Expand Down
2 changes: 1 addition & 1 deletion src/views/Act_History.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
.item
.content
.header 2025/01/06(一)
.sub.header 癌友陪伴協會
.sub.header 癌友新生命協會
.description Playback初階體驗工作坊
//- 2024年的內容
.ui.tab(:class="{ active: activeTab === '2024' }")
Expand Down
9 changes: 8 additions & 1 deletion src/views/Courses.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@
.ui.card
h4.ui.header Playback-聆聽學習工作坊
.sub.header Playback入門
img.card-img(src="/img/lev1.jpg")

router-link(to="/lev1")
img.card-img(src="/img/lev1.jpg")
router-link(to="/lev1")
p 課程規畫已完成,歡迎邀約協辦
p 洽詢email:
a(href="mailto:[email protected]") [email protected]

// router-link(to="/lev1")
// p 八月父親節「從心出發」已截止報名,進行中。
// p 九月中秋節「從心出發」開放報名中(8/26截止),
Expand Down

0 comments on commit 7e3e74f

Please sign in to comment.