diff --git a/interns.js b/interns.js index 5ff87f4..820bb1c 100644 --- a/interns.js +++ b/interns.js @@ -170,6 +170,15 @@ var interns = [ company: 'Oscar Health', year: 2018, }, + { + firstName: 'Karen', + lastName: 'He', + folderName: 'karen_he', + fileName: 'karen.html', + imgName: '../../assets/site/profile-placeholder.png', + company: 'Postmates', + year: 2019, + }, { firstName: 'Kayahma', lastName: 'Brown', diff --git a/pages/karen_he/karen.css b/pages/karen_he/karen.css new file mode 100644 index 0000000..1cb3fa4 --- /dev/null +++ b/pages/karen_he/karen.css @@ -0,0 +1,15 @@ +.section-heading { + font-family: 'Source Sans Pro', sans-serif; +} + +p, ul { + font-family: 'Raleway', sans-serif; +} + +.bg-light { + background-image: linear-gradient(to right,#91A8D0, #B3A0C9) +} + +.col-lg-12 { + margin: 5px; +} \ No newline at end of file diff --git a/pages/karen_he/karen.html b/pages/karen_he/karen.html new file mode 100644 index 0000000..989f2bf --- /dev/null +++ b/pages/karen_he/karen.html @@ -0,0 +1,147 @@ + + + +
+ + + + ++ I am an upcoming senior at Balboa High School in San Francisco. Engineer intern on the + buyer team at Postmates. +
+
+ I learned two new coding languages in two weeks. It was challenging, but fun.
+
+ For my first week, I learned react for the first two days, then proceeded to make changes
+ to the Postmates open source projects' landing page. I had to alphabetize the navigation bar,
+ remove an option on the navigation bar, and add additional open source projects onto the page.
+
+ For my second week, I learned Node.js for the first two days. Node.js is an open source
+ language, so it requires contributors to help keep the language environment running
+ smoothly.
+
+
+ TBD +
+