Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more courses category #905

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions Course.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,47 @@ <h3 class="title-lg">Git/GitHub</h3>
<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/Virtual assistant.jpeg" width="300" height="100" loading="lazy"
alt="Introduction to Data Science course overview image">
</div>
<div>
<h3 class="title-lg">Virtual Assistant</h3>
<p class="title-sm">5 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/Product.jpeg" width="300" height="100" loading="lazy"
alt="Introduction to Data Science course overview image">
</div>
<div>
<h3 class="title-lg">Product Manager</h3>
<p class="title-sm">20 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/Technical Writer.jpeg" width="300" height="100" loading="lazy"
alt="Introduction to Data Science course overview image">
</div>
<div>
<h3 class="title-lg">Technical Writer</h3>
<p class="title-sm">10 Courses</p>
</div>
<a href="#" class="layer-link" aria-label="Learn more about Introduction to Data Science"></a>
</div>
</li>

</ul>

Expand Down
Binary file added assets/images2/Product Manager.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images2/Product.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images2/Technical Writer.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images2/Virtual assistant.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ <h5> Starting at $2,000.00 per month.
<li>-> Access to top courses</li>
<li>-> Certification prep</li>
<li>-> Customizable Goal-focused recommendations</li>
<li>-> AI-powered Suggestions and Customizable implementation services</li>
<li>-> AI-powered Suggestions and <br/>Customizable implementation services</li>
<li>-> Analytics and adoption reports</li>

</ul>
Expand Down