Skip to content

Commit

Permalink
feat: translating the page also translates the footer. this applies t…
Browse files Browse the repository at this point in the history
…o all pages
  • Loading branch information
henrylin03 committed Sep 9, 2024
1 parent 8859a43 commit 3906f4d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 7 deletions.
4 changes: 4 additions & 0 deletions css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@ footer a:hover {
padding: 20px 16px;
}

footer [lang="zh"] {
font-size: .65rem;
}

.copyright {
max-width: 40vw;
}
Expand Down
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,16 @@ <h1>
<div class="links">
<ul>
<li>
<a href="./privacy-policy.html">Privacy Policy</a>
<a href="./privacy-policy.html">
<span lang="en">Privacy Policy</span>
<span lang="zh">隐私政策</span>
</a>
</li>
<li>
<a href="./terms-and-conditions.html">Terms & Conditions</a>
<a href="./terms-and-conditions.html">
<span lang="en">Terms & Conditions</span>
<span lang="zh">条款与条件</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/intellexgroup/" target="_blank" rel="external">
Expand Down
12 changes: 9 additions & 3 deletions privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h2>Contact Us</h2>
</main>

<main lang="zh">
<h1>Intellex 隐私政策</h1>
<h1>隐私政策</h1>
<p class="effective-date">生效日期:2024年8月1日</p>
<p>在本隐私政策中,“我们”或“我们的”指的是Intellex Group Pty Ltd(ABN 55 668 589
900)及其相关公司。我们致力于尊重您的隐私。我们的隐私政策规定了我们如何收集、使用、存储和披露您的个人信息。
Expand Down Expand Up @@ -382,10 +382,16 @@ <h2>联系我们</h2>
<div class="links">
<ul>
<li>
<a href="./privacy-policy.html">Privacy Policy</a>
<a href="./privacy-policy.html">
<span lang="en">Privacy Policy</span>
<span lang="zh">隐私政策</span>
</a>
</li>
<li>
<a href="./terms-and-conditions.html">Terms & Conditions</a>
<a href="./terms-and-conditions.html">
<span lang="en">Terms & Conditions</span>
<span lang="zh">条款与条件</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/intellexgroup/" target="_blank" rel="external">
Expand Down
10 changes: 8 additions & 2 deletions terms-and-conditions.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,10 +423,16 @@ <h3>管辖权和适用法律</h3>
<div class="links">
<ul>
<li>
<a href="./privacy-policy.html">Privacy Policy</a>
<a href="./privacy-policy.html">
<span lang="en">Privacy Policy</span>
<span lang="zh">隐私政策</span>
</a>
</li>
<li>
<a href="./terms-and-conditions.html">Terms & Conditions</a>
<a href="./terms-and-conditions.html">
<span lang="en">Terms & Conditions</span>
<span lang="zh">条款与条件</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/intellexgroup/" target="_blank" rel="external">
Expand Down

0 comments on commit 3906f4d

Please sign in to comment.