Skip to content

Omerko96/fixed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Fixed Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published