An open API service indexing awesome lists of open source software.

https://github.com/tobisamcode/omnifood-landing-page


https://github.com/tobisamcode/omnifood-landing-page

animatecss css3 html5 icons jquery media-queries

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Advance-CSS-with-jQuery-
Building A Responsive Real World 🌎 Website HTML5 | CSS3 | jQuery.

• I was ready to create a website from scratch by using HTML & CSS .
• I did full mobile friendly Web Design.
• I learnt CSS animations.
• I learnt SASS.
• One will have great web designer experience because of lots of examples in the course.
• I learnt designing front view of website.
• I learnt designing Admin panel view of website.
• I learnt usage of jQuery in Web Design with HTML and CSS.Pro Websites From Scratch with HTML, CSS & jQuery

Some cool website for jQuery:
• magnific Pop up
• tooltipster
• maplace.js
• tyler from layer vault (tyler.js)
• one page scroll

Including the jQuery:
We use the Google hosted libraries distribution network.

+ developers.google.com
+ Google hosted libraries
+ then copy the jQuery snippet

Let's create jQuery (Basic Example):

$(document).ready(function () { #To create

$('h1').Click(function () { #To select any element
$(this).css('background-color', 'red') #add css
});

});

# Desktop view
![picture](https://github.com/Tobisam-2000/Omnifood/blob/main/omni.jpg)

# Mobile view
![Picture](https://github.com/Tobisam-2000/Omnifood/blob/main/omni2.jpg)