Skip to content

Commit

Permalink
UI contrast fix, html lang attribute and about page description
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ-Kulundu committed Oct 14, 2023
1 parent e7c5cb9 commit 4c70b23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/landing/about.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% content_for(:title,"About us") %>
<% content_for(:description,"The community hosts weekly and monthly meetups in different cities in East Africa. The community brings you Ruby Conference every year with different themes to fill the gap that exist between school and industry and in return helps spur innovation and growth in contribution to global economy") %>
<% content_for(:description,"ARC brings entrepreneurs, developers, Designers, open source contributors") %>
<div class="flex justify-center h-60 mb-16 md:mb-28 lg:mb-40" style="background-color: #020101">
<%= image_tag('workshop.jpg', alt:"ARC Workshop", class: "pt-20 w-fit h-fit", style: "filter: brightness(40%);") %>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>ArcPlatform <%= " - " + yield(:title) if content_for?(:title)%></title>
<meta name="description" content=<%= content_for?(:description) ? yield(:description) : "African Ruby Community, ARC is an organization that was started in 2010. The community currently has over reach of over 5,000 members spread across East Africa, made of developers (Engineers),entrepreneurs, designers and freelancers."%>>
Expand Down Expand Up @@ -152,7 +152,7 @@
<% else %>
<div class="hidden items-center justify-end md:flex md:flex-1 lg:w-0">
<%= link_to new_user_registration_path do %>
<button class="btn btn-sm btn-primary normal-case">Sign up</button>
<button class="btn btn-sm btn-primary normal-case text-white">Sign up</button>
<% end %>

<%= link_to new_user_session_path,
Expand Down

0 comments on commit 4c70b23

Please sign in to comment.