Skip to content

Commit

Permalink
Qiitaアナリティクス追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ishi720 committed Dec 17, 2024
1 parent d3f5d71 commit ef9d839
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,10 @@ img {
background: #838eb7;
}

.works__lang--python {
background: #3874a5;
}

.works__lang--photoshop {
background: #00c2f7;
}
Expand Down Expand Up @@ -806,7 +810,7 @@ img {
.about {
/* 背景を画像にする際は以下を編集 */
/* background: url(../images/about.png) no-repeat center center; */
background: #f7f7f7;
background: #fff;
background-size: cover;
}

Expand Down Expand Up @@ -837,7 +841,7 @@ img {
color: #636363;
/* 背景を画像にする際は以下を編集 */
/* background: url(../images/contact.png) no-repeat center center; */
background: #fff;
background: #f7f7f7;
background-size: cover;
}

Expand Down
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,25 @@ <h3 class="works__title">コイントスの統計</h3>
</p>
</div>
</a>

<!-- Qiitaアナリティクス -->
<a
href="https://qiita-api-sample.onrender.com/"
class="works__link col-md-4 js-fadein--queue"
target="_blank"
>
<p class="works__img">
<img src="./assets/images/qiita_analytics.png" alt="" />
</p>
<div class="works__box">
<h3 class="works__title">Qiitaアナリティクス</h3>
<p class="works__url">https://qiita-api-sample.onrender.com/</p>
<div class="works__lang"><span class="works__lang--js">Javascript</span><span class="works__lang--python">Python</span></div>
<p class="works__txt">
Qiitaの記事を日付ごとの「いいね」数でグラフ化しました。
</p>
</div>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit ef9d839

Please sign in to comment.