fix: change title from 풀스택 & 게임 개발자 to 소프트웨어 개발자
- Update hero, meta description, og:description - Regenerate OG image with new title Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
BIN
images/og.png
BIN
images/og.png
Binary file not shown.
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
10
index.html
10
index.html
@@ -3,10 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>김성민 — 풀스택 & 게임 개발자</title>
|
<title>김성민 — 소프트웨어 개발자</title>
|
||||||
<meta name="description" content="김성민의 포트폴리오. 풀스택 개발자이자 게임 개발자.">
|
<meta name="description" content="김성민의 포트폴리오. 소프트웨어 개발자.">
|
||||||
<meta property="og:title" content="김성민 — 풀스택 & 게임 개발자">
|
<meta property="og:title" content="김성민 — 소프트웨어 개발자">
|
||||||
<meta property="og:description" content="김성민의 포트폴리오. 풀스택 개발자이자 게임 개발자.">
|
<meta property="og:description" content="김성민의 포트폴리오. 소프트웨어 개발자.">
|
||||||
<meta property="og:url" content="https://tolelom.xyz">
|
<meta property="og:url" content="https://tolelom.xyz">
|
||||||
<meta property="og:image" content="https://tolelom.xyz/images/og.png">
|
<meta property="og:image" content="https://tolelom.xyz/images/og.png">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
<section class="hero">
|
<section class="hero">
|
||||||
<img src="images/profile.jpg" alt="김성민" class="hero-photo">
|
<img src="images/profile.jpg" alt="김성민" class="hero-photo">
|
||||||
<h1 class="hero-name">김성민</h1>
|
<h1 class="hero-name">김성민</h1>
|
||||||
<p class="hero-role">풀스택 & 게임 개발자</p>
|
<p class="hero-role">소프트웨어 개발자</p>
|
||||||
<p class="hero-tagline">게임 서버부터 프로그래밍 언어까지, 만들고 싶은 건 직접 만듭니다.</p>
|
<p class="hero-tagline">게임 서버부터 프로그래밍 언어까지, 만들고 싶은 건 직접 만듭니다.</p>
|
||||||
<div class="hero-tags">
|
<div class="hero-tags">
|
||||||
<span class="tag">C++</span>
|
<span class="tag">C++</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user