diff --git a/app/views/pages/badges.html.erb b/app/views/pages/badges.html.erb index ed36717fd..cd107ba20 100644 --- a/app/views/pages/badges.html.erb +++ b/app/views/pages/badges.html.erb @@ -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> +

You can add the DEV badge via Font Awesome with this snippet: +

+
+<a href="https://dev.to/<%= current_user.username %>">
+  <img class="fa fa-dev-to" alt="<%= current_user.username %>'s DEV Profile" />
+</a>
+        
+

+ Getting Started with Font Awesome +

<% else %>

@@ -61,5 +71,6 @@

<% end %> +