Here is my third online project for my soul. Fixed page.
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.
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);
});
- HTML5
- CSS3
- Advanced CSS3
- CSS GRID
- Javascript
- jQuery
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.