11 lines
882 B
Plaintext
11 lines
882 B
Plaintext
<%= link_to "https://www.fizzy.do", class: "txt-current font-weight-bold txt-nowrap", target: "_blank", rel: "noopener noreferrer" do %>
|
|
<%= icon_tag "fizzy", class: "v-align-middle" %>Fizzy™<% end %>
|
|
is designed, built, and backed by
|
|
<%= link_to "https://37signals.com", class: "txt-current font-weight-bold txt-nowrap", target: "_blank", rel: "noopener noreferrer" do %>
|
|
<%= icon_tag "37signals", class: "v-align-middle" %>37signals™<% end %>,
|
|
makers of
|
|
<%= link_to "https://www.basecamp.com", class: "txt-current font-weight-bold txt-nowrap", target: "_blank", rel: "noopener noreferrer" do %>
|
|
<%= icon_tag "basecamp", class: "v-align-middle" %>Basecamp™<% end %>
|
|
and
|
|
<%= link_to "https://www.hey.com", class: "txt-current font-weight-bold txt-nowrap", target: "_blank", rel: "noopener noreferrer" do %>
|
|
<%= icon_tag "hey", class: "v-align-middle" %>HEY™<% end %> |