-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #740 from AnshVerma04/Skill
Created View All Categories pages
- Loading branch information
Showing
11 changed files
with
167 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,166 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Courses | Learn Data Science</title> | ||
<meta name="description" content="Explore our data science courses covering data analysis, machine learning, deep learning, and more. Enroll now and build your data science skills."> | ||
<link rel="stylesheet" href="./assets/css/style.css"> | ||
<link rel="shortcut icon" href="./favicon.svg" type="image/svg+xml"> | ||
<!-- Animation on Scroll --> | ||
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet"> | ||
</head> | ||
<body> | ||
|
||
<section class="section courses has-bg-image"> | ||
<div class="container"> | ||
|
||
|
||
|
||
<h2 class="headline-md text-center section-title" data-aos="fade-down"> | ||
<div class="headline">Explore<span class="span has-after"> Courses</span></div> | ||
</h2> | ||
|
||
|
||
|
||
<ul class="grid-list"> | ||
<li> | ||
<div class="card course-card" data-aos="zoom-out-down"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/data-science/image1.jpg" width="300" height="100" loading="lazy" | ||
alt="Introduction to Data Science course overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Data Science</h3> | ||
<p class="title-sm">68 Courses</p> | ||
</div> | ||
<a href="data-science.html" class="layer-link" aria-label="Learn more about Introduction to Data Science"></a> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<div class="card course-card" data-aos="zoom-out-down"> | ||
<div class="heading1"> | ||
<div class="card-icon"> | ||
|
||
<img class="image2" src="./assets/images2/uiux.webp" width="300" height="100" loading="lazy" | ||
alt="Data Analysis with Python course overview image"> | ||
</div></div> | ||
<div> | ||
<h3 class="title-lg">UI/UX Design</h3> | ||
<p class="title-sm">6 Courses</p> | ||
</div> | ||
<a href="uiux.html" class="layer-link" aria-label="Learn more about Data Analysis with Python"></a> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<div class="card course-card" data-aos="zoom-out-down"> | ||
<div class="card-icon"> | ||
<img src="./assets/images2/Physics.webp" width="300" height="100" loading="lazy" | ||
alt="Introduction to Data Science course overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Moder Physics</h3> | ||
<p class="title-sm">68 Courses</p> | ||
</div> | ||
<a href="modern_physics.html" class="layer-link" aria-label="Learn more about Introduction to Data Science"></a> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<div class="card course-card" data-aos="zoom-out-down"> | ||
<div class="card-icon"> | ||
<img src="./assets/images2/music.webp" width="300" height="100" loading="lazy" | ||
alt="Introduction to Data Science course overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Music Production</h3> | ||
<p class="title-sm">68 Courses</p> | ||
</div> | ||
<a href="music.html" class="layer-link" aria-label="Learn more about Introduction to Data Science"></a> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<div class="card course-card" data-aos="zoom-out-down"> | ||
<div class="card-icon"> | ||
<img src="./assets/images2/digital-marketing.webp" width="300" height="100" loading="lazy" | ||
alt="Introduction to Data Science course overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Digital Marketing</h3> | ||
<p class="title-sm">68 Courses</p> | ||
</div> | ||
<a href="marketing.html" class="layer-link" aria-label="Learn more about Introduction to Data Science"></a> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="card course-card" data-aos="zoom-out-down"> | ||
<div class="card-icon"> | ||
<img src="./assets/images2/finances-and-budget.webp" width="300" height="100" loading="lazy" | ||
alt="Introduction to Data Science course overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Finances</h3> | ||
<p class="title-sm">68 Courses</p> | ||
</div> | ||
<a href="finance.html" class="layer-link" aria-label="Learn more about Introduction to Data Science"></a> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="card course-card" data-aos="zoom-out-down"> | ||
<div class="card-icon"> | ||
<img src="./assets/images2/Cloud-Storage.webp" width="300" height="100" loading="lazy" | ||
alt="Introduction to Data Science course overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Cloud Stroage</h3> | ||
<p class="title-sm">68 Courses</p> | ||
</div> | ||
<a href="#" class="layer-link" aria-label="Learn more about Introduction to Data Science"></a> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="card course-card" data-aos="zoom-out-down"> | ||
<div class="card-icon"> | ||
<img src="./assets/images2/java.jpg" width="300" height="100" loading="lazy" | ||
alt="Introduction to Data Science course overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">JavaScript</h3> | ||
<p class="title-sm">68 Courses</p> | ||
</div> | ||
<a href="#" class="layer-link" aria-label="Learn more about Introduction to Data Science"></a> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="card course-card" data-aos="zoom-out-down"> | ||
<div class="card-icon"> | ||
<img src="./assets/images2/git.webp" width="300" height="100" loading="lazy" | ||
alt="Introduction to Data Science course overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Git/GitHub</h3> | ||
<p class="title-sm">68 Courses</p> | ||
</div> | ||
<a href="#" class="layer-link" aria-label="Learn more about Introduction to Data Science"></a> | ||
</div> | ||
</li> | ||
|
||
</ul> | ||
|
||
<!-- <a href="enroll.html" class="btn btn-primary" data-aos="zoom-out">Enroll in a Course</a> --> | ||
|
||
</div> | ||
</section> | ||
|
||
|
||
<!-- Animation on Scroll --> | ||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script> | ||
<script> | ||
AOS.init(); | ||
</script> | ||
|
||
</body> | ||
</html> |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters