- <%= image_tag image_path('country_uganda.png'), class: 'pt-2 place-self-center h-16 md:36' %>
+ <%= image_tag('country_uganda.png',alt:"ARC_Uganda", class: 'pt-2 place-self-center h-16 md:36') %>
<%= link_to new_user_registration_path, class: 'place-self-center pb-6' do %>
@@ -52,7 +52,7 @@ xl:grid-cols-5 gap-2 px-20 place-content-center">
diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb
index 9052552f..1b99ece6 100644
--- a/app/views/layouts/_footer.html.erb
+++ b/app/views/layouts/_footer.html.erb
@@ -2,7 +2,7 @@
<%= link_to root_path, class: "justify-end pr-20" do %>
- <%= image_tag image_path('arc_dark_gray_logo.png'), class: 'w-20 md:w-48' %>
+ <%= image_tag('arc_dark_gray_logo.png', alt: "Community Logo", class: 'w-20 md:w-48') %>
<% end %>
@@ -57,7 +57,7 @@
<%= link_to 'https://twitter.com/ruby_african' do %>
- <%= image_tag image_path('brands_twitter.png'), class: "w-5" %>
+ <%= image_tag('brands_twitter.png', alt: "ARC Twitter", class: "w-5" )%>
<% end %>
@@ -68,7 +68,7 @@
<%= link_to '#' do %>
- <%= image_tag image_path('brands_telegram.png'), class: "w-5" %>
+ <%= image_tag('brands_telegram.png',alt: "ARC telegram", class: "w-5") %>
Telegram
@@ -80,7 +80,7 @@
<%= link_to 'https://www.facebook.com/rubycommunity.africa' do %>
- <%= image_tag image_path('brands_facebook.png'), class: "w-5" %>
+ <%= image_tag('brands_facebook.png',alt: "ARC Facebook", class: "w-5") %>
<% end %>
@@ -90,7 +90,7 @@
<%= link_to '#' do %>
- <%= image_tag image_path('brands_instagram.png'), class: "w-5" %>
+ <%= image_tag('brands_instagram.png', alt: "ARC Instagram", class: "w-5") %>
<% end %>
@@ -100,7 +100,7 @@
<%= link_to 'https://www.linkedin.com/company/african-ruby-community/' do %>
- <%= image_tag image_path('brands_linkedin.png'), class: "w-5" %>
+ <%= image_tag('brands_linkedin.png',alt:"ARC LinkedIn", class: "w-5") %>
<% end %>
@@ -110,7 +110,7 @@
<%= link_to 'https://github.com/nairuby' do %>
- <%= image_tag image_path('brands_github.png'), class: "w-5" %>
+ <%= image_tag('brands_github.png', alt: "ARC Github", class: "w-5" )%>
<% end %>
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index e34842bd..d074c1bf 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -1,5 +1,5 @@
-
+
ArcPlatform <%= " - " + yield(:title) if content_for?(:title)%>
>
@@ -28,7 +28,7 @@
<%= link_to 'Home', root_path %>
- <%= link_to 'About', landing_about_path %>
+ <%= link_to 'About ARC', landing_about_path %>
<% if FeatureFlag.find_by(name: 'events').try(:enabled) %>
Events
@@ -57,7 +57,7 @@
<%= link_to root_path do %>
African Ruby Community
- <%= image_tag 'arc_logo_coloured.png', class: "h-8 w-auto sm:h-7" %>
+ <%= image_tag('arc_logo_coloured.png', alt: "Community Logo",class: "h-8 w-auto sm:h-7") %>
<% end %>
@@ -152,7 +152,7 @@
<% else %>
<%= link_to new_user_registration_path do %>
-
Sign up
+
Sign up
<% end %>
<%= link_to new_user_session_path,
diff --git a/config/routes.rb b/config/routes.rb
index f60c0551..0a04f5e9 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -15,6 +15,6 @@
# Defines the root path route ("/")
root 'landing#index'
- get 'about', to: 'landing#about', as: :landing_about
+ get 'about_us', to: 'landing#about', as: :landing_about
get 'learn', to: 'landing#learn', as: :landing_learn
end
diff --git a/config/sitemap.rb b/config/sitemap.rb
index 8be8cda7..2b997675 100644
--- a/config/sitemap.rb
+++ b/config/sitemap.rb
@@ -26,7 +26,7 @@
# add article_path(article), :lastmod => article.updated_at
# end
- add '/about',
+ add '/about_us',
changefreq: 'monthly',
priority: 0.9
add '/learn',
diff --git a/public/sitemap.xml b/public/sitemap.xml
index 84ab9b1d..8941d500 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -1 +1 @@
-
https://rubycommunity.africa 2023-05-27T10:44:44+03:00 weekly 1.0 https://rubycommunity.africa/about 2023-05-27T10:44:44+03:00 monthly 0.9 https://rubycommunity.africa/learn 2023-05-27T10:44:44+03:00 monthly 0.9 https://rubycommunity.africa/chapters 2023-05-27T10:44:44+03:00 monthly 0.9
\ No newline at end of file
+
https://rubycommunity.africa 2023-10-14T14:11:33+03:00 weekly 1.0 https://rubycommunity.africa/about_us 2023-10-14T14:11:33+03:00 monthly 0.9 https://rubycommunity.africa/learn 2023-10-14T14:11:33+03:00 monthly 0.9 https://rubycommunity.africa/chapters 2023-10-14T14:11:33+03:00 monthly 0.9 https://rubycommunity.africa/users/sign_up 2023-10-14T14:11:33+03:00 monthly 0.8 https://rubycommunity.africa/users/sign_in 2023-10-14T14:11:33+03:00 monthly 0.8
\ No newline at end of file