Skip to content

Commit

Permalink
Fix/slide layout (#62)
Browse files Browse the repository at this point in the history
* export時にアイコンが崩れていたのを修正

* 自己紹介を更新
  • Loading branch information
ken7253 authored Jan 31, 2024
1 parent a5459e2 commit de07474
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reuse/me.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ layout: cover
---
<!-- markdownlint-disable first-line-h1 -->
<div style="display: flex; flex-direction: column; gap: 40px;">
<div style="display: flex; justify-content: space-between;">
<div style="display: flex; justify-content: space-between; position: relative;">
<div style="display: flex; flex-direction: column; gap: 16px;">
<h1 style="margin: 0 0 0 -3px; line-height: 1;">ken7253</h1>
<p style="margin: 0;">Frontend developer</p>
</div>
<img alt="" src="https://dairoku-studio.com/ogp-thumbnail.png" style="position:fixed; top: 75px; right: 100px; width:220px; mix-blend-mode:soft-light; border-radius: 100%;">
<img alt="" src="https://dairoku-studio.com/ogp-thumbnail.png" style="position:absolute; top:0; right:0; width: 200px; border-radius: 100vh; mix-blend-mode: overlay;">
</div>

<div>
<p style="font-size: 1rem; line-height: 2.1;">
技術記事を書いたりするのが趣味。<br>
最近はNext.jsを使ったアプリケーションを書いています。<br>
インターフェイス設計やアクセシビリティ・SSG関連の技術に興味があります
最近はReactを使ったアプリケーションを書いています。<br>
ユーザーインターフェイスやブラウザが好き
</p>
</div>

Expand Down

0 comments on commit de07474

Please sign in to comment.