Skip to content

Commit

Permalink
fix ogp & link
Browse files Browse the repository at this point in the history
  • Loading branch information
karintou8710 committed May 30, 2021
1 parent 2aa152c commit f6da33b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta property="og:title" content="成績分布検索サービス - iNAZO" />
<meta property="og:url" content="https://inazo.hu-jagajaga.com/" />
<meta property="og:type" content="website" />
<meta property="og:description" content="北大の公開されている成績分布データをグラフ化しました
ソート検索やブックマークでカスタマイズしたあなただけのiNAZOと行きたい学部にいこう。" />
<meta property="og:description" content="北大の成績分布をグラフにしました
ソート検索やブックマークでカスタマイズして、行きたい学部に行こう!" />
<meta property="og:site_name" content="成績分布検索サービス - iNAZO" />
<meta property="og:image" content="<%= BASE_URL %>logo.png" />
<meta name="twitter:card" content="summary" />
Expand Down
24 changes: 12 additions & 12 deletions client/src/views/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<p class="text-h6">
A. 北大生応援メディアの
<a
href="http://hu-jagajaga.com/"
href="https://hu-jagajaga.com/"
target="_blank"
rel="noopener noreferrer"
>JagaJaga</a>
Expand Down Expand Up @@ -250,17 +250,7 @@
<p>更新情報や障害情報をお知らせします。フォロー推薦です。お問い合わせはDMにお願いします。</p>
<p class="text-h6">
<a
href="http://educate.academic.hokudai.ac.jp/seiseki/GradeDistSerch.aspx"
target="_blank"
rel="noopener noreferrer"
>
北海道大学 成績分布WEB公開システム
</a>
</p>
<p>データ参照先である北海道大学公式のサイトです。本サービスとの併用をお勧めします。</p>
<p class="text-h6">
<a
href="http://hu-jagajaga.com/"
href="https://hu-jagajaga.com/"
target="_blank"
rel="noopener noreferrer"
>JagaJaga - 北大生応援メディア -</a>
Expand All @@ -274,6 +264,16 @@
>JagaJaga公式Twitter</a>
</p>
<p>北大生に届けたい情報を配信・いいね&RTしています。フォローお待ちしています。</p>
<p class="text-h6">
<a
href="http://educate.academic.hokudai.ac.jp/seiseki/GradeDistSerch.aspx"
target="_blank"
rel="noopener noreferrer"
>
北海道大学 成績分布WEB公開システム
</a>
</p>
<p>データ参照先である北海道大学公式のサイトです。本サービスとの併用をお勧めします。</p>
</v-col>
</v-row>
</v-container>
Expand Down

0 comments on commit f6da33b

Please sign in to comment.