From 53c4e749a4d6f89260267fd6afbf4d1056c20ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1zaro=20Nixon?= Date: Wed, 16 Oct 2024 23:16:17 -0300 Subject: [PATCH] Create css-zero.html.erb Add CSS Zero to UI Frameworks --- .../pages/ecosystem/ui-frameworks/css-zero.html.erb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/content/pages/ecosystem/ui-frameworks/css-zero.html.erb diff --git a/app/content/pages/ecosystem/ui-frameworks/css-zero.html.erb b/app/content/pages/ecosystem/ui-frameworks/css-zero.html.erb new file mode 100644 index 00000000..9c361acb --- /dev/null +++ b/app/content/pages/ecosystem/ui-frameworks/css-zero.html.erb @@ -0,0 +1,10 @@ +--- +title: CSS Zero +--- + +<%= render Page::ContainerComponent.new(page: current_page) do |page| %> + <% page.with_title(title: current_page.data.fetch("title")) %> + + <%= link_to "lazaronixon/css-zero", "https://github.com/lazaronixon/css-zero", target: :_blank %>
+ <%= link_to "Documentation", "http://csszero.lazaronixon.com", target: :_blank %>
+<% end %>