File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ # Ignore .pyc files
2+ * .pyc
Original file line number Diff line number Diff line change 6363 < li >
6464 < a href ="{{ url_for('login.login') }} " id ="library "> History</ a >
6565 </ li >
66- < li >
66+ < li onclick =" window.open('https://www.buymeacoffee.com/codeColts', '_blank'); " >
6767 < img
6868 src ="{{ url_for('static', filename='assets/images/bmc-button.png') }} "
6969 alt =""
7070 />
7171 </ li >
72+
7273 <!-- Add more items as required -->
7374 </ ul >
7475
Original file line number Diff line number Diff line change 55 < img src ="{{ url_for('static', filename='assets/images/' ~ project['imageName']) }} " alt ="">
66 < h4 > {{ project['courseName'] }}< br > < span > {{ project['price'] }}</ span > </ h4 >
77 < ul >
8- < li > < i class ="fa fa-star star "> </ i > {{ project['rating'] }}</ li >
9- < li > < i class ="fa fa-bookmark star "> </ i > </ li >
8+ < li > < i class ="fa fa-star " style =" color: #ffec51 ; "> </ i > {{ project['rating'] }}</ li >
9+ <!-- <li><i class="fa fa-bookmark star"></i></li> -- >
1010 </ ul >
1111 </ div >
1212 </ div >
You can’t perform that action at this time.
0 commit comments