-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
86 lines (78 loc) · 4.16 KB
/
project.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
<!DOCTYPE html>
<html lang="eng">
<head>
<link href="style.css" rel="stylesheet">
<div class="head">
<title>Wired Bun! </title>
<h1>Bunny's Website!</h1>
<p> <i>i love my pretty wren <3</i></p>
</div>
</head>
<body style="background-color:black">
<div align="center" class="container">
<div class="nvbele">
<p><a href="index.html"> Home </a></p>
</div>
<div class="nvbele">
<p><a href="about.html"> About Me</a></p>
</div>
<div class="nvbcur">
<p><a href="project.html"> Projects</a></p>
</div>
<div class="nvbele">
<p><a href="contact.html"> Contact</a></p>
</div>
</div>
<div class="container">
<div align="left" class="sidepanel":>
<div>
<h3>Social Links:</h3>
<p> <a href="https://www.soundcloud.com/thiswombat" target="_blank">Soundcloud<br/></a></p>
<p> <a href="https://www.youtube.com/@bigbrothertw" target="_blank">Youtube<br/></a></p>
<p> <a href="https://github.com/wiredbun" target="_blank">Github<br/></a></p>
</div>
<div>
<h3>Associations:</h3>
<p> <a href="https://hopandflutter.github.io" target="_blank">Hop & Flutter<br/></a></p>
<p> <a href="https://soundcloud.com/lofilounge" target="_blank">Lofi Lounge<br/></a></p>
</div>
</div>
<div class="center";>
<h2>My Projects</h2>
<div class="proj">
<h3><b>Music </b> </h3>
<p><b>Ive been making beats since 2019 and am always looking towards novel techniques and interesting sounds</b></p>
<p>My current most primary Music project is my work producing for the Lofi Lounge collective under the name <a href="https://soundcloud.com/thiswombat" target="_blank"><i>'Big Brother'</i></a></p>
<p>I also work in joint partnership with Wren Earl under the name <a href="https://soundcloud.com/hop-flutter" target="_blank">'<i>Hop&Flutter</i>'</a></p>
<hr>
</div>
<div class="proj">
<h3> <b>Software & Programming</b></h3>
<p><b>My interest in programming extends both to front end web development as well as back end low level programming</b></p>
<p> I have a particular interest in Free and Open Source Software (FOSS) and GNU/Linux distributions and their applications in audio production</p>
<p> I have studied and am interested in learning Lua, Rust, C, HTML/CSS and BEFLIX and my projects can be found on my <a href="https://github.com/WiredBun">'<i>Github</i>'</a></p>
<hr>
</div>
<div class="proj">
<h3><b>Technology</b></h3>
<p> Beyond the scope of maintaing my daily driver computer (aka the caeserbook) and my backpack laptop (aka the thrashbook) I have particular interest in collecting and experimenting with audio equipment and novel consumer electronics</p>
<h5>Laptops:</h5>
<p>Main - Lenovo Legion Y530-15ICH (81FV) Aka The Ceaserbook <br> Use - My main computer used primarily at my desk for Gaming and Audio Production as well as programming. It runs Debian Stable with KDE Plasma </p>
<p>Side - Lenovo IdeaPad 1 14IGL05 (81VU) Aka the Thrashbook <br> Use - My secondary portable machine used for Programming and Web Surfing as well as minor Gaming and Audio Production. It runs Debian Stable with XFCE4 </p>
<h5> Audio Equipment:</h5>
<p>Midi Controler - Novation Launchkey Mini mk3 <br> Use - I mainly use the pads when chopping breaks and samples but also have been learning accompaniment </p>
<p>Audio Interface - Focusrite Scarlett Solo Gen 4 <br> Use - This is my main Audio Interface I use on my main laptop </p>
<p>Headphones - Sony MDR 7506s <br> Use - These are my current daily drivers as well as my studio headphones </p>
<p>Speakers - JBL 104-BT <br> Use - My Current Studio monitors for Audio Production and Media Consumption </p>
<p>Digital Audio Player - Astell&kern KHANN MAX <br> Use - My HiFi Music player that can also function as an audio interface when doing audio production on my side laptop</p>
<hr>
</div>
</div>
</div>
</body>
<footer>
<div class="footer";>
<p>Written and designed by <i>Bunny Earl</i>, with assistance from <i>Wren Earl</i></p>
</div>
</footer>
</html>