parent
1b60ee5009
commit
16dc2fb903
1 changed files with 11 additions and 0 deletions
|
|
@ -52,6 +52,16 @@
|
|||
<img src="https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg" alt="<%= current_user.name%>'s DEV Profile" height="30" width="30" />
|
||||
</a>
|
||||
</pre>
|
||||
<p>You can add the DEV badge via <b><a href="https://fontawesome.com/icons/dev?style=brands" target="_blank" rel="noopoener">Font Awesome</a></b> with this snippet:
|
||||
</p>
|
||||
<pre class="embed-code">
|
||||
<a href="https://dev.to/<%= current_user.username %>">
|
||||
<img class="fa fa-dev-to" alt="<%= current_user.username %>'s DEV Profile" />
|
||||
</a>
|
||||
</pre>
|
||||
<p>
|
||||
<small><a href="https://fontawesome.com/how-to-use/on-the-web/setup/getting-started?using=web-fonts-with-css" target="_blank" rel="noopener">Getting Started with Font Awesome</a></small>
|
||||
</p>
|
||||
<% else %>
|
||||
<p>
|
||||
<img src="https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg" height="30" width="30" />
|
||||
|
|
@ -61,5 +71,6 @@
|
|||
</h2>
|
||||
<br/><br/>
|
||||
<% end %>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue