From 921cd43ff6e016f5bf0fb04098484949c99d337f Mon Sep 17 00:00:00 2001 From: Alex Yang <32620988+DatProJack@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:18:32 -0400 Subject: [PATCH] edited introduction --- assets/scripts.js | 42 +++++++++++++++++++++--------------------- index.html | 12 ++++++++++-- style.css | 4 ++-- 3 files changed, 33 insertions(+), 25 deletions(-) diff --git a/assets/scripts.js b/assets/scripts.js index 60e3220..a9f3685 100644 --- a/assets/scripts.js +++ b/assets/scripts.js @@ -1,29 +1,29 @@ // Typewriter created by Tameem Safi. // source: https://github.com/tameemsafi/typewriterjs -var typewriter = document.getElementById("typewritter"); +// var typewriter = document.getElementById("typewritter"); -var typewriter = new Typewriter(typewriter, { - loop: true, - delay: 50, - deleteSpeed: 5, -}); +// var typewriter = new Typewriter(typewriter, { +// loop: true, +// delay: 50, +// deleteSpeed: 5, +// }); -typewriter - .typeString("Hi there!") - .pauseFor(500) - .typeString( - " I'm Alex, a rising junior studying Computer Science at the University of Illinois Urbana-Champaign.", - ) - .pauseFor(1000) - .typeString( - "

I'm highly interested in infrastructure, distributed systems, database design, and algorithm design.", - ) - .pauseFor(1000) - .typeString("

Thanks for stopping by!") - .pauseFor(1000000) - .deleteAll(2) - .start(); +// typewriter +// .typeString("Hi there!") +// .pauseFor(500) +// .typeString( +// " I'm Alex, a rising junior studying Computer Science at the University of Illinois Urbana-Champaign.", +// ) +// .pauseFor(1000) +// .typeString( +// "

I'm highly interested in infrastructure, distributed systems, database design, and algorithm design.", +// ) +// .pauseFor(1000) +// .typeString("

Thanks for stopping by!") +// .pauseFor(1000000) +// .deleteAll(2) +// .start(); window.onscroll = function () { if (window.scrollY > 660) { diff --git a/index.html b/index.html index d9f4e30..8caec6f 100644 --- a/index.html +++ b/index.html @@ -53,11 +53,19 @@

Alex Yang

/>
-

+

+ I'm Alex, a rising junior studying Computer Science at the University of Illinois Urbana-Champaign. +
+
+ I'm highly interested in API development, infrastructure, distributed systems, and algorithm design. +
+
+ Thanks for stopping by! +

- + diff --git a/style.css b/style.css index fa33fbe..e99dbaf 100644 --- a/style.css +++ b/style.css @@ -133,10 +133,10 @@ $color-pink: #fe4365; */ .speech-bubble-text { transform: translatey(0px); - animation: float 5s ease-in-out infinite; + /* animation: float 5s ease-in-out infinite; */ text-align: center; - text-transform: uppercase; + /* text-transform: uppercase; */ font-weight: bold; letter-spacing: 3px; font-size: 15px;