Skip to content

Commit

Permalink
Update nav
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Jan 17, 2024
1 parent d7b472f commit b80a0ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
6 changes: 2 additions & 4 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@
<span class="icon"><i class="far fa-bookmark"></i></span>
<span>COSCUP 2024</span>
</a>
<a class="navbar-item has-text-weight-medium" href="/tasks/2024">
<span class="icon"><i class="fas fa-pizza-slice"></i></span>
<span>2024 解任務!</span>
</a>
<a class="navbar-item has-text-weight-medium" href="/tasks/2023">
<span class="icon"><i class="fas fa-pizza-slice"></i></span>
<span>2023 解任務!(參考)</span>
Expand Down Expand Up @@ -150,6 +146,7 @@
<span class="icon"><i class="fas fa-hands-helping"></i></span>
<span>2023 議程表 | 社群協助</span>
</a>
<!--
<a
class="navbar-item has-text-weight-medium"
target="_blank"
Expand All @@ -158,6 +155,7 @@
<span class="icon"><i class="fas fa-ticket-alt"></i></span>
<span>OSCVPass 快速通關</span>
</a>
-->
{% if g.user and g.user.data %} {% if g.user['participate_in'] %}
<div class="navbar-item has-dropdown is-hoverable">
<a
Expand Down
16 changes: 14 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<div class="container">
<div class="columns">
<div class="column"></div>
<!--
<div class="column is-4">
<article class="message is-warning">
<div class="message-header">
Expand All @@ -38,13 +39,24 @@
</div>
</article>
</div>
-->
<div class="column is-4">
<article class="message is-warning">
<div class="message-header">
<p><span class="icon"><i class="fas fa-tree"></i></span> 2024 籌備團隊已開始招募</p>
</div>
<div class="message-body">
請參考各組的招募資訊與遴選方式,選擇感興趣的組別加入!→ <a href="/project/2024/"><strong>2024 組別列表</strong></a>
</div>
</article>
</div>
<div class="column is-4">
<article class="message is-success">
<div class="message-header">
<p><span class="icon"><i class="fas fa-newspaper"></i></span> COSCUP 大會休耕期可以做什麼?</p>
<p><span class="icon"><i class="fas fa-newspaper"></i></span> 不錯過資訊</p>
</div>
<div class="message-body">
2024 籌備還尚未啟動,可以訂閱電子報密切注意啟動日<a href="https://secretary.coscup.org/subscribe/coscup"><strong>訂閱電子報</strong></a>
除了加入籌備團隊,還可訂閱電子報密切注意各項公告<a href="https://secretary.coscup.org/subscribe/coscup"><strong>訂閱電子報</strong></a>
</div>
</article>
</div>
Expand Down

0 comments on commit b80a0ce

Please sign in to comment.