diff --git a/pages/jeslyn_tatang/jeslyn.css b/pages/jeslyn_tatang/jeslyn.css new file mode 100644 index 0000000..ec96ff7 --- /dev/null +++ b/pages/jeslyn_tatang/jeslyn.css @@ -0,0 +1,32 @@ +body { + font-family: 'Nunito', sans-serif; +} + +.section-heading { + font-family: 'DM Sans', sans-serif; + color:#3460E1; +} + +.profile-icon { + margin-bottom:10px; +} + +.profile-icon:hover { + color:#3460E1; +} + +#portfolio { + font-size:15px; + padding:10px; + border:1px solid #888; + border-radius:5px; + color:#888; + transition:0.5s; +} + +#portfolio:hover { + background-color:#3460E1; + border:1px solid #3460E1; + color:white; + transition:0.5s; +} diff --git a/pages/jeslyn_tatang/jeslyn.html b/pages/jeslyn_tatang/jeslyn.html new file mode 100644 index 0000000..39943f3 --- /dev/null +++ b/pages/jeslyn_tatang/jeslyn.html @@ -0,0 +1,152 @@ + + + + + + + + + + + Code Nation Interns 2019 + + + + + + + + + + + + +
+
+
+
+

Jeslyn Tatang

+ +

Intern at Clever

+ + + + + + + + + +

+ Portfolio +
+
+
+
+
+
+
+
+

About Me

+

+ I graduated from Balboa High School of San Francisco in 2019, where I was part of the + Game Design Academy. In Fall 2019, I'll be attending UC Davis. I was in Code Nation's + Foundations and Advanced Courses, where I learned HTML, CSS, and JavaScript. I also learned + Java in AP Computer Science class in senior year. Besides coding, I also enjoy writing + and world history. +

+
+
+
+
+

My Internship Experience

+

+ Clever is an educational tech startup that collaborates with schools and districts to set up + resources for students and track student progress. While I worked there, I participated in + company culture daily standups, meetings, check-ins, and weekly coffee chats. A great emphasis + was placed on community at Clever, and my project was a contribution to it. +

+
+
+
+
+

What I Worked On

+

+ During my time at Clever, I developed a Chrome extension: a culture dashboard for the + company to use. The objective of this project was to promote company culture. I worked with + multiple APIs to create the widgets for it. I used the catering service API to create + the lunch menu, the Chrome API for frequently used sites, and the Slack API to display + encouraging messages from company Slack channels. +

+
+
+
+
+

Key Takeaways

+

+ One thing I learned during my internship was the importance of communication in collaboration. Coding in a team isn't + the same as working on individual projects at school; many teams specialize in different areas and they come together + to create a finished product. To keep the process synchronized, you have to constantly communicate any questions + and blockers you might have. +

+
+
+ +
+
+ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/jeslyn_tatang/jeslyn.jpg b/pages/jeslyn_tatang/jeslyn.jpg new file mode 100644 index 0000000..66c5b2b Binary files /dev/null and b/pages/jeslyn_tatang/jeslyn.jpg differ diff --git a/pages/jeslyn_tatang/jeslyn.js b/pages/jeslyn_tatang/jeslyn.js new file mode 100644 index 0000000..e69de29