diff --git a/interns.js b/interns.js index 5ff87f4..c3f4c75 100644 --- a/interns.js +++ b/interns.js @@ -287,6 +287,15 @@ var interns = [ company: 'American Express', year: 2018, }, + { + firstName: 'Sergio', + lastName: 'Sanchez', + folderName: 'sergio_sanchez', + fileName: 'sergio.html', + imgName: '../../assets/site/profile-placeholder.png', + company: 'UnitedMasters', + year: 2019, + }, { firstName: 'Stephanie', lastName: 'Smith', @@ -341,13 +350,4 @@ var interns = [ company: 'Etsy', year: 2018, }, - { - firstName: 'FirstName', - lastName: 'LastName', - folderName: '', - fileName: '', - imgName: '../../assets/site/profile-placeholder.png', - company: 'Company', - year: 2018, - }, ]; diff --git a/pages/sergio_sanchez/sergio.css b/pages/sergio_sanchez/sergio.css new file mode 100644 index 0000000..bfed580 --- /dev/null +++ b/pages/sergio_sanchez/sergio.css @@ -0,0 +1,20 @@ +html, +body{ + margin:0; + padding:0; + height:100%; + width:100%; +} + +.profile-icon:hover { + color: black; + text-decoration: none; +} + +.company-link{ + color:grey; +} + +.company-link:hover{ + color:black; +} \ No newline at end of file diff --git a/pages/sergio_sanchez/sergio.html b/pages/sergio_sanchez/sergio.html new file mode 100644 index 0000000..eae393b --- /dev/null +++ b/pages/sergio_sanchez/sergio.html @@ -0,0 +1,155 @@ + + + + + + + + + CodeNation Interns 2018 + + + + + + + + + + + +
+
+
+ +
+
+
+
+
+
+
+
    +
  • +

    About Me

    +

    + My name is Sergio Sanchez and I'm currently 17 years old. I enrolled in the CodeNation Foundations + Course when I was a freshman in highscool, and currently, I'm still enrolled a student under CodeNation, + though now I just finished the Advanced Course and was an Intern at UnitedMasters. +

    +
  • +
      +
+
+
+
+
    +
  • +

    My Internship Experience

    +

    + My time being an intern at UnitedMasters was really nice. I + met quite a few people and was able to get to know some aswell. The overall atmosphere of the + workplace is rather casual and laidback, personally, I liked how relaxing everything was. +

    +
  • +
+
+
+
+
+
    +
  • +

    What I Worked On

    +

    + One project which I had undertaken while at UnitedMasters was applying the new design changes to the company's + homepage and products page using React. I had also squashed a few bugs that were in the company's artist release + page. +

    +
  • +
+
+
+
+
+
    +
  • +

    Key Takeaways

    +

    + N/A +

    +
  • +
+
+
+ +
+
+ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/sergio_sanchez/sergio.js b/pages/sergio_sanchez/sergio.js new file mode 100644 index 0000000..e69de29