[Update] update the submit link and topic template

This commit is contained in:
mysper
2021-03-04 10:20:48 +08:00
parent 77f45bd6cb
commit 00b045612f
5 changed files with 18 additions and 4 deletions

View File

@@ -155,7 +155,7 @@
</label>
<div class="info-qa__itemBox-text">
<p>
.....
目標受眾表示您預期何種人將會前來參與該場議程此欄位可能表示為會眾的興趣生活環境抑或年齡層先備知識表示對該議程有興趣者您建議須先備哪些基礎技術能力或經驗有助於了解與吸收該場議程的知識精華舉例而言若一講題為在營隊中使用虛擬貨幣則先備知識可能是沒有目標受眾可能是有想要辦營隊的人而如果是有關 Julia 程式語言的演講則先備知識可能是知道平行運算是什麼目標受眾可能是想用 Julia 做資料科學的人
</p>
</div>
</div>

View File

@@ -10,7 +10,7 @@
<img src="~@/assets/images/burnfont/news.svg" class="svg svg-cfp-news" />
</div>
<div class="contribute-wrapper">
<a class="btn-contribute" target="_blank" rel="noopener" href="https://forms.gle/XoXJSD2P8dL8X8s2A">我要投稿</a>
<a class="btn-contribute" target="_blank" rel="noopener" href="https://forms.gle/k4XobTn3Pac6NrLE7">我要投稿</a>
</div>
</div>
<div class="cfp-body" :class="(cfp)? 'cfp-body-blue':'cfp-body-gray'">

View File

@@ -14,7 +14,7 @@
<a class="news-nav-item" href="#precautions">投稿注意事項</a>
<a class="news-nav-item" href="#record">錄影與紀錄</a>
<a class="news-nav-item" href="#QA">QA</a>
<a class="news-nav-contribute-button" target="_blank" rel="noopener" href="https://forms.gle/XoXJSD2P8dL8X8s2A" v-show="!isMobileView">我要投稿</a>
<a class="news-nav-contribute-button" target="_blank" rel="noopener" href="https://forms.gle/k4XobTn3Pac6NrLE7" v-show="!isMobileView">我要投稿</a>
<button class="news-nav-button" @click="(e)=>navVisible=!navVisible" v-show="isMobileView">&#9650;</button>
</div>
<button v-show="!navVisible && isMobileView" class="nav-control-button" @click="(e)=>navVisible=!navVisible">

View File

@@ -43,7 +43,7 @@ import Topic from './Topic.vue';
import Navbar from './Navbar.vue';
// import data
import themeExample from '../../../template/themeExample.cfp';
import themeExample from '../../../template/themeExample.ocfp';
import espresso from '../../../template/espresso.cfp';
import presentation from '../../../template/presentation.cfp';