educational-landing-page
Responsive educational landing page built with HTML, CSS, and JavaScript
File Explorer
- about-us.css
- course.css
- faq.css
- footer.css
- grid-system.css
- header.css
- navbar.css
- status.css
- style.css
- teachers.css
- top-bar.css
- topic.css
- Sahel.eot
- Sahel.ttf
- Sahel.woff
- Sahel.woff2
- about-us.webp
- arrow-bottom-circle.webp
- banner-android.webp
- banner-js.webp
- banner-laravel.webp
- banner-php.webp
- banner-seo.webp
- banner-ui.webp
- banner-web.webp
- banner-wordpress.webp
- data-science.svg
- data-science.webp
- faq-bg.webp
- header.webp
- html.svg
- html.webp
- icon-article.webp
- icon-student.webp
- icon-teachers.webp
- icon-trophy.webp
- java.svg
- java.webp
- linux.svg
- linux.webp
- python.svg
- python.webp
- teachers-bg.webp
- teachers.webp
- wordpress.svg
- wordpress.webp
- worldmap.webp
- main.js
- index.html
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
// repository documentation
Was this content helpful?
(0 ratings)
