Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
GentsunCheng authored Feb 18, 2024
1 parent f9e70c9 commit b920d39
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@
<header id="header">
<h1>Gentsun Cheng</h1>
<p>一位本科在读学生 &nbsp;&bull;&nbsp; 懒癌晚期 &nbsp;&bull;&nbsp; 热爱生活</p>
<h3>🍀介绍</h3>
<p>对新事物充满好奇,热衷于探索未知😊</p>
<p>初学者,在校大学牲,热爱后端开发🧑‍💻</p>
<h3>💻技能</h3>
<p>语言 : C/C++、Rust、Python、JavaScript</p>
<p>框架 : Qt、React、Electron</p>
<p>其他 : Liunx、Docker、MySQL、Git</p>
<nav>
<ul>
<li><a id="#twitter" href="https://twitter.com/GentsunCheng" target="_blank" class="fa fa-twitter"><span class="label">Twitter</span></a></li>
<li><a id="#qq" href="https://jq.qq.com/?_wv=1027&k=oQWCcyp8" target="_blank" class="fa fa-qq"><span class="label">QQ</span></a></li>
<li><a id="#telegram" href="https://t.me/+MJExI1s0cxVkM2Zl" target="_blank" class="fa fa-telegram"><span class="label">Telegram</span></a></li>
<li><a id="#youtube" href="https://www.youtube.com/channel/UC0WSCJ5xItWR3YRRZIjUMgA" target="_blank" class="fa fa-youtube"><span class="label">YouTube</span></a></li>
<li><a id="#github" href="https://github.com/GentsunCheng" target="_blank" class="fa fa-github"><span class="label">Github</span></a></li>
<li><a id="#blog" href="https://blog.orii.xyz" target="_blank" class="fa fa-bookmark"><span class="label">oriiBlog</span></a></li>
<li><a id="#mail" href="mailto:orii@duck.com" class="fa fa-envelope"><span class="label">Email</span></a></li>
</ul>
</nav>
Expand All @@ -45,4 +48,4 @@ <h1>Gentsun Cheng</h1>
window.onorientationchange = function() { document.body.scrollTop = 0; }
</script>
</body>
</html>
</html>

0 comments on commit b920d39

Please sign in to comment.