oborseth / shubham0812.github.io

My portfolio website

Home Page:https://Shubham0812.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio Website - Shubham Singh

My portfolio displayed in a web page.

You can find the same here.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript
  • SCSS

Code Example

// Moves the view to the starting of the page

$("#navigation .brand a").click(function (e) {
    e.preventDefault();
    var targetElement = $(this).attr("href");
    var targetPosition = $(targetElement).offset().top;
    $("html,body").animate({ scrollTop: 0 }, "slow");
});

Credits

© Shubham Kumar Singh | 2020

About

My portfolio website

https://Shubham0812.github.io


Languages

Language:HTML 43.7%Language:CSS 29.1%Language:JavaScript 27.2%