From f2293287302edc51bd4ba3b774d2402b5f78126a Mon Sep 17 00:00:00 2001 From: Denny Huang Date: Wed, 20 Jan 2021 20:00:26 +0800 Subject: [PATCH 1/5] [Fix] json-ld --- template/ga.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/ga.html b/template/ga.html index 3e4411a..7ae6b18 100644 --- a/template/ga.html +++ b/template/ga.html @@ -29,15 +29,15 @@ ] }, "image": [ - "https://sitcon.org/2021/OG-image.png" + "https://sitcon.org/2021/cfp-OG-image.png" ], - "description": "二十一世紀已經過了五分之一,今年,我們期待帶著豐沛熱情的你,能和我們一起在 2021 年這麼一個「承先啟後」的年份,綜觀不同領域發展與事件脈絡,自主學習感興趣之專長與技術,彼此分享、相濡以沫。在 SITCON 學生計算機年會 2020 裡,願所有與會者皆能拓展視野,鍛鍊與發展自我,找到向前邁步的勇氣與目標。相信身為學生的我們,也將能重新定義自我、定義未來!", + "description": "奠基於今日的科技成果,貢獻明日的資訊未來:SITCON 2021「算盤的後裔」現正徵稿中!", "endDate": "2021-05-29T18:00+08:00", "offers": [ { "@type": "Offer", "name": "個人小額贊助方案", - "url": "https://sitcon.kktix.cc/events/sitcon2020-individual-sponsor", + "url": "https://sitcon.kktix.cc/events/sitcon2021-individual-sponsor", "price": "500", "priceCurrency": "TWD", "availability": "http://schema.org/InStock", From 602d832ae2e880d4b636164d78b2705b21b4eccf Mon Sep 17 00:00:00 2001 From: Denny Huang Date: Wed, 20 Jan 2021 23:58:15 +0800 Subject: [PATCH 2/5] Update discuss section --- src/components/CFP/Intro.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/CFP/Intro.vue b/src/components/CFP/Intro.vue index 73b021a..463f0f1 100644 --- a/src/components/CFP/Intro.vue +++ b/src/components/CFP/Intro.vue @@ -41,9 +41,7 @@

參與討論!

- SITCON 是個開放的社群,許多籌備的相關事項都會在公開的 Mailing list - 上進行討論,如果有興趣參與,歡迎訂閱 SITCON 的 Mailing list - 並貢獻你的想法! + SITCON 是個開放的社群,許多籌備的相關事項都會在公開的郵件論壇上進行討論,如果有興趣參與,歡迎訂閱 SITCON 的郵件論壇並貢獻你的想法!

若你想進一步了解過往討論的內容,也歡迎在 HackMD 上查看 SITCON 2021 @@ -56,14 +54,14 @@ target="_blank" class="btn btn-primary mr-2" href="https://groups.google.com/g/sitcon-general" - >SITCON 論壇SITCON 郵件論壇 會議記錄籌備會議記錄

From 7578617c22481d6df0bf838da4791400b2e5e163 Mon Sep 17 00:00:00 2001 From: Chi-Yuan Chen <157-cychen2602@users.noreply.git.cs.nctu.edu.tw> Date: Fri, 22 Jan 2021 03:52:22 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20news/header.scss=20?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=20jump=20=E5=8B=95=E7=95=AB=E6=95=88?= =?UTF-8?q?=E6=9E=9C=EF=BC=8C=E8=A7=A3=E6=B1=BA=E5=9B=A0=E7=82=BA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20bottom=20=E8=80=8C=E4=BD=8D=E7=BD=AE=E6=94=B9?= =?UTF-8?q?=E8=AE=8A=EF=BC=8C=E9=80=A0=E6=88=90=20unhover=20=E5=B0=8E?= =?UTF-8?q?=E8=87=B4=20button=20=E6=8A=BD=E6=90=90=E7=9A=84=E7=8F=BE?= =?UTF-8?q?=E8=B1=A1=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/news/header.scss | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/assets/scss/news/header.scss b/src/assets/scss/news/header.scss index e33c73d..64ae3a0 100644 --- a/src/assets/scss/news/header.scss +++ b/src/assets/scss/news/header.scss @@ -31,18 +31,9 @@ 0px 0px 10px 0px rgba(0, 0, 0, 0.2); @keyframes jump { - 0% { - position: relative; - bottom: 0px; - } 50% { - position: relative; - bottom: 20px; - } - 100% { - position: relative; - bottom: 0px; - } + transform: translateY(-5px) rotate(45deg) ; + } } &:hover { From 25c58727bb709cf79c4dbae506ad54f2237a0da3 Mon Sep 17 00:00:00 2001 From: Lin2602 <30391069+LeeLin2602@users.noreply.github.com> Date: Fri, 22 Jan 2021 03:59:36 +0800 Subject: [PATCH 4/5] Update header.scss --- src/assets/scss/news/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/scss/news/header.scss b/src/assets/scss/news/header.scss index 64ae3a0..cd42416 100644 --- a/src/assets/scss/news/header.scss +++ b/src/assets/scss/news/header.scss @@ -32,7 +32,7 @@ @keyframes jump { 50% { - transform: translateY(-5px) rotate(45deg) ; + transform: translateY(-20px) rotate(45deg) ; } } From 0921d0626ad4f68ac069e5e88cce66ca52e64989 Mon Sep 17 00:00:00 2001 From: Chi-Yuan Chen <157-cychen2602@users.noreply.git.cs.nctu.edu.tw> Date: Fri, 22 Jan 2021 04:26:21 +0800 Subject: [PATCH 5/5] =?UTF-8?q?info-container=20=E9=9F=BF=E6=87=89?= =?UTF-8?q?=E5=BC=8F=E8=A8=AD=E5=AE=9A=E9=8C=AF=E8=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/news/agenda.scss | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/src/assets/scss/news/agenda.scss b/src/assets/scss/news/agenda.scss index 4a504f4..2069124 100644 --- a/src/assets/scss/news/agenda.scss +++ b/src/assets/scss/news/agenda.scss @@ -23,18 +23,11 @@ $max-width-small-3: 360px; @mixin infoContainer() { max-width: 80%; // padding-left: 7%; - @media only screen and (max-width: $max-width-small-0) { - // width: 89%; - max-width: 100%; - padding-left: 40px; - padding-right: 40px; - } - @media only screen and (max-width: $max-width-small-1) { - // width: 89%; - max-width: 100%; - padding-left: 40px; - padding-right: 40px; - } + @media only screen and (max-width: 1030px){ + max-width: 100%; + padding-left: 40px; + padding-right: 40px; + } } // .info-section