Replace font-awesome by bootstrap icons
This commit is contained in:
parent
5c23ad69a1
commit
9d1dcb331b
1966 changed files with 14879 additions and 44 deletions
|
|
@ -1,10 +1,9 @@
|
|||
<div class="container d-flex flex-wrap justify-content-around mb-5" id="community" style="gap: 2em 0;">
|
||||
<div style="width: 28%; min-width: 172px" class="text-center">
|
||||
<h4 class="d-flex justify-content-center">
|
||||
<span class="fa-stack fa-lg" style="color: #20a7c9">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fas fa-comments fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
<div class="circle-head" style="background-color: #20a7c9">
|
||||
<i class="bi bi-chat-dots-fill"></i>
|
||||
</div>
|
||||
<div class="align-self-center ml-1">{{ i18n "community-chat" }}</div>
|
||||
</h4>
|
||||
<p>
|
||||
|
|
@ -13,10 +12,9 @@
|
|||
</div>
|
||||
<div style="width: 28%; min-width: 172px" class="text-center">
|
||||
<h4 class="d-flex justify-content-center">
|
||||
<span class="fa-stack fa-lg" style="color: #9720c9">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fas fa-bug fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
<div class="circle-head" style="background-color: #9720c9">
|
||||
<i class="bi bi-bug-fill"></i>
|
||||
</div>
|
||||
<div class="align-self-center ml-1">{{ i18n "community-bugs" }}</div>
|
||||
</h4>
|
||||
<p>
|
||||
|
|
@ -25,10 +23,9 @@
|
|||
</div>
|
||||
<div style="width: 28%; min-width: 172px" class="text-center">
|
||||
<h4 class="d-flex justify-content-center">
|
||||
<span class="fa-stack fa-lg" style="color: #c92052">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fas fa-language fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
<div class="circle-head" style="background-color: #c92052">
|
||||
<i class="bi bi-translate"></i>
|
||||
</div>
|
||||
<div class="align-self-center ml-1">{{ i18n "community-translation" }}</div>
|
||||
</h4>
|
||||
<p>
|
||||
|
|
@ -37,10 +34,9 @@
|
|||
</div>
|
||||
<div style="width: 28%; min-width: 172px" class="text-center">
|
||||
<h4 class="d-flex justify-content-center">
|
||||
<span class="fa-stack fa-lg" style="color: #c99720">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fas fa-code fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
<div class="circle-head" style="background-color: #c99720">
|
||||
<i class="bi bi-braces-asterisk"></i>
|
||||
</div>
|
||||
<div class="align-self-center ml-1">{{ i18n "community-code" }}</div>
|
||||
</h4>
|
||||
<p>
|
||||
|
|
@ -49,10 +45,9 @@
|
|||
</div>
|
||||
<div style="width: 28%; min-width: 172px" class="text-center">
|
||||
<h4 class="d-flex justify-content-center">
|
||||
<span class="fa-stack fa-lg" style="color: #20c943">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fas fa-paper-plane fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
<div class="circle-head" style="background-color: #20c943">
|
||||
<i class="bi bi-envelope-paper-heart"></i>
|
||||
</div>
|
||||
<div class="align-self-center ml-1">{{ i18n "community-contact" }}</div>
|
||||
</h4>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue