Merge branch 'dev2' of https://github.com/sitcon-tw/2021 into dev2

This commit is contained in:
Snowmint
2021-01-19 21:50:31 +08:00
6 changed files with 12 additions and 21 deletions

View File

@@ -16,8 +16,8 @@
<!-- src="@/assets/images/cfp/Background.svg" -->
<!-- first part -->
<img src="@/assets/images/cfp/Path 740.svg" class="SITCON-text-path"/>
<svg width="890" height="900" class="first-box">
<rect width="1000" height="1000" style="fill:#ffffff;" />
<svg width="1200" height="1000" class="first-box">
<rect width="1200" height="1000" style="fill:#ffffff;" />
</svg>
<div class="box-back">
<h1>關於 SITCON</h1>

View File

@@ -2,7 +2,7 @@
<header>
<div class="top-bar">
<div class="return-wrapper">
<a class="shape-wrapper diamond" href="/cfp"
<a class="shape-wrapper diamond" href="/2021/cfp"
><span class="text-wrapper">返回</span></a
>
</div>

View File

@@ -10,7 +10,7 @@ export const routes: RouteConfig[] = [
{
path: '/',
name: 'Home',
redirect: '/cfp',
component: CFP,
meta: {
index: 0,
label: 'SITCON 2021',