diff --git a/css/.Rhistory b/css/.Rhistory
new file mode 100644
index 0000000..e69de29
diff --git a/css/custom.css b/css/custom.css
index 6bdbed8..a99a03c 100644
--- a/css/custom.css
+++ b/css/custom.css
@@ -1,2 +1,193 @@
-/** ADD YOUR AWESOME CODES HERE **/
\ No newline at end of file
+/** ADD YOUR AWESOME CODES HERE**/
+
+/*.time{
+ align-content: left;
+ }
+
+ .time ul {
+ list-style: none;
+ margin: 0 !important;
+ }
+
+ .time a {
+ text-decoration: none !important;
+ display: inline-block;
+ }
+
+ .time img {
+ max-width: 100%;
+ }
+
+ .time button:focus {
+ outline: none;
+ }
+
+ h1,
+ h2,
+ h3,
+ h4,
+ h5,
+ h6 {
+ color: inherit;
+ margin: 0;
+ }
+
+ .time p {
+ font-size: 14px;
+ line-height: 26px;
+ margin: 0;
+ }
+
+ .time .container {
+ width: 100%;
+ max-width: 1140px;
+ /*padding: 0 15px;*/
+ /* box-sizing: border-box;
+ margin: 0 auto;
+ }
+ .time .timelines h2 {
+ text-align: left;
+ color: black;
+ /*font-weight: 600;
+ font-size: 32px;*/
+ /* margin-bottom: 15px;
+
+ }
+ .time .d-flex-2 {
+ display: flex;
+ align-items: center;
+ }
+ .time .timeline-area {
+ padding: 40px 0;
+ }
+ .time .all-timelines {
+ position: relative;
+ }
+
+ .time .all-timelines::before {
+ content: "";
+ position: absolute;
+ left: 0;
+ right: 0;
+ margin: auto;
+ height: 100%;
+ width: 2px;
+ background: #2e2e2eed;
+ top: 20px;
+ }
+ .time .single-timeline {
+ margin-bottom: 22px;
+ }
+ .time .timeline-blank {
+ width: 50%;
+ }
+ .time .timeline-text {
+ width: 50%;
+ padding-left: 30px;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ position: relative;
+ }
+ .time .timeline-text h6 {
+ color: black;
+ /*font-weight: 900;
+ font-size: 1rem;*/
+ /* display: inline-block;
+
+ }
+ .time .timeline-text span {
+ color: gray;
+ display: block;
+ width: 100%;
+ }
+ .time .single-timeline:nth-child(even) .timeline-text span {
+ text-align: right;
+ }
+ .time .t-square {
+ content: "";
+ position: absolute;
+ width: 12px;
+ height: 12px;
+ left: -6px;
+ background: #efa22f;
+ }
+ .time .single-timeline:nth-child(even) {
+ -webkit-box-orient: horizontal;
+ -webkit-box-direction: reverse;
+ -ms-flex-direction: row-reverse;
+ flex-direction: row-reverse;
+ }
+ .time .single-timeline:nth-child(even) .t-square {
+ right: -6px;
+ left: unset;
+ }
+ .time .single-timeline:nth-child(even) .timeline-text {
+ padding-left: 0;
+ padding-right: 30px;
+ text-align: right;
+ }
+*/
+
+/*
+
+
+
+
Experience
+
+
+
+
+
+
+
+
+ 2021
— AI Developer
Barnard Programming Languages Lab
+
+
+
+
+
+
+
+
+
+ 2021 - 2022
— Data Analyst
Barnard Programming Languages Lab
+
+
+
+
+
+
+
+
+
+ 2022
— Web Developer
AI in the Liberal Arts Initiative
+
+
+
+
+
+
+
+
+
+ 2022
— Data Analyst
Coleman Lab, Stanford University
+
+
+
+
+
+
+
+
+
+ 2023
— Operations Analyst
PIMCO
+
+
+
+
+
+
+
*/
+
diff --git a/index.html b/index.html
index 9060150..7b7d50d 100644
--- a/index.html
+++ b/index.html
@@ -59,128 +59,6 @@
top: -5px;
}
- .time ul {
- list-style: none;
- margin: 0 !important;
- }
-
- .time a {
- text-decoration: none !important;
- display: inline-block;
- }
-
- .time img {
- max-width: 100%;
- }
-
- .time button:focus {
- outline: none;
- }
-
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- color: inherit;
- margin: 0;
- }
-
- .time p {
- font-size: 14px;
- line-height: 26px;
- margin: 0;
- }
-
- .time .container {
- width: 100%;
- max-width: 1140px;
- /*padding: 0 15px;*/
- box-sizing: border-box;
- margin: 0 auto;
- }
- .time .timelines h2 {
- text-align: center;
- color: black;
- /*font-weight: 600;
- font-size: 32px;*/
- margin-bottom: 15px;
-
- }
- .time .d-flex-2 {
- display: flex;
- align-items: center;
- }
- .time .timeline-area {
- padding: 40px 0;
- }
- .time .all-timelines {
- position: relative;
- }
-
- .time .all-timelines::before {
- content: "";
- position: absolute;
- left: 0;
- right: 0;
- margin: auto;
- height: 100%;
- width: 2px;
- background: #2e2e2eed;
- top: 20px;
- }
- .time .single-timeline {
- margin-bottom: 22px;
- }
- .time .timeline-blank {
- width: 50%;
- }
- .time .timeline-text {
- width: 50%;
- padding-left: 30px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- position: relative;
- }
- .time .timeline-text h6 {
- color: black;
- /*font-weight: 900;
- font-size: 1rem;*/
- display: inline-block;
-
- }
- .time .timeline-text span {
- color: gray;
- display: block;
- width: 100%;
- }
- .time .single-timeline:nth-child(even) .timeline-text span {
- text-align: right;
- }
- .time .t-square {
- content: "";
- position: absolute;
- width: 12px;
- height: 12px;
- left: -6px;
- background: #efa22f;
- }
- .time .single-timeline:nth-child(even) {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: reverse;
- -ms-flex-direction: row-reverse;
- flex-direction: row-reverse;
- }
- .time .single-timeline:nth-child(even) .t-square {
- right: -6px;
- left: unset;
- }
- .time .single-timeline:nth-child(even) .timeline-text {
- padding-left: 0;
- padding-right: 30px;
- text-align: right;
- }
@@ -293,7 +171,7 @@
-
+
About Me
I grew up in Masvingo, Zimbabwe and moved to Massachusetts in 2020 to study Computer Science and Statistics at Amherst College.
@@ -308,6 +186,7 @@
About Me
+
@@ -315,69 +194,23 @@
About Me
-
-
+
+
+
-
-
-
-
-
Experience
-
-
-
-
-
-
-
- 2021
— AI Developer
Barnard Programming Languages Lab
-
-
-
-
-
-
-
-
-
- 2021 - 2022
— Data Analyst
Barnard Programming Languages Lab
-
-
-
-
-
-
-
-
-
- 2022
— Web Developer
AI in the Liberal Arts Initiative
-
-
-
-
-
-
-
-
-
- 2022
— Data Analyst
Coleman Lab, Stanford University
-
-
-
-
-
-
-
-
-
- 2023
— Operations Analyst
PIMCO
-
-
-
-
-
+
+