forked from 3dw/playback
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
53 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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截止), | ||
|