Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
codeIntrovert committed Sep 6, 2023
1 parent c31b3ba commit 1bcf3f2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion lecturesData.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'duration': '1 Hour',
'price': 'Free',
'link': 'https://www.youtube.com/watch?v=rfscVS0vtbw',
'id': 'rfscVS0vtbw',
'id': 'rfscVS0vtbw', # Video ID used for embedding
'img': 'https://i.ytimg.com/vi/rfscVS0vtbw/maxresdefault.jpg'
},
{
Expand Down
Binary file modified static/assets/images/Verified.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions templates/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h4>{{ topic }}</h4>
</div>
<ul>
<li><i class="fa fa-star"></i> 4.8</li>
<li><i class="fa fa-download"></i> 2.3M</li>
<li><i class="fa fa-check" style="color: green;"></i> Verified By CodeColts</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -101,4 +101,4 @@ <h4>{{ topic }}</h4>
<!-- ***** Details End ***** -->


{% endblock %}
{% endblock %}

0 comments on commit 1bcf3f2

Please sign in to comment.