Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/slide layout #62

Merged
merged 2 commits into from
Jan 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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