[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';

View File

@ -0,0 +1,14 @@
export default [
{
title: '新坑引導形式',
context: '我們期待講者藉由自身的學習經驗分享,帶領想要入門該領域的聽眾展開新領域學習的方向,提供學習時可得到的資源及管道。例如 : 我也想寫模型 - 如何入手機器學習?'
},
{
title: '議題探討形式',
context: '資訊發展快速,卻也延伸出了許多可探討的議題,我們期待以講者的拋磚引玉,與聽眾碰撞出更多的論點及討論。例如 : 人工智慧是否會有自我意識?'
},
{
title: '經驗分享形式',
context: '我們期待講者分享自己在資訊領域遇到的難題和解決方式,或是擔任活動籌備的經驗,任何您想分享的,都可以在開放式議程中實現。例如 : 學測還是特殊選材?我如何在學業與術業中做選擇。'
}
];