Skip to content

Commit

Permalink
Replace JANOG53's logo to JANOG55's one
Browse files Browse the repository at this point in the history
proelbtn committed Dec 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 216739c commit f686d5a
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NETCON Score Server
---

The contest site for [JANOG53 NETCON](https://www.janog.gr.jp/meeting/janog53).
The contest site for [JANOG55 NETCON](https://www.janog.gr.jp/meeting/janog55).

It's called also *score server*. The main feature of this is to propose problem and marking.

@@ -36,4 +36,3 @@ API and SPA
## Usage and How to Contribute

See [Wiki](https://github.com/ictsc/ictsc-score-server/wiki)

Binary file added ui/assets/img/JANOG55_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions ui/components/misc/Navigation.vue
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@
<v-app-bar app dense color="secondary" elevation="1">
<navigation-link to="/" active-class="" class="mr-2 ml-2">
<v-img
:src="require('~/assets/img/JANOG53_logo.png')"
:src="require('~/assets/img/JANOG55_logo.png')"
max-height="40px"
max-width="160px"
class="m-2"
alt="JANOG53"
alt="JANOG55"
/>
<div
style="color: #1a1a1a; font-weight: 700; font-size: 22px; line-height: 1; letter-spacing: -1px; margin: auto 10px auto 5px;"
@@ -18,6 +18,7 @@
<div
style="font-weight: bold; margin: auto 8px 8px 0px"
>Supported by:</div>
<!--
<v-btn href="https://www.aten.com/jp/ja/" class="mr-1 px-0" tile text height="48px">
<img
:src="require('~/assets/img/JANOG53_aten.png')"
@@ -53,6 +54,7 @@
alt="古河電気工業株式会社"
/>
</v-btn>
-->
<template v-if="isWide">
<navigation-link
v-for="nav in navigations"
4 changes: 2 additions & 2 deletions ui/nuxt.config.js
Original file line number Diff line number Diff line change
@@ -6,14 +6,14 @@ export default {
},
head: {
title: 'スコアサーバー',
titleTemplate: '%s | JANOG53 NETCON',
titleTemplate: '%s | JANOG55 NETCON',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{
hid: 'description',
name: 'description',
content: 'JANOG53 NETCON スコアサーバー',
content: 'JANOG55 NETCON スコアサーバー',
},
],
link: [{ rel: 'icon', type: 'image/png', href: '/favicon.png' }],

0 comments on commit f686d5a

Please sign in to comment.