diff --git a/interns.js b/interns.js index 5ff87f4..a5420f5 100644 --- a/interns.js +++ b/interns.js @@ -179,6 +179,15 @@ var interns = [ company: 'Etsy', year: 2018, }, + { + firstName: 'Kailin', + lastName: 'Ke', + folderName: 'kailin_ke', + fileName: 'kailin.html', + imgName: 'kailin.jpg', + company: 'LaunchDarkly', + year: 2019, + }, { firstName: 'Kevin', lastName: 'Hui', diff --git a/pages/kailin_ke/kailin.css b/pages/kailin_ke/kailin.css new file mode 100644 index 0000000..98f84d5 --- /dev/null +++ b/pages/kailin_ke/kailin.css @@ -0,0 +1,15 @@ +.section-heading{ + font-family: 'Poiret One', cursive; + +} + +.info{ + display:flex; + background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(255,156,156,1) 0%, rgba(179,201,241,1) 90% ); + +} + +.col-lg-12{ + justify-content:space-around; + text-align: center; +} \ No newline at end of file diff --git a/pages/kailin_ke/kailin.html b/pages/kailin_ke/kailin.html new file mode 100644 index 0000000..929ea43 --- /dev/null +++ b/pages/kailin_ke/kailin.html @@ -0,0 +1,139 @@ + + + +
+ + + + ++ I recently graduated from Balboa High School and will be attending Cal Poly SLO in the fall. + During my free time, I like to read and play video game. +
++ My internship at LaunchDarkly this summer is great. I learn React, Redux, and TypeScript. +
++ We made a landing page, which includes all the instruction and introduction for the page, for LaunchDarkly's stylesheet that the Design and Engineering team will use using React. We are also creating a favorite and recent review section for the account management application LaunchDarkly + use internally. This will help the salesteam to pull up customer imformation easier and faster. +
++ The key takeaways for me is that ask question whenever you need. There are no question that are + considered silly question. Someone else probably will have the same question you have. You will + rather ask the question than doing something wrong. +
+