Skip to content

Commit 798572c

Browse files
committed
Added two projects with thumbnails
1 parent 81466ec commit 798572c

14 files changed

+11
-1
lines changed

assets/images/logos/channel-logo.jpeg

-9.21 KB
Binary file not shown.
-35.7 KB
Binary file not shown.
6.07 KB
Binary file not shown.
6.54 KB
Binary file not shown.
-51.6 KB
Binary file not shown.
-11.5 KB
Binary file not shown.
-9.37 KB
Binary file not shown.
-4.23 KB
Binary file not shown.
-3.78 KB
Binary file not shown.
-3.81 KB
Binary file not shown.
-8.29 KB
Binary file not shown.
-9.82 KB
Binary file not shown.
-13.3 KB
Binary file not shown.

index.html

+11-1
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,24 @@
113113
<!-- one video preview -->
114114
<div class="video-preview">
115115
<div class="video-thumbnail">
116-
<img class="video-thumbnail-img" src="assets/images/thumbnails/Thumbnails1.png" alt="">
116+
<img class="video-thumbnail-img" src="assets/images/thumbnails/Thumbnails11.webp" alt="">
117117
</div>
118118
<div class="video-info">
119119
<p class="video-info-title">ProCode - Built with Python Django Bootstrap</p>
120120
<p class="video-info-stats">239K views &#8226; 8 months ago</p>
121121
</div>
122122
</div>
123123

124+
<div class="video-preview">
125+
<div class="video-thumbnail">
126+
<img class="video-thumbnail-img" src="assets/images/thumbnails/Thumbnails22.webp" alt="">
127+
</div>
128+
<div class="video-info">
129+
<p class="video-info-title">A* Path Finding Algorithm - Built with Python Pygame</p>
130+
<p class="video-info-stats">239K views &#8226; 8 months ago</p>
131+
</div>
132+
</div>
133+
124134
</section>
125135

126136
</main>

0 commit comments

Comments
 (0)