From 71fd347f36acaf481f5f64c8c4ea10dc7aba273e Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Mon, 7 Sep 2020 16:28:38 -0400 Subject: [PATCH] css changes, resume changes --- resume/main.css | 6 +++++- resume/main.js | 14 +++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/resume/main.css b/resume/main.css index 0ee2bea..80ff9c2 100755 --- a/resume/main.css +++ b/resume/main.css @@ -112,8 +112,12 @@ h3 { padding-left: 5%; } +#mainCont .midCont { + font-size: 80%; +} + #mainCont .midCont .subsection { - padding: 0 10% 5% 10%; + padding: 0 10% 2% 10%; display: grid; grid-template-columns: 1fr 9fr; grid-template-rows: 1fr; diff --git a/resume/main.js b/resume/main.js index 63f7c22..7191b5b 100755 --- a/resume/main.js +++ b/resume/main.js @@ -34,9 +34,9 @@ var sidebarInfo = [ name: "Social", subsections: [ { - name: "Facebook", - value: "https://goo.gl/5rxxhH", - icon: "fab fa-facebook-f" + name: "GitHub", + value: "https://github.com/ksjdragon", + icon: "fab fa-github" } ] } @@ -95,25 +95,25 @@ var mainContInfo = [ date: "2016", desc: "Arm tracking done through gyroscope IMUs, with 9 degrees of freedom. A testing game was created to demonstrate tracking capabilities." }, - { +/* { name: "Haptic Feedback Through Wave Interference", caption: "Mathematical investigation of applications of wave interference", date: "2017", desc: "A mathematical proof and experimentation of controllable wave interference to induce correct superposition. Explored multiple applications including a possibility of simulating highly accurate haptic feedback." }, - { +*/ { name: "BinBin", caption: "Cloud storage web interface application", date: "2016", desc: "Cloud database web app created to ease file downloading and storage for servers, with accounts and sharing systems." }, - { +/* { name: "Hourglass", caption: "Collaborative school-wide online planner", date: "2017", desc: "Online planning web app designed for academic use. Enabled users to have a collaborative planner specific to individual classes and teachers. " } - +*/ ] } ];