Skip to content

Commit

Permalink
Merge pull request #19 from inct-densan-org/feature/16
Browse files Browse the repository at this point in the history
Feature/16
  • Loading branch information
RyokiOnodera authored Nov 12, 2020
2 parents 5b4b6bc + 0102aed commit 8907924
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/DensanLogo.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="logo">
<img src="https://media.inct-densan.club/site/densan-circle-logo.png">
<img src="../static/densan-circle-logo.png">
</div>
</template>

Expand Down
8 changes: 7 additions & 1 deletion pages/activities.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@ export default {
{ contestName: '全国高専プログラミングコンテスト 課題部門', contestURL: 'http://www.procon.gr.jp/', year: 2017, result: '特別賞 / パテント審査優秀賞' },
{ contestName: '全国高専プログラミングコンテスト 自由部門', contestURL: 'http://www.procon.gr.jp/', year: 2017, result: '敢闘賞 / パテント審査優良賞' },
{ contestName: 'KOSENセキュリティコンテスト2017', contestURL: 'http://sckosen2017.kisarazu.ac.jp/', year: 2017, result: '35チーム中17位' },
{ contestName: 'KOSENセキュリティコンテスト2018', contestURL: 'https://sckosen2018.sasebo.ac.jp/', year: 2018, result: '35チーム中17位' }
{ contestName: '日本情報オリンピック', contestURL: 'https://www.ioi-jp.org/', year: 2017, result: '本戦出場' },
{ contestName: '全国高専プログラミングコンテスト 課題部門', contestURL: 'http://www.procon.gr.jp/', year: 2018, result: '敢闘賞 / パテント審査優良賞' },
{ contestName: 'KOSENセキュリティコンテスト2018', contestURL: 'https://sckosen2018.sasebo.ac.jp/', year: 2018, result: '35チーム中17位' },
{ contestName: '全国高専プログラミングコンテスト 自由部門', contestURL: 'http://www.procon.gr.jp/', year: 2019, result: '敢闘賞 / パテント審査優良賞' },
{ contestName: '日本情報オリンピック', contestURL: 'https://www.ioi-jp.org/', year: 2019, result: '本戦出場' },
{ contestName: '全国高専プログラミングコンテスト 課題部門', contestURL: 'http://www.procon.gr.jp/', year: 2020, result: '特別賞' }
].reverse()
}),
head: {
Expand Down
Binary file added static/densan-circle-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8907924

Please sign in to comment.