From 1eafa2c377a44bcccf3414d9881043e74d46813a Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Tue, 28 Dec 2021 22:13:50 -0500 Subject: [PATCH] ehm ehhm --- .gitignore | 3 +-- index/about/resume/index.html | 31 ++++++++++++++++++++++++ index/projects/index.html | 2 +- index/projects/{ => script}/githubapi.js | 0 4 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 index/about/resume/index.html rename index/projects/{ => script}/githubapi.js (100%) diff --git a/.gitignore b/.gitignore index 5837cfd..b5bf629 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ *hidden* *secret* -*private* -*resume* \ No newline at end of file +*private* \ No newline at end of file diff --git a/index/about/resume/index.html b/index/about/resume/index.html new file mode 100644 index 0000000..66dd3a4 --- /dev/null +++ b/index/about/resume/index.html @@ -0,0 +1,31 @@ + + + + + + + + Résumé + + + + + + +
+ + +
+ You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧ +
+
+ + + \ No newline at end of file diff --git a/index/projects/index.html b/index/projects/index.html index 6510657..071786c 100755 --- a/index/projects/index.html +++ b/index/projects/index.html @@ -29,7 +29,7 @@ - + diff --git a/index/projects/githubapi.js b/index/projects/script/githubapi.js similarity index 100% rename from index/projects/githubapi.js rename to index/projects/script/githubapi.js