mirror of
https://github.com/DidiDidi129/Website.git
synced 2026-04-05 12:04:38 +00:00
102 lines
4.4 KiB
HTML
102 lines
4.4 KiB
HTML
<!DOCTYPE HTML>
|
|
<!--
|
|
Dimension by HTML5 UP
|
|
html5up.net | @ajlkn
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
-->
|
|
<html>
|
|
<head>
|
|
<title>DidiDidi129</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
<meta name="description" content="Didi's website. (I am not affiliated with Diddy, the name is merely coincidental)">
|
|
<link rel="stylesheet" href="assets/css/main.css" />
|
|
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
|
|
|
|
</head>
|
|
<body class="is-preload">
|
|
|
|
<!-- Wrapper -->
|
|
<div id="wrapper">
|
|
|
|
<!-- Header -->
|
|
<header id="header">
|
|
<div class="logo">
|
|
<span class="image2 main"><img src="images/PFP.png" alt="" /></span>
|
|
</div>
|
|
<div class="content">
|
|
<div class="inner">
|
|
<div class="wave-container">
|
|
<h1 class="wave-text">
|
|
<span style="--i:1">D</span><span style="--i:2">i</span><span style="--i:3">d</span><span style="--i:4">i</span><span style="--i:5">D</span><span style="--i:6">i</span><span style="--i:7">d</span><span style="--i:8">i</span><span style="--i:9">1</span><span style="--i:10">2</span><span style="--i:11">9</span>
|
|
</h1>
|
|
</div>
|
|
<p>Hey! Welcome to my website!</p>
|
|
<p>Here, you'll find the links to some of my socials! Think of this as my "LinkTree"!</p>
|
|
</div>
|
|
<ul class="icons">
|
|
<li><a href="https://discord.gg/V43PkHfUJ8" target="_blank" class="icon brands fa-discord"><span class="label">Discord</span></a></li>
|
|
<li><a href="https://reddit.com/u/DidiDidi129" target="_blank" class="icon brands fa-reddit"><span class="label">Reddit</span></a></li>
|
|
<li><a href="https://github.com/DidiDidi129" target="_blank" class="icon brands fa-github"><span class="label">Github</span></a></li>
|
|
<li><a href="https://blog.didi.party" target="_blank" class="icon fa-compass"><span class="label">Blog</span></a></li>
|
|
<li><a href="#bitcoin" class="icon brands fa-btc"><span class="label">Bitcoin</span></a></li>
|
|
</ul>
|
|
</div>
|
|
</header>
|
|
<!-- Main -->
|
|
<div id="main">
|
|
|
|
<!-- Intro -->
|
|
<article id="intro">
|
|
<h2 class="major">About</h2>
|
|
<!--<span class="image main"><img src="images/pic01.jpg" alt="" /></span> UNCOMMENT TO PUT IMAGE-->
|
|
<p>Hello, I am DidiDidi129 but people usually call me Didi. No, not *that* Diddy, i'm talking about the toy I had as a child. I am passionate about technology and aspire to work in IT someday. My all time favorite TV show is Severance on AppleTV+ and I particularly enjoy video games, especially Minecraft.</p>
|
|
<blockquote>Multiple people make a Didi Party - Didi 2025</blockquote>
|
|
<p>Go to the next page to read about my latest projects!</p>
|
|
<a href="#projects" class="button primary">Next Page</a>
|
|
</article>
|
|
|
|
<!-- BTC -->
|
|
<article id="bitcoin">
|
|
<h2 class="major">Bitcoin</h2>
|
|
<style>
|
|
.center {
|
|
display: grid;
|
|
place-items: center;
|
|
}
|
|
</style>
|
|
<div style="padding-bottom: 20px;" class="center">
|
|
<p>Thanks for wanting to donate! Scan the QR or click the link below!</p>
|
|
<img style="padding-bottom: 20px;" src="images/btc.png" width="410" height="" alt="bc1qq2tf5ahmeh4hhkn6r5a0nzpyzsht35dwmy9ts7" />
|
|
<a target="_blank" class="button primary" href="bitcoin:bc1qq2tf5ahmeh4hhkn6r5a0nzpyzsht35dwmy9ts7">Click Here to donate!</a>
|
|
</div>
|
|
<script defer src="https://widgets.coingecko.com/gecko-coin-price-chart-widget.js"></script>
|
|
<gecko-coin-price-chart-widget locale="en" dark-mode="true" outlined="true" coin-id="bitcoin" initial-currency="usd" width="100" height="0"></gecko-coin-price-chart-widget>
|
|
</article>
|
|
</div>
|
|
<!-- Footer -->
|
|
<footer id="footer">
|
|
<p class="copyright">© Didi 2025</p>
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
<!-- BG -->
|
|
<div id="bg"></div>
|
|
|
|
|
|
<!-- Scripts -->
|
|
<script src="assets/js/jquery.min.js"></script>
|
|
<script src="assets/js/browser.min.js"></script>
|
|
<script src="assets/js/breakpoints.min.js"></script>
|
|
<script src="assets/js/util.js"></script>
|
|
<script src="assets/js/main.js"></script>
|
|
<!--<canvas id="snowCanvas" style="position:fixed; top:0; left:0; width:100%; height:100%; pointer-events:none; z-index:9999;"></canvas>
|
|
<script src="assets/js/snow.js"></script>-->
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|