Skip to content

Commit 2dabab9

Browse files
author
Dhruva Shaw
committed
update on courses
1 parent 2963bf3 commit 2dabab9

File tree

10 files changed

+61
-38
lines changed

10 files changed

+61
-38
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
- name: Checkout 🛎️
6969
uses: actions/checkout@v4
7070
with:
71-
fetch-depth: 0 # Shallow clones should be disabled for a better experience
72-
submodules: recursive # Fetches submodules too (if any)
71+
fetch-depth: 0 # Shallow clones should be disabled for a better experience
72+
submodules: recursive # Fetches submodules too (if any)
7373
- name: Setup Ruby 💎
7474
uses: ruby/setup-ruby@v1
7575
with:

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ collections:
153153
output: true
154154
permalink: /products/:path/
155155
courses:
156-
parse: false # CRITICAL: Ensures course HTML is copied as-is (no Al-folio theme)
156+
parse: false # CRITICAL: Ensures course HTML is copied as-is (no Al-folio theme)
157157
output: true
158158
permalink: /courses/:path/
159159

_includes/course_listing_loop.liquid

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
2. Skip system directories like .github.
1717
{% endcomment %}
1818
{% if file.path contains '/index.html' and file.path contains '/.github/' == false %}
19-
2019
{% comment %}
2120
Determine the status based on the path.
2221
{% endcomment %}
@@ -29,7 +28,6 @@
2928
Only show the file if it matches the requested status.
3029
{% endcomment %}
3130
{% if (target_status == 'archived' and is_archived) or (target_status == 'current' and is_archived == false) %}
32-
3331
{% assign full_path_parts = file.path | split: '/' %}
3432

3533
{% comment %}
@@ -42,11 +40,11 @@
4240
<div class="course-entry">
4341
<h3>
4442
<a href="{{ file.url | relative_url }}">
45-
{{ course_folder_name | replace: "-", " " | capitalize }}
43+
{{ course_folder_name | replace: '-', ' ' | capitalize }}
4644
</a>
4745

4846
{% if is_archived %}
49-
<span class="badge badge-secondary float-right">Archived</span>
47+
<span class="badge badge-secondary float-right">Archived</span>
5048
{% endif %}
5149
</h3>
5250
<hr>

_news/certifyme.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: post
3+
date: 2025-10-15 00:00:00 +0530
4+
inline: false
5+
related_posts: false
6+
title: Creative Net Announces Strategic Partnership with CertifyMe
7+
---
8+
9+
# Creative Net Announces Strategic Partnership with CertifyMe
10+
11+
**Creative Net** is thrilled to announce a major **one-year strategic sponsorship agreement with CertifyMe**, a global leader in digital credential management. This collaboration marks a significant commitment to enhancing the value and verification of every educational program we offer.
12+
13+
{% include figure.liquid loading="eager" path="assets/img/partners/cnxcertifyme.jpg" class="img-fluid rounded z-depth-1" zoomable=true %}
14+
15+
## 🏆 CertifyMe: Our Official Certification Partner
16+
17+
Our new partnership establishes **CertifyMe** as the exclusive Digital Certification Partner for **all Creative Net events, workshops, and courses** for the next year.
18+
19+
This strategic move is designed to benefit our community by addressing a critical industry need: trust and verifiability.
20+
21+
**What This Partnership Means for Our Programs:**
22+
23+
- **Verifiable Credibility:** Every eligible participant in a Creative Net program will receive a secure, globally verifiable digital credential issued through the CertifyMe platform. This makes our certificates tamper-proof and instantly verifiable by employers on professional networks like LinkedIn.
24+
- **Career Asset:** We are transforming the course certificate from a simple document into a valuable, portable career asset that truly represents acquired skills.
25+
26+
## First Initiative: The Python Level Up Course
27+
28+
The launch of our enhanced **Python Level Up** course is the first program to operate under this new, high-value agreement:
29+
30+
- **Certification:** Final certificates for this course will be sponsored by CertifyMe.
31+
- **Commitment:** To ensure we deliver on our end of the partnership, **Python Level Up** participants will need to complete a G2 review for CertifyMe within a specified post-course window to claim their credential. This is a vital step that reinforces the integrity and value of the certification itself.
32+
33+
**Creative Net** is dedicated to ensuring our students leave with skills and professional recognition that opens doors. We look forward to a long and successful partnership with CertifyMe.

_news/consultancy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Whether you're stuck on embedded systems, need help debugging, or want guidance
1515
### 📅 Book a Session
1616

1717
- **Duration**: Up to 2 hours per booking
18-
- **Platform**: [Razorpay Page Link](https://rzp.io/rzp/creativenet-consultancy)
18+
- **Platform**: [Registration Link](https://forms.gle/PXmTiMGf8EEjMedy9)
1919
- **Availability**: You choose the date, but the final time will be confirmed by me.
2020

2121
### 💡 What I Can Help You With
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
date: 2025-10-15 00:00:00 +0530
4+
inline: true
5+
related_posts: false
6+
---
7+
8+
[[New Course Launch]🚀 Python Level Up: From Basics to Building Blocks for AI & Robotics](https://thecreativenet.in/courses/python-level-up-basics-to-intermediate/)

_pages/archive.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

_pages/contact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Contact Us
44
permalink: /contact/
55
description: We value your feedback and are here to assist you with any questions or concerns you may have about Creative Net and our services. Please find our contact details below
66
nav: true
7-
nav_order: 7
7+
nav_order: 8
88
horizontal: false
99
social: true
1010
---

_pages/courses.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
---
22
layout: page
33
title: Courses Offered
4-
permalink: /courses/
4+
permalink: /courses-list/
5+
nav: true
6+
description: List of paid courses offered by Creative Net.
7+
nav_order: 7
58
---
69

7-
<ul class="nav nav-tabs" id="courseTabs" role="tablist">
8-
<li class="nav-item">
9-
<a class="nav-link active" href="/courses/">Current Courses</a>
10-
</li>
11-
<li class="nav-item">
12-
<a class="nav-link" href="/courses/archive/">Archived Courses</a>
13-
</li>
14-
</ul>
15-
<br>
10+
{% tabs Courses %}
1611

17-
<h2>Current Course List</h2>
12+
{% tab Courses Current-Course-List %}
1813
{% include course_listing_loop.liquid archive_status="current" %}
14+
{% endtab %}
15+
16+
{% tab Courses Archived-Course-List %}
17+
{% include course_listing_loop.liquid archive_status="archived" %}
18+
{% endtab %}
19+
20+
{% endtabs %}
64.4 KB
Loading

0 commit comments

Comments
 (0)