From ce27b52191be8284ea515d54a29fc60e1e221fc7 Mon Sep 17 00:00:00 2001 From: yayscripted Date: Tue, 11 Jun 2019 23:08:49 +0000 Subject: [PATCH 1/2] 6/11 --- pages/farrah_y/farrah.css | 0 pages/farrah_y/farrah.html | 135 +++++++++++++++++++++++++++++++++++++ pages/farrah_y/farrah.js | 0 3 files changed, 135 insertions(+) create mode 100644 pages/farrah_y/farrah.css create mode 100644 pages/farrah_y/farrah.html create mode 100644 pages/farrah_y/farrah.js diff --git a/pages/farrah_y/farrah.css b/pages/farrah_y/farrah.css new file mode 100644 index 0000000..e69de29 diff --git a/pages/farrah_y/farrah.html b/pages/farrah_y/farrah.html new file mode 100644 index 0000000..8acd2e4 --- /dev/null +++ b/pages/farrah_y/farrah.html @@ -0,0 +1,135 @@ + + + + + + + + + ScriptEd Interns 2018 + + + + + + + + + + + +
+
+
+
+

Farrah Y

+ +

Intern At Etsy

+ + + + + + + + + +
+
+
+
+
+
+
+
+

About Me

+

+ I will be an intern at Etsy on the localization/translation team. +

+
+
+
+
+

My Internship Experience

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, + laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde. +

+
+
+
+
+

What I Worked On

+

+ I will work with Nataly on making a slackbot. +

+
+
+
+
+

Key Takeaways

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, + laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde. +

+
+
+ +
+
+ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/farrah_y/farrah.js b/pages/farrah_y/farrah.js new file mode 100644 index 0000000..e69de29 From 010b5081be029dfbfb273d3a37703919bc9b863a Mon Sep 17 00:00:00 2001 From: yayscripted Date: Mon, 1 Jul 2019 22:14:09 +0000 Subject: [PATCH 2/2] mid-internship --- pages/farrah_y/farrah.css | 4 ++++ pages/farrah_y/farrah.html | 13 ++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/pages/farrah_y/farrah.css b/pages/farrah_y/farrah.css index e69de29..89a3662 100644 --- a/pages/farrah_y/farrah.css +++ b/pages/farrah_y/farrah.css @@ -0,0 +1,4 @@ +.aboutText { + color: darkblue; + font-size: 15px; +} \ No newline at end of file diff --git a/pages/farrah_y/farrah.html b/pages/farrah_y/farrah.html index 8acd2e4..8331b66 100644 --- a/pages/farrah_y/farrah.html +++ b/pages/farrah_y/farrah.html @@ -51,7 +51,7 @@

Intern At Etsy

About Me

-

+

I will be an intern at Etsy on the localization/translation team.

@@ -60,8 +60,15 @@

About Me

My Internship Experience

- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, - laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde. + Week 1:
+ In the first week, time was mostly spent on learning Node JS and trying to get permissions.
+ I wrote a converter script to change Markdown files to HTML. There was an issue because + previously, the files were overwritten. I altered the code so that instead of changing the + previous text,it appended to it.
+ + Week 2:
+ After learning the basics of modules and test cases, we began trying to return messages + to the client through a slackbot. We learned more about Slack's Real Time Messaging API.