-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
990 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
63 changes: 21 additions & 42 deletions
63
zh/blog/life/credit-card/index.html → zh/blog/finance/credit-card/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,254 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh" dir="auto"> | ||
|
||
<head><meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="robots" content="index, follow"> | ||
<title>理财 💰 | Kunyang's Blog</title> | ||
<meta name="keywords" content=""> | ||
<meta name="description" content="理财 💰 - Kunyang's Blog"> | ||
<meta name="author" content="Kyrie"> | ||
<link rel="canonical" href="https://kyxie.github.io/zh/blog/finance/"> | ||
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.5fba7659f49a2f7ca0ce86b7611a869462aadd4a57aa486975cf60e413fa7b0f.css" integrity="sha256-X7p2WfSaL3ygzoa3YRqGlGKq3UpXqkhpdc9g5BP6ew8=" rel="preload stylesheet" as="style"> | ||
<link rel="icon" href="https://kyxie.github.io/White.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="https://kyxie.github.io/White.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="https://kyxie.github.io/White.png"> | ||
<link rel="apple-touch-icon" href="https://kyxie.github.io/White.png"> | ||
<link rel="mask-icon" href="https://kyxie.github.io/White.png"> | ||
<meta name="theme-color" content="#2e2e33"> | ||
<meta name="msapplication-TileColor" content="#2e2e33"> | ||
<link rel="alternate" type="application/rss+xml" href="https://kyxie.github.io/zh/blog/finance/index.xml"> | ||
<link rel="alternate" hreflang="zh" href="https://kyxie.github.io/zh/blog/finance/"> | ||
<noscript> | ||
<style> | ||
#theme-toggle, | ||
.top-link { | ||
display: none; | ||
} | ||
|
||
</style> | ||
</noscript> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.js"></script> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/Meting.min.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap" rel="stylesheet"> | ||
|
||
|
||
<link href="https://fonts.cdnfonts.com/css/code-new-roman" rel="stylesheet"><meta property="og:title" content="理财 💰" /> | ||
<meta property="og:description" content="" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://kyxie.github.io/zh/blog/finance/" /><meta property="og:site_name" content="Kyrie" /> | ||
|
||
<meta name="twitter:card" content="summary"/> | ||
<meta name="twitter:title" content="理财 💰"/> | ||
<meta name="twitter:description" content=""/> | ||
|
||
|
||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "BreadcrumbList", | ||
"itemListElement": [ | ||
{ | ||
"@type": "ListItem", | ||
"position": 1 , | ||
"name": "博客 📒", | ||
"item": "https://kyxie.github.io/zh/blog/" | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 2 , | ||
"name": "理财 💰", | ||
"item": "https://kyxie.github.io/zh/blog/finance/" | ||
} | ||
] | ||
} | ||
</script> | ||
</head> | ||
|
||
<body class="list dark" id="top"> | ||
<script> | ||
if (localStorage.getItem("pref-theme") === "light") { | ||
document.body.classList.remove('dark') | ||
} | ||
|
||
</script> | ||
|
||
<header class="header"> | ||
<nav class="nav"> | ||
<div class="logo"> | ||
<a href="https://kyxie.github.io/zh/" accesskey="h" title="Home (Alt + H)">Home</a> | ||
<span class="logo-switches"> | ||
<button id="theme-toggle" accesskey="t" title="(Alt + T)"> | ||
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" | ||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" | ||
stroke-linejoin="round"> | ||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path> | ||
</svg> | ||
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" | ||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" | ||
stroke-linejoin="round"> | ||
<circle cx="12" cy="12" r="5"></circle> | ||
<line x1="12" y1="1" x2="12" y2="3"></line> | ||
<line x1="12" y1="21" x2="12" y2="23"></line> | ||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line> | ||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line> | ||
<line x1="1" y1="12" x2="3" y2="12"></line> | ||
<line x1="21" y1="12" x2="23" y2="12"></line> | ||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line> | ||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line> | ||
</svg> | ||
</button> | ||
<ul class="lang-switch"><li>|</li> | ||
<li> | ||
<a href="https://kyxie.github.io/en/" title="English🇨🇦" | ||
aria-label="English🇨🇦">English🇨🇦</a> | ||
</li> | ||
</ul> | ||
</span> | ||
</div> | ||
<ul id="menu"> | ||
<li> | ||
<a href="https://kyxie.github.io/zh/about" title="关于"> | ||
<span>关于</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://kyxie.github.io/zh/resume.pdf" title="简历"> | ||
<span>简历</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://kyxie.github.io/zh/blog" title="博客"> | ||
<span>博客</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://kyxie.github.io/zh/comment/comments" title="留言板"> | ||
<span>留言板</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://kyxie.github.io/zh/links" title="友链"> | ||
<span>友链</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://kyxie.github.io/zh/search" title="搜索 (Alt + /)" accesskey=/> | ||
<span>搜索</span> | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<main class="main"> | ||
<header class="page-header"><div class="breadcrumbs"><a href="https://kyxie.github.io/zh/">主页</a> » <a href="https://kyxie.github.io/zh/blog/">博客 📒</a></div> | ||
<h1>理财 💰</h1> | ||
</header> | ||
|
||
<article class="post-entry"> | ||
<header class="entry-header"> | ||
<h2>加拿大🇨🇦信用卡薅羊毛心得 | ||
</h2> | ||
</header> | ||
<section class="entry-content"> | ||
<p>Aug 2021, Bank of China 我的第一张信用卡是出国前和我爹一起去中国银行办的卓隽,我用我爹的副卡,不太清楚额度是多少。我只是刚到加拿大的前几天用这张卡,出了隔...</p> | ||
</section> | ||
<footer class="entry-footer"><span title='2024-01-04 23:58:55 -0400 -0400'>2024-01-04</span> · 10 分钟 · Kyrie</footer> | ||
<a class="entry-link" aria-label="post link to 加拿大🇨🇦信用卡薅羊毛心得" href="https://kyxie.github.io/zh/blog/finance/credit-card/"></a> | ||
</article> | ||
|
||
<article class="post-entry"> | ||
<header class="entry-header"> | ||
<h2>我使用过的加拿大🇨🇦支票账户 | ||
</h2> | ||
</header> | ||
<section class="entry-content"> | ||
<p>Sep 2021, Scotiabank 之前办学签来加拿大走SDS用的是Scotiabank,因此我第一张checking account是Scotiabank的。学生账户的话...</p> | ||
</section> | ||
<footer class="entry-footer"><span title='2024-05-18 10:51:55 -0400 EDT'>2024-05-18</span> · 5 分钟 · Kyrie</footer> | ||
<a class="entry-link" aria-label="post link to 我使用过的加拿大🇨🇦支票账户" href="https://kyxie.github.io/zh/blog/finance/checking-account/"></a> | ||
</article> | ||
</main> | ||
|
||
<footer class="footer"> | ||
<span>© 2024 <a href="https://kyxie.github.io/zh/">Kunyang's Blog</a></span> | ||
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script> | ||
<span id="busuanzi_container"> | ||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> | ||
Visitors: <span id="busuanzi_value_site_uv"></span> | ||
Views: <span id="busuanzi_value_site_pv"></span> | ||
</span> | ||
</footer> | ||
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g"> | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor"> | ||
<path d="M12 6H0l6-6z" /> | ||
</svg> | ||
</a> | ||
|
||
<script> | ||
let menu = document.getElementById('menu') | ||
if (menu) { | ||
menu.scrollLeft = localStorage.getItem("menu-scroll-position"); | ||
menu.onscroll = function () { | ||
localStorage.setItem("menu-scroll-position", menu.scrollLeft); | ||
} | ||
} | ||
|
||
document.querySelectorAll('a[href^="#"]').forEach(anchor => { | ||
anchor.addEventListener("click", function (e) { | ||
e.preventDefault(); | ||
var id = this.getAttribute("href").substr(1); | ||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) { | ||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({ | ||
behavior: "smooth" | ||
}); | ||
} else { | ||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView(); | ||
} | ||
if (id === "top") { | ||
history.replaceState(null, null, " "); | ||
} else { | ||
history.pushState(null, null, `#${id}`); | ||
} | ||
}); | ||
}); | ||
|
||
</script> | ||
<script> | ||
var mybutton = document.getElementById("top-link"); | ||
window.onscroll = function () { | ||
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) { | ||
mybutton.style.visibility = "visible"; | ||
mybutton.style.opacity = "1"; | ||
} else { | ||
mybutton.style.visibility = "hidden"; | ||
mybutton.style.opacity = "0"; | ||
} | ||
}; | ||
|
||
</script> | ||
<script> | ||
document.getElementById("theme-toggle").addEventListener("click", () => { | ||
if (document.body.className.includes("dark")) { | ||
document.body.classList.remove('dark'); | ||
localStorage.setItem("pref-theme", 'light'); | ||
} else { | ||
document.body.classList.add('dark'); | ||
localStorage.setItem("pref-theme", 'dark'); | ||
} | ||
}) | ||
|
||
</script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"> | ||
<channel> | ||
<title>理财 💰 on Kunyang's Blog</title> | ||
<link>https://kyxie.github.io/zh/blog/finance/</link> | ||
<description>Recent content in 理财 💰 on Kunyang's Blog</description> | ||
<generator>Hugo -- gohugo.io</generator> | ||
<language>zh</language> | ||
<lastBuildDate>Sat, 18 May 2024 10:44:32 -0400</lastBuildDate><atom:link href="https://kyxie.github.io/zh/blog/finance/index.xml" rel="self" type="application/rss+xml" /> | ||
<item> | ||
<title>加拿大🇨🇦信用卡薅羊毛心得</title> | ||
<link>https://kyxie.github.io/zh/blog/finance/credit-card/</link> | ||
<pubDate>Thu, 04 Jan 2024 23:58:55 -0400</pubDate> | ||
|
||
<guid>https://kyxie.github.io/zh/blog/finance/credit-card/</guid> | ||
<description>Aug 2021, Bank of China 我的第一张信用卡是出国前和我爹一起去中国银行办的卓隽,我用我爹的副卡,不太清楚额度是多少。我只是刚到加拿大的前几天用这张卡,出了隔</description> | ||
</item> | ||
|
||
<item> | ||
<title>我使用过的加拿大🇨🇦支票账户</title> | ||
<link>https://kyxie.github.io/zh/blog/finance/checking-account/</link> | ||
<pubDate>Sat, 18 May 2024 10:51:55 -0400</pubDate> | ||
|
||
<guid>https://kyxie.github.io/zh/blog/finance/checking-account/</guid> | ||
<description>Sep 2021, Scotiabank 之前办学签来加拿大走SDS用的是Scotiabank,因此我第一张checking account是Scotiabank的。学生账户的话</description> | ||
</item> | ||
|
||
</channel> | ||
</rss> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh"> | ||
<head> | ||
<title>https://kyxie.github.io/zh/blog/finance/</title> | ||
<link rel="canonical" href="https://kyxie.github.io/zh/blog/finance/"> | ||
<meta name="robots" content="noindex"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="refresh" content="0; url=https://kyxie.github.io/zh/blog/finance/"> | ||
</head> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.