83 lines
3.0 KiB
HTML
83 lines
3.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>ZhgChgLi's Links</title>
|
|
<link rel="stylesheet" href="./styles.css" />
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="profile">
|
|
<img src="./images/profile.jpeg" alt="Profile Picture" class="profile-pic" />
|
|
<h1 class="name">@zhgchgli</h1>
|
|
<p class="description">An iOS, web, and automation developer from Taiwan 🇹🇼 who also loves sharing, traveling, and writing.</p>
|
|
</div>
|
|
|
|
<div class="links">
|
|
|
|
|
|
<a href="https://blog.zhgchg.li" target="_blank" class="link-button" alt="ZhgChgLi's Tech Blog">
|
|
<i class="fa-brands fa-medium"></i> Tech Blog <span class='link-button-text'>(938 Followers)</span>
|
|
</a>
|
|
|
|
|
|
<a href="https://medium.com/ztravel" target="_blank" class="link-button" alt="ZhgChgLi's Travelog">
|
|
<i class="fa-brands fa-medium"></i> Travelog <span class='link-button-text'>(938 Followers)</span>
|
|
</a>
|
|
|
|
|
|
<a href="https://zhgchg.li/" target="_blank" class="link-button" alt="ZhgChgLi's Website">
|
|
<i class="fa-solid fa-rss"></i> Website
|
|
</a>
|
|
|
|
|
|
<a href="https://www.instagram.com/zhgchgli/" target="_blank" class="link-button" alt="ZhgChgLi's Instgaram">
|
|
<i class="fa-brands fa-instagram"></i> Instgaram
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="button-container">
|
|
<div class="button-group">
|
|
|
|
|
|
<a href="https://blog.zhgchg.li" target="_blank" class="icon-button" alt="ZhgChgLi's Medium">
|
|
<i class="fa-brands fa-medium"></i>
|
|
</a>
|
|
|
|
|
|
<a href="https://github.com/ZhgChgLi" target="_blank" class="icon-button" alt="ZhgChgLi's Github">
|
|
<i class="fa-brands fa-github"></i>
|
|
</a>
|
|
|
|
|
|
<a href="https://twitter.com/zhgchgli" target="_blank" class="icon-button" alt="ZhgChgLi's Twitter">
|
|
<i class="fa-brands fa-twitter"></i>
|
|
</a>
|
|
|
|
|
|
<a href="https://www.linkedin.com/in/zhgchgli/" target="_blank" class="icon-button" alt="ZhgChgLi's LinkedIn">
|
|
<i class="fa-brands fa-linkedin"></i>
|
|
</a>
|
|
|
|
|
|
<a href="mailto:zhgchgli@gmail.com" target="_blank" class="icon-button" alt="zhgchgli@gmail.com">
|
|
<i class="fa-solid fa-envelope"></i>
|
|
</a>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
Welcome <a href="https://google.com">to</a> visit my website, follow me on Medium or GitHub, or stay in touch on Instagram or LinkedIn.
|
|
|
|
|
|
<div class="copyright">© 2024 ZhgChgLi. Powered by <a href="https://github.com/ZhgChgLi/linkyee" target="_blank">linkyee</a></div>
|
|
</footer>
|
|
</div>
|
|
<script src="fontawesome/js/all.js" data-auto-replace-svg="nest"></script>
|
|
<script src="./scripts.js"></script>
|
|
</body>
|
|
</html>
|