Skip to content

Commit 9bf81b7

Browse files
authored
Merge branch 'Varshitha713:master' into fade-in
2 parents 9287b20 + 8ee7b5d commit 9bf81b7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>&larr;</span></div>
159-
<div class="swiper-button-next"><span>&rarr;</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>

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ body.dark-theme textarea,
13111311
body.dark-theme button,
13121312
body.dark-theme .projects-container,
13131313
body.dark-theme .filter-container {
1314-
color: #ffffff !important;
1314+
13151315
border-color: #ffffff;
13161316
}
13171317

0 commit comments

Comments
 (0)