diff --git a/index.html b/index.html index 8af2be1..a9f326d 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - Vite App + Daniel Redd Jones @@ -17,9 +17,13 @@

- My name is Daniel Jones. I have been programming as a hobby since I was twelve years old.
I went to college for Information Systems, and have been using those skills professionally since 2021. + My name is Daniel Jones. I have been programming as a hobby since I was twelve years old. +
+ I went to college for Information Systems, and have been using those skills professionally since 2021. +
+ My interests include geocaching, Rust programming, web development, and puzzle solving.

- +

Projects:

+
- +

Professional experience:

@@ -54,19 +59,20 @@
  • Perform bug fixes in ASP.net web pages
  • Automate tasks on Debian Linux using Bash
  • -
  • Help Desk
  • +
  • Help Desk
  • IT Yall, Dallas, TX(2021)
    Responsibilities:

    +
    - +

    Education:

    @@ -85,9 +91,14 @@
  • Earned the Deans List recognition in Fall of 2016
  • Homeschooled (September 2001 - May 2014)
  • +

    - +
    diff --git a/main.js b/main.js index 6f0bf63..bc8023a 100644 --- a/main.js +++ b/main.js @@ -35,16 +35,9 @@ renderer.render(scene, camera); -const pointLight = new PointLight(0xffffff, 150); const ambientLight = new THREE.AmbientLight(0xffffff); -scene.add(ambientLight, pointLight); - -pointLight.position.set(10, 10, 10); - - - - +scene.add(ambientLight); //turning off orbit controls and lighthelper. Not needed. Kept in code in case if I want to use it again. @@ -69,7 +62,7 @@ scene.add(floor); //when the user scrolls, walk down the hallway. function updateCamera(ev){ let div1 = document.getElementById("div1"); - camera.position.z = 100 - window.scrollY / 3; + camera.position.z = zPos - window.scrollY / 3; } window.addEventListener("scroll", updateCamera); diff --git a/public/terminal.svg b/public/terminal.svg new file mode 100644 index 0000000..0ea8c56 --- /dev/null +++ b/public/terminal.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file