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
- Host: GitHub
- URL: https://github.com/tobisamcode/omnifood-landing-page
- Owner: tobisamcode
- Created: 2020-12-22T14:34:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-19T09:08:28.000Z (over 5 years ago)
- Last Synced: 2025-02-27T08:19:13.995Z (over 1 year ago)
- Topics: animatecss, css3, html5, icons, jquery, media-queries
- Language: HTML
- Homepage: https://tobisamwithjquery.netlify.app/
- Size: 7.16 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

# Mobile view
