Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Joyance-tsui authored Jul 28, 2024
1 parent a841559 commit d236c31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h1 id="headerTitle">Joyance's Plog</h1>
case 'home':
content.innerHTML = `
<div class="card">
<h2>${isEnglish ? 'Welcome to my blog' : '❏欢迎来到我的个人博客'}</h2>
<h2>${isEnglish ? 'Welcome to my blog' : '❏ 欢迎来到我的个人博客'}</h2>
<p>${isEnglish ? "A blog is an informational website consisting of discrete, often informal diary-style text entries (posts).It is a website or online diary managed by an individual to post new articles, pictures or videos, used to record, express emotions or share information." : "博客是一个信息网站,由离散的、通常是非正式的日记式文本条目(帖子)组成。它是由个人管理的网站或在线日记,用于发布新的文章、图片或视频,用于记录、表达情感或分享信息。"}</p></div>
<h3>${isEnglish ? 'Recent Posts' : '最新文章'}</h3>
<div id="recentPosts">
Expand All @@ -345,8 +345,8 @@ <h2>${isEnglish ? 'Contact Information' : '联系信息'}</h2>
</button>
</p>
<p>
${isEnglish ? 'WechatID: ' : '微信号:'}Jiayne-Cui
<button class="copy-button" onclick="copyToClipboard('Jiayne-Cui')">
${isEnglish ? 'WechatID: ' : '微信号:'}Jiayue-Cui
<button class="copy-button" onclick="copyToClipboard('Jiayue-Cui')">
<i class="material-icons">content_copy</i>
</button>
</p>
Expand Down

0 comments on commit d236c31

Please sign in to comment.