Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.14 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.14 KB

Project

Here is my third online project for my soul. Fixed page.


Goal

As usual my goal for projects like this is to take few steps forward and upgrade my portfolio, so my clients can be aware of my skills from beginning.


Creator


Smooth Scroll

For smooth scrolling i use just some basic jQuery.

$(document).on('click', 'a[href^="#"]', function (event) {
  event.preventDefault();

  $('html, body').animate({
    scrollTop: $($.attr(this, 'href')).offset().top
  }, 1500);
});

Skills

  • HTML5
  • CSS3
  • Advanced CSS3
  • CSS GRID
  • Javascript
  • jQuery

Licence

This project is using MIT licence (MIT), which means that you can use, copy, merge, publish, distribute, but you also could help main character behind it. Fork project, follow me, or contact me if you wish to work with me.