Skip to content

jessnyj/jessny-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jessny-portfolio

Site Picture

Site Site

Technologies Used

  • HTML
  • CSS
  • Javascript
  • Foundation

Summary

Within my portfolio I have an About me section, my Projects section highlighting my best work, and a Resume section with a downloadable pdf of my resume.

Deployed Link

Work Involved

I created a my portfolio site utilizing the Foundation CSS Framework. I created the different pages utilizing javascript.

Code Snippet

// ProjectButton
$("#projectButton").on("click", function(event){
   event.preventDefault();
   $("#display-about").empty();
   displayProject();

});

// About Button
$("#aboutButton").on("click", function(event) {
   event.preventDefault();
   $("#display-project").empty();
   displayAboutMe();
});

Authors

UC Berkeley Coding Bootcamp

Jessny Joseph

Acknowledgments

Trilogy Education Services

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published