From 16dc2fb9034a325be4abc5ae60fd94a7fe4b1ae7 Mon Sep 17 00:00:00 2001 From: Thomas Bnt Date: Thu, 18 Oct 2018 23:25:37 +0200 Subject: [PATCH] Adding Font Awesome (#953) * Adding Font Awesome * Update copy --- app/views/pages/badges.html.erb | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 %> +