Skip to content

Commit c5938a5

Browse files
authored
Merge pull request #80 from yash0501/icons_update
Icons updated in 2019 statistics section
2 parents b7219bf + e484df8 commit c5938a5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

images/repository.png

17.8 KB
Loading

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,23 +307,25 @@ <h3 style="text-align: left">NWoC 2019 Statistics</h3>
307307
<div class="projectFactsWrap ">
308308

309309
<div class="item wow fadeInUpBig animated animated" data-number="40" style="visibility: visible;">
310-
<i class="fa fa-code"></i>
310+
<img src="./images/repository.png" alt="" height="50" style="padding: 0; margin: 0;">
311+
<!--<i class="fa fa-code"></i>-->
311312
<br>
312313
<br>
313314
<p id="number1" class="number">40+</p>
314315

315316
<p>Projects done</p>
316317
</div>
317318
<div class="item wow fadeInUpBig animated animated" data-number="1000" style="visibility: visible;">
318-
<i class="fa fa-bug"></i>
319+
<!--<img src="./images/developer 2.png" alt="" width="45" style="padding: 0; margin: 0;">-->
320+
<i class="fa fa-github"></i>
319321
<br>
320322
<br>
321323
<p id="number2" class="number">1000+</p>
322324

323325
<p>Participants</p>
324326
</div>
325327
<div class="item wow fadeInUpBig animated animated" data-number="700" style="visibility: visible;">
326-
<i class="fa fa-check"></i>
328+
<i class="fa fa-code-fork"></i>
327329
<br>
328330
<br>
329331
<p id="number3" class="number">700+</p>
@@ -539,4 +541,4 @@ <h4>Tell your friends about NWoC</h4>
539541
$(document).animateScroll();
540542
</script>
541543

542-
</html>
544+
</html>

0 commit comments

Comments
 (0)