Skip to content

Commit 8e10177

Browse files
Change project name and update links in index.html
Updated project name and links to reflect new branding.
1 parent 4abb266 commit 8e10177

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

index.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html>
33
<head>
4-
<title>PBitMinecraft</title>
4+
<title>TheLastPBit</title>
55
<meta name="google-site-verification" content="Rv0LsFCtx_3CG-gGeZFG9t2V94z1N5-KZ8SYv5vciGI" />
66
<script src="https://kit.fontawesome.com/6a6fd8928e.js" crossorigin="anonymous"></script>
77
<meta charset="utf-8" />
@@ -18,7 +18,7 @@
1818
<header id="header">
1919
<div class="content">
2020
<div class="inner">
21-
<h1>PBitMinecraft</h1>
21+
<h1>TheLastPBit</h1>
2222
</div>
2323
</div>
2424
<nav>
@@ -36,9 +36,9 @@ <h1>PBitMinecraft</h1>
3636
<!-- About -->
3737
<article id="about">
3838
<h2 class="major">About Me</h2>
39-
<p>My name is PBitMinecraft and I like to make usleless projects on <a href="https://github.com/PBitMinecraft">GitHub</a>.</p>
40-
<p>I also have a <a href="https://youtube.com/@pbitminecraft">YouTube</a> channel where I will sometimes feature them.</p>
41-
<p>My goal is to get 50 <a href="https://youtube.com/@pbitminecraft?sub_confirmation=1">subs</a> sometime next year!</p>
39+
<p>My name is TheLastPBit, (just call me PBit) and I like to make usleless projects on <a href="https://github.com/TheLastPBit">GitHub</a>.</p>
40+
<p>I also have a <a href="https://youtube.com/@thelastpbit">YouTube</a> channel where I will sometimes feature them.</p>
41+
<p>My goal is to get 50 <a href="https://youtube.com/@thelastpbit?sub_confirmation=1">subs</a> sometime next year!</p>
4242

4343
</article>
4444

@@ -47,30 +47,30 @@ <h2 class="major">About Me</h2>
4747
<h2 class="major">Repos</h2>
4848
<p>
4949
<ul class="actions stacked">
50-
<li><a href="https://github.com/PBitMinecraft/Destroy-PC" class="button">Destroy-PC</a></li></p>
50+
<li><a href="https://github.com/TheLastPBit/Destroy-PC" class="button">Destroy-PC</a></li></p>
5151
<p>Isn't it obvious what this does?</p>
52-
<li><a href="https://github.com/PBitMinecraft/Embed-Sites" class="button">Embed-Sites</a></li></p>
52+
<li><a href="https://github.com/TheLastPBit/Embed-Sites" class="button">Embed-Sites</a></li></p>
5353
<p>Quickly fully embed sites.</p>
54-
<li><a href="https://github.com/PBitMinecraft/Encrypt-Decrypt" class="button">Encrypt-Decrypt</a></li></p>
54+
<li><a href="https://github.com/TheLastPBit/Encrypt-Decrypt" class="button">Encrypt-Decrypt</a></li></p>
5555
<p>A simple scrypt that allows you to Encrypt or Decrypt any file.</p>
56-
<li><a href="https://pbitminecraft.github.io/MIDI-to-Oscillator/" class="button">MIDI to Oscillator</a></li></p>
56+
<li><a href="https://thelastpbit.github.io/MIDI-to-Oscillator/" class="button">MIDI to Oscillator</a></li></p>
5757
<p>A Web Audio framework for making interactive music in the browser. (Forked from <a href="https://github.com/Tonejs/Tone.js">Tonejs/Tone.js)</a></p>
58-
<li><a href="https://pbitminecraft.github.io/Prime-Number-Generator/" class="button">Prime Number Generator</a></li></p>
58+
<li><a href="https://thelastpbit.github.io/Prime-Number-Generator/" class="button">Prime Number Generator</a></li></p>
5959
<p>Prime Number Generator!</p>
60-
<li><a href="https://pbitminecraft.github.io/Project-Unbannable/" class="button">Project-Unbannable</a></li></p>
60+
<li><a href="https://thelastpbit.github.io/Project-Unbannable/" class="button">Project-Unbannable</a></li></p>
6161
<p>This project is about games. That's it.</p>
62-
<li><a href="https://pbitminecraft.github.io/PBits-WebView-Browser/" class="button">PBits-WebView-Browser</a></li></p>
62+
<li><a href="https://thelastpbit.github.io/PBits-WebView-Browser/" class="button">PBits-WebView-Browser</a></li></p>
6363
</ul>
6464
</article>
6565
</div>
6666

6767
<!-- Footer -->
6868
<footer id="footer">
6969
<ul class="icons">
70-
<li><a href="https://x.com/PBitMinecraft" class="fa-brands fa-x-twitter"><span class="label"></span></a></li>
71-
<li><a href="https://github.com/PBitMinecraft" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
72-
<li><a href="https://youtube.com/@pbitminecraft" class="icon brands fa-youtube"><span class="label">Youtube</span></a></li>
73-
<li><a href="https://twitch.tv/pbitminecraft" class="icon brands fa-twitch"><span class="label">Twitch</span></a></li>
70+
<li><a href="https://x.com/TheLastPBit" class="fa-brands fa-x-twitter"><span class="label"></span></a></li>
71+
<li><a href="https://github.com/TheLastPBit" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
72+
<li><a href="https://youtube.com/@thelastpbit" class="icon brands fa-youtube"><span class="label">Youtube</span></a></li>
73+
<li><a href="https://twitch.tv/thelastpbit" class="icon brands fa-twitch"><span class="label">Twitch</span></a></li>
7474
</ul>
7575
</footer>
7676

0 commit comments

Comments
 (0)