Skip to content

Commit

Permalink
course card data science 101
Browse files Browse the repository at this point in the history
  • Loading branch information
swalehmwadime authored Nov 18, 2024
1 parent 722ab1a commit c8f006c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ <h4>Introduction to Python</h4>
<p>Learn the basics of Python programming.</p>
<a href="{{ url_for('python_course') }}" class="btn-secondary">Learn More</a>
</div>
<div class="course-card">
<h4>Data Science 101</h4>
<p>Get started with data analysis and visualization.</p>
<a href="{{ url_for('courses', course_id=2) }}" class="btn-secondary">Learn More</a>
</div>

<div class="course-card">
<h4>IoT Robotics</h4>
<p>Fundamentals of robotics and automation.</p>
Expand Down

0 comments on commit c8f006c

Please sign in to comment.