css changes, resume changes
This commit is contained in:
parent
d4b00279f0
commit
71fd347f36
@ -112,8 +112,12 @@ h3 {
|
|||||||
padding-left: 5%;
|
padding-left: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#mainCont .midCont {
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
#mainCont .midCont .subsection {
|
#mainCont .midCont .subsection {
|
||||||
padding: 0 10% 5% 10%;
|
padding: 0 10% 2% 10%;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 9fr;
|
grid-template-columns: 1fr 9fr;
|
||||||
grid-template-rows: 1fr;
|
grid-template-rows: 1fr;
|
||||||
|
|||||||
@ -34,9 +34,9 @@ var sidebarInfo = [
|
|||||||
name: "Social",
|
name: "Social",
|
||||||
subsections: [
|
subsections: [
|
||||||
{
|
{
|
||||||
name: "Facebook",
|
name: "GitHub",
|
||||||
value: "https://goo.gl/5rxxhH",
|
value: "https://github.com/ksjdragon",
|
||||||
icon: "fab fa-facebook-f"
|
icon: "fab fa-github"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -95,25 +95,25 @@ var mainContInfo = [
|
|||||||
date: "2016",
|
date: "2016",
|
||||||
desc: "Arm tracking done through gyroscope IMUs, with 9 degrees of freedom. A testing game was created to demonstrate tracking capabilities."
|
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",
|
name: "Haptic Feedback Through Wave Interference",
|
||||||
caption: "Mathematical investigation of applications of wave interference",
|
caption: "Mathematical investigation of applications of wave interference",
|
||||||
date: "2017",
|
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."
|
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",
|
name: "BinBin",
|
||||||
caption: "Cloud storage web interface application",
|
caption: "Cloud storage web interface application",
|
||||||
date: "2016",
|
date: "2016",
|
||||||
desc: "Cloud database web app created to ease file downloading and storage for servers, with accounts and sharing systems."
|
desc: "Cloud database web app created to ease file downloading and storage for servers, with accounts and sharing systems."
|
||||||
},
|
},
|
||||||
{
|
/* {
|
||||||
name: "Hourglass",
|
name: "Hourglass",
|
||||||
caption: "Collaborative school-wide online planner",
|
caption: "Collaborative school-wide online planner",
|
||||||
date: "2017",
|
date: "2017",
|
||||||
desc: "Online planning web app designed for academic use. Enabled users to have a collaborative planner specific to individual classes and teachers. "
|
desc: "Online planning web app designed for academic use. Enabled users to have a collaborative planner specific to individual classes and teachers. "
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user