Compare commits

..

No commits in common. "2876750fbfd8a9e812c4d8125192ea87b32002c7" and "5e6c4ce7b090d6a0085be7ca99fcdc53e0fa1a72" have entirely different histories.

13 changed files with 9 additions and 43 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 382 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 343 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 454 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 KiB

View file

@ -146,8 +146,8 @@
<div id="controls" style="flex-grow: 1;"> <div id="controls" style="flex-grow: 1;">
<div class="audioControls blinkCursor" onclick="playOrPause()">Play<wbr/>/<wbr/>Stop</div><br/> <div class="audioControls blinkCursor" onclick="playOrPause()">Play<wbr/>/<wbr/>Stop</div><br/>
<div id="audioInfo"> <div id="audioInfo">
Coming Soon!<br> Deez Nutz by Ligma<br>
The radio is still a work in progress... From the album "UpDog"
</div> </div>
<input type="range" id="volume-slider" min="0" max="20" value="20"> <input type="range" id="volume-slider" min="0" max="20" value="20">
</div> </div>
@ -161,13 +161,13 @@
</div> </div>
<audio controls id="audioElem"> <audio controls id="audioElem">
<source src="/static/Ricky.opus"> <source src="music.lucasvl.nl/stream.opus">
</audio> </audio>
<script> <script>
var haltEQ; var haltEQ;
let audio1 = new Audio(); let audio1 = new Audio();
audio1.src = "/static/Ricky.opus"; audio1.src = "music.lucasvl.nl/stream.opus";
document.getElementById("audioElem").remove(); document.getElementById("audioElem").remove();
var visual = document.getElementById("visual"); var visual = document.getElementById("visual");
document.getElementById("mediaPlayer").style.display = "flex"; document.getElementById("mediaPlayer").style.display = "flex";

View file

@ -1,30 +1,5 @@
<div class="autoresize banner"> <div class="autoresize banner">
<img src="/static/img/Computer.jpeg"/> <img src="https://img.freepik.com/free-vector/stylish-glowing-digital-red-lines-banner_1017-23964.jpg"/>
</div>
This is my computer that I built for under $500!<br>
The specs are as follows:
<ul>
<li>GPU: AMD RX580</li>
<li>CPU: AMD Ryzen 3700X</li>
<li>RAM: 32GB DDR4-3200</li>
<li>Storage:
<ul>
<li>4 Hard drives pulled from old computers configured in a RAID array for a total of ~6TB</li>
<li>2TB NVME SSD</li>
<li>CD/DVD RW Combo Drive</li>
</ul>
</li>
<li>Motherboard: MSI B350M-BAZOOKA</li>
</ul>
<div class="autoresize banner">
<img src="/static/img/Computer-Inside.jpeg"/>
</div>
<div class="autoresize banner">
<img src="/static/img/Computer-Unfinished.jpeg"/>
</div>
<div class="autoresize banner">
<img src="/static/img/Computer-Unfinished-2.jpeg"/>
</div>
<div class="autoresize banner">
<img src="/static/img/fastfetch.png"/>
</div> </div>
this is the computer page.

View file

@ -1,11 +1 @@
<div class="autoresize banner"> this is a test! populate with content later!!!
<img src="/static/img/in_car_display.jpeg"/>
</div>
This is my homemade Android Auto headunit. It has a touch panel on a small CRT display, and connects to my car's stereo system for music. It also has built in music storage!
<br/>
<div class="autoresize banner">
<img src="/static/img/in_car_display_back.jpeg"/>
</div>
<div class="autoresize banner">
<img src="/static/img/in_car_display_unfinished.jpeg"/>
</div>

View file

@ -0,0 +1 @@
this should still be first because it is newest