-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojects.html
More file actions
61 lines (61 loc) · 3.72 KB
/
Copy pathprojects.html
File metadata and controls
61 lines (61 loc) · 3.72 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta name="keywords" content="bug, TheBugCoder, buggy, programming" />
<link rel="stylesheet" href="css/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mulish&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<script src="https://cdn.jsdelivr.net/npm/p5@1.3.1/lib/p5.js"></script>
<script src="script.js"></script>
<title>Projects</title>
</head>
<body>
<div id="loader-background"></div>
<div id="lds-ring"><div></div><div></div><div></div><div></div></div>
<nav>
<a href="index.html"><i class="fas fa-home"></i> Home</a>
<a href="about.html"><i class="fas fa-address-card"></i> About</a>
<a href="projects.html" class="active"><i class="fas fa-project-diagram"></i> Projects</a>
<div id="profiles">
<a href="https://github.com/TheBugCoder" target="_blank">
<img src="img/GitHub-Mark-32px.png" alt="Github mark" title="My Github profile">
</a>
<a href="https://scratch.mit.edu/users/TheBugCoder/" target="_blank">
<img src="img/scratchLogo.png" alt="Scratch logo" title="My Scratch profile">
</a>
<a href="https://replit.com/@TheBugCoder" target="_blank">
<img src="img/replitLogo.png" alt="Replit logo" title="My Replit profile">
</a>
</div>
</nav>
<div class="container">
<div class="wrapper">
<h1 class="title typing-effect">Projects</h1>
</div>
</div>
<p class="introduction">
I've created many projects, you can see some of them here. (Not all projects are responsive!) <br>
I also joined an organisation, called Ninja Spect, a learning platform for kids and students. <br>
You can check the website out here: <a href="https://ninjaspect.github.io" target="_blank">https://ninjaspect.github.io</a>. (Not the eventual domain!) <br>
Or you can check out the organisation here: <a href="https://github.com/NinjaSpect" target="_blank">https://github.com/NinjaSpect</a>.
</p>
<br>
<br>
<ul class="projects">
<li><a href="https://thebugcoder.github.io/canvas-particles/">Canvas Particles</a> (tutorial by <a href="https://www.youtube.com/channel/UCEqc149iR-ALYkGM6TG-7vQ" target="_blank">Franks laboratory</a>)</li>
<li><a href="https://js-clock.thebugcoder.repl.co/">Clock</a></li>
<li><a href="https://thebugcoder.github.io/flower-paint-brush/">Flower Paint Brush</a></li>
<li><a href="https://thebugcoder.github.io/marioclub/">Marioclub</a> (tutorial by <a href="https://www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg" target="_blank">The Net Ninja</a>)</li>
<li><a href="https://thebugcoder.github.io/music-player/">Music Player</a> (tutorial by <a href="https://www.youtube.com/user/TechGuyWeb" target="_blank">Traversy Media</a>)</li>
<li><a href="https://thebugcoder.github.io/particles-effects/">P5.js Particles</a> (tutorial by <a href="https://www.youtube.com/user/TechGuyWeb" target="_blank">Traversy Media</a>)</li>
<li><a href="./projects/particle-text/index.html">Particle Text</a> (tutorial by <a href="https://www.youtube.com/channel/UCEqc149iR-ALYkGM6TG-7vQ" target="_blank">Franks laboratory</a>)</li>
<li><a href="https://random-background.thebugcoder.repl.co/">Random Backgrounds</a></li>
</ul>
</body>
</html>