-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (79 loc) · 3.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE HTML>
<html>
<head>
<title>PBitMinecraft</title>
<meta name="google-site-verification" content="Rv0LsFCtx_3CG-gGeZFG9t2V94z1N5-KZ8SYv5vciGI" />
<script src="https://kit.fontawesome.com/6a6fd8928e.js" crossorigin="anonymous"></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<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="content">
<div class="inner">
<h1>PBitMinecraft</h1>
</div>
</div>
<nav>
<ul>
<li><a href="#about">About Me</a></li>
<li><a href="#repos">Repos</a></li>
<li><a href="mailto:pbitmc@gmail.com">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- About -->
<article id="about">
<h2 class="major">About Me</h2>
<p>My name is PBitMinecraft and I like to make usleless projects on <a href="https://github.com/PBitMinecraft">GitHub</a>.</p>
<p>I also have a <a href="https://youtube.com/@pbitminecraft">YouTube</a> channel where I will sometimes feature them.</p>
<p>My goal is to get 50 <a href="https://youtube.com/@pbitminecraft?sub_confirmation=1">subs</a> sometime next year!</p>
</article>
<!-- Repos -->
<article id="repos">
<h2 class="major">Repos</h2>
<p>
<ul class="actions stacked">
<li><a href="https://github.com/PBitMinecraft/Destroy-PC" class="button">Destroy-PC</a></li></p>
<p>Isn't it obvious what this does?</p>
<li><a href="https://github.com/PBitMinecraft/Embed-Sites" class="button">Embed-Sites</a></li></p>
<p>Quickly fully embed sites.</p>
<li><a href="https://github.com/PBitMinecraft/Encrypt-Decrypt" class="button">Encrypt-Decrypt</a></li></p>
<p>A simple scrypt that allows you to Encrypt or Decrypt any file.</p>
<li><a href="https://pbitminecraft.github.io/MIDI-to-Oscillator/" class="button">MIDI to Oscillator</a></li></p>
<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>
<li><a href="https://pbitminecraft.github.io/Prime-Number-Generator/" class="button">Prime Number Generator</a></li></p>
<p>Prime Number Generator!</p>
<li><a href="https://pbitminecraft.github.io/Project-Unbannable/" class="button">Project-Unbannable</a></li></p>
<p>This project is about games. That's it.</p>
<li><a href="https://pbitminecraft.github.io/PBits-WebView-Browser/" class="button">PBits-WebView-Browser</a></li></p>
</ul>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://x.com/PBitMinecraft" class="icon brands fa-x-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/PBitMinecraft" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://youtube.com/@pbitminecraft" class="icon brands fa-youtube"><span class="label">Youtube</span></a></li>
<li><a href="https://twitch.tv/pbitminecraft" class="icon brands fa-twitch"><span class="label">Twitch</span></a></li>
</ul>
</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>
</body>
</html>