Skip to content

Commit

Permalink
Merge pull request #38 from GoCon/feat/add-link-to-connpass
Browse files Browse the repository at this point in the history
feat: add link to connpass page
  • Loading branch information
sago35 authored May 27, 2024
2 parents 0fec981 + 5500c19 commit d54bde5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ import { concatWithBase } from "@utils/concatWithBase";
<th>対象者</th>
<td>Goに興味・関心のあるエンジニア(初級~上級)</td>
</tr>
<tr>
<th>参加方法</th>
<td
><a
href="https://gocon.connpass.com/event/314876/"
target="_blank"
rel="noopener noreferrer"
>https://gocon.connpass.com/event/314876/</a
>
</td>
</tr>
<tr>
<th>言語</th>
<td>日本語・英語 (通訳はありません)</td>
Expand Down

0 comments on commit d54bde5

Please sign in to comment.