Skip to content
View nikitaAntonov's full-sized avatar

Organizations

@cursor-education

Block or report nikitaAntonov

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. JavaScript-Weather-App JavaScript-Weather-App Public

    Training project

    CSS

  2. needForJS needForJS Public

    Training project

    JavaScript

  3. frontend-materials frontend-materials Public

    Forked from cursor-education/frontend-materials

    HTML

  4. speed-typing-game speed-typing-game Public

    Training project

    JavaScript

  5. for mobile&desktop parallax for mobile&desktop parallax
    1
    $(document).ready(function() {
    2
    	function heightDetect(){
    3
    		$(".main_head").css("height", $(window).height());
    4
    	};
    5
    	heightDetect();