File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ CodeCanvas aims to be a go-to hub for front-end developers to display their work
5252 <b >This project is now OFFICIALLY accepted for:</b >
5353</p >
5454
55- ![ GSSoC Logo] ( / CodeCanvas/assets/gssoc%20logo.png)
55+ ![ GSSoC Logo] ( https://github.com/Varshitha713/ CodeCanvas/blob/master /assets/gssoc%20logo.png)
5656
5757🌟 ** Exciting News...**
5858
@@ -221,4 +221,4 @@ The project license for CodeCanvas `Coming Soon`
221221 <img src =" https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif " width =" 1000 " >
222222</div >
223223
224- > [ 🔝 Back to Top] ( #top )
224+ > [ 🔝 Back to Top] ( #top )
Original file line number Diff line number Diff line change 99 < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css " />
1010 < script src ="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js "> </ script >
1111 < link rel ="stylesheet " href ="style.css " />
12- < link rel =" stylesheet " href =" https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css " />
12+
1313</ head >
1414< body >
1515 < header class ="header ">
@@ -155,8 +155,8 @@ <h3 class="review-name">Sara Ahmed</h3>
155155 </ div >
156156 </ div >
157157 </ div >
158- < div class ="swiper-button-prev "> < span > ← </ span > </ div >
159- < div class ="swiper-button-next "> < span > → </ span > </ div >
158+ < div class ="swiper-button-prev "> < span > < i class =" fa-solid fa-arrow-left " > </ i > </ span > </ div >
159+ < div class ="swiper-button-next "> < span > < i class =" fas fa-arrow-right " > </ i > </ span > </ div >
160160 </ div >
161161 </ section >
162162
@@ -230,7 +230,7 @@ <h2 class="section-title" style="font-size: 3rem; text-align: center; margin-bot
230230 < p > Built with ❤️ for showcasing amazing front-end projects</ p >
231231 </ div >
232232 </ footer >
233- < button id ="scrollToTopBtn " title ="Go to top "> ↑ </ button >
233+ < button id ="scrollToTopBtn " title ="Go to top "> < i class =" fa-solid fa-arrow-up " > </ i > </ button >
234234
235235
236236 </ section >
Original file line number Diff line number Diff line change @@ -1311,7 +1311,7 @@ body.dark-theme textarea,
13111311body .dark-theme button ,
13121312body .dark-theme .projects-container ,
13131313body .dark-theme .filter-container {
1314- color : # ffffff !important ;
1314+
13151315 border-color : # ffffff ;
13161316}
13171317
You can’t perform that action at this time.
0 commit comments