From 1ed23d188f477ee2af3cd8327128465848f44b03 Mon Sep 17 00:00:00 2001 From: "Dylan (via Travis CI)" Date: Tue, 2 Jun 2020 19:16:09 +0000 Subject: [PATCH] Deploy dylanh.dev to github.com/dilllxd/gitfolio.git:gh-pages --- index.html | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 3a3d818..f3e2d1d 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,10 @@ href="https://avatars1.githubusercontent.com/u/36942187?v=4" type="image/png" /> - + - + - +
-
- K_ -
+
_
@@ -68,10 +75,10 @@   dylan@dylanh.dev - - + + -   null +   FL @@ -352,7 +359,11 @@ }); // function([string1, string2],target id,[color1,color2]) - consoleText(["Dylan", "ok"], "text", ["white", "white"]); + consoleText( + ["Dylan", "I just copy and paste random pieces of code together."], + "text", + ["white", "white"] + ); function consoleText(words, id, colors) { if (colors === undefined) colors = ["#fff"];