+
Evan
-Pratten
-Programming Student
+ +Evan Pratten
+- |
-
-
-
-
-
-
- |
-
- - -
About Me
--
I am a teenager who loves to write code and make stuff. Currently, I am in school, doing stuff... Aside from that, I am a programming captain on FRC team #5024 and spend my free time either programming or thinking about programming
-- -
Robotics
--
As a part of team 5024, I co-lead the programming team and help teach new programmers about programming in compiled languages, interfacing with hardware, and computer vidsion. Currently, we are in the middle of a build season and are working to create code for the many tasks involved in this year's game.
-- -
-
Web Development
--
In my free time, I build websites for varipus people and groups. Here are some of the sites I have built:
-
- -
- - - - \ No newline at end of file diff --git a/js/console.js b/js/console.js deleted file mode 100644 index b576f8d..0000000 --- a/js/console.js +++ /dev/null @@ -1,3 +0,0 @@ -console.log("Welcome, traveler!") -console.log("You have stumbled upon the mystical terminal. ") -console.log("This website is based off a template I origonally made for hyperlisk.xyz") \ No newline at end of file diff --git a/js/content-rizer.js b/js/content-rizer.js deleted file mode 100644 index 366dff1..0000000 --- a/js/content-rizer.js +++ /dev/null @@ -1,56 +0,0 @@ -async function slideup(){ - var blank = document.getElementById("blank"); - var site = document.getElementById("site"); - - if (screen && screen.width > 600) { - site.style = 'scroll-behavior: unset;'; - - window.location = "#top" - - await sleep(400); - site.style = 'scroll-behavior: smooth;'; - - window.location = "#content" - await sleep(1000); - } - blank.style = "display:none!important;overflow: hidden; position:fixed; "; - window.location = "#" - - console.log("slide"); - - return; -} - -const scrollToTop = () => { - const c = document.documentElement.scrollTop || document.body.scrollTop; - if (c > 0) { - window.requestAnimationFrame(scrollToTop); - window.scrollTo(0, c - c); - } - }; - -async function slidedown(link){ - var blank = document.getElementById("blank"); - var site = document.getElementById("site"); - - if (screen && screen.width > 600) { - blank.style = "display:block !important; "; - - site.style = 'scroll-behavior: unset !important;'; - window.location = "#content" - - await sleep(20); - - site.style = 'scroll-behavior: smooth !important;'; - scrollToTop(); - - await sleep(500); - } - - window.location = link; - - - return; -} - -slideup(); \ No newline at end of file diff --git a/js/links.js b/js/links.js deleted file mode 100644 index 7752240..0000000 --- a/js/links.js +++ /dev/null @@ -1,22 +0,0 @@ -function sleep(ms) { - return new Promise(resolve => setTimeout(resolve, ms)); -} - -async function transition(link){ - var content = document.getElementById("content"); - var about = document.getElementById("about"); - var all = document.getElementById("body"); - - console.log(link); - - if (screen && screen.width > 600) { - content.classList.add("fade-out"); - await sleep(300); - about.classList.add("slide-left"); - // all.classList.add("fade-out"); - await sleep(1000); - // content.classList.add("hidden"); - } - - window.location = link; -} \ No newline at end of file diff --git a/js/main.js b/js/main.js deleted file mode 100644 index af16898..0000000 --- a/js/main.js +++ /dev/null @@ -1,114 +0,0 @@ -document.addEventListener('DOMContentLoaded', function () { - particlesJS('particles-js', - { - "particles": { - "number": { - "value": 80, - "density": { - "enable": true, - "value_area": 800 - } - }, - "color": { - "value": "#d90368" - }, - "shape": { - "type": "circle", - "stroke": { - "width": 0, - "color": "#000000" - }, - "polygon": { - "nb_sides": 3 - }, - "image": { - "src": "img/github.svg", - "width": 100, - "height": 100 - } - }, - "opacity": { - "value": 0.5, - "random": false, - "anim": { - "enable": false, - "speed": 1, - "opacity_min": 0.1, - "sync": false - } - }, - "size": { - "value": 3, - "random": true, - "anim": { - "enable": false, - "speed": 40, - "size_min": 0.1, - "sync": false - } - }, - "line_linked": { - "enable": true, - "distance": 150, - "color": "#d90368", - "opacity": 0.4, - "width": 1 - }, - "move": { - "enable": true, - "speed": 6, - "direction": "none", - "random": false, - "straight": false, - "out_mode": "out", - "bounce": false, - "attract": { - "enable": false, - "rotateX": 600, - "rotateY": 1200 - } - } - }, - "interactivity": { - "detect_on": "canvas", - "events": { - "onhover": { - "enable": true, - "mode": "repulse" - }, - "onclick": { - "enable": true, - "mode": "push" - }, - "resize": true - }, - "modes": { - "grab": { - "distance": 400, - "line_linked": { - "opacity": 1 - } - }, - "bubble": { - "distance": 400, - "size": 40, - "duration": 2, - "opacity": 8, - "speed": 3 - }, - "repulse": { - "distance": 200, - "duration": 0.4 - }, - "push": { - "particles_nb": 4 - }, - "remove": { - "particles_nb": 2 - } - } - }, - "retina_detect": true - } - ) - }, !1); \ No newline at end of file diff --git a/particles.json b/particles.json new file mode 100644 index 0000000..88b31cb --- /dev/null +++ b/particles.json @@ -0,0 +1,110 @@ +{ + "particles": { + "number": { + "value": 5, + "density": { + "enable": true, + "value_area": 800 + } + }, + "color": { + "value": "#000000" + }, + "shape": { + "type": "circle", + "stroke": { + "width": 0, + "color": "#000000" + }, + "polygon": { + "nb_sides": 5 + }, + "image": { + "src": "img/github.svg", + "width": 100, + "height": 100 + } + }, + "opacity": { + "value": 1, + "random": false, + "anim": { + "enable": false, + "speed": 1, + "opacity_min": 0.1, + "sync": false + } + }, + "size": { + "value": 11.83740145363289, + "random": false, + "anim": { + "enable": false, + "speed": 40, + "size_min": 0.1, + "sync": false + } + }, + "line_linked": { + "enable": false, + "distance": 150, + "color": "#ff0000", + "opacity": 0.4, + "width": 1 + }, + "move": { + "enable": true, + "speed": 6, + "direction": "none", + "random": false, + "straight": false, + "out_mode": "out", + "bounce": false, + "attract": { + "enable": false, + "rotateX": 600, + "rotateY": 1200 + } + } + }, + "interactivity": { + "detect_on": "canvas", + "events": { + "onhover": { + "enable": true, + "mode": "grab" + }, + "onclick": { + "enable": true, + "mode": "push" + }, + "resize": true + }, + "modes": { + "grab": { + "distance": 400, + "line_linked": { + "opacity": 1 + } + }, + "bubble": { + "distance": 400, + "size": 40, + "duration": 2, + "opacity": 8, + "speed": 3 + }, + "repulse": { + "distance": 200, + "duration": 0.4 + }, + "push": { + "particles_nb": 4 + }, + "remove": { + "particles_nb": 2 + } + } + }, + "retina_detect": true + } \ No newline at end of file diff --git a/twitch.html b/twitch.html deleted file mode 100644 index 9b7fcd7..0000000 --- a/twitch.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vr.html b/vr.html new file mode 100644 index 0000000..f0b00d6 --- /dev/null +++ b/vr.html @@ -0,0 +1,73 @@ + + + + + +