Skip to content

Commit

Permalink
add university node article button
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoshimikan6490 committed Nov 27, 2024
1 parent 3e49f7b commit 518baa2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@

a.button {
background-color: #498205;
width: 40%;
width: 25%;
font-size: large;
display: inline-block;
text-align: center;
Expand Down Expand Up @@ -339,7 +339,9 @@ <h3><span>Makecodeで</span><span>簡単地上絵作成!</span></h3>
</div>
<div class="article_buttons">
<a href="https://note.com/hoshimikan6490" class="button" target="_blank"
rel="noopener noreferrer">noteの記事をもっと見る</a>
rel="noopener noreferrer">個人noteの記事をもっと見る</a>
<a href="https://note.kogakuin.ac.jp/n/n3c23a1c3295c" class="button" target="_blank"
rel="noopener noreferrer">大学noteの記事を見る</a>
<a href="https://kogakuintimes.com/author/hoshimikan/" class="button" target="_blank"
rel="noopener noreferrer">note以外の記事を見る</a>
</div>
Expand Down

0 comments on commit 518baa2

Please sign in to comment.