From de160b42b6941f28592205d041665abf3e75b618 Mon Sep 17 00:00:00 2001 From: Nicolas Santa Date: Mon, 11 Sep 2017 21:27:00 -0300 Subject: [PATCH] Issue 261 update text on home page (#264) * #261 - update text on homepage for Explore section * remove extra empty lines --- app/views/static_pages/_hero.html.slim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/static_pages/_hero.html.slim b/app/views/static_pages/_hero.html.slim index 65fa432..79cc114 100644 --- a/app/views/static_pages/_hero.html.slim +++ b/app/views/static_pages/_hero.html.slim @@ -36,7 +36,7 @@ .row .col-xs-12.col-md-4 = render 'shared/components/box', svg: 'compass', title: 'EXPLORE', color: 'blue', - content: 'Discover books, articles, videos, datasets, reports, organizations, syllabi, and more. Be guided to new ideas by a global network of researchers, activists, and citizens who are building a more sustainable world.' + content: 'Discover books, articles, videos, datasets, reports, organizations, syllabi, and more, guided by a global network of researchers, activists, and citizens.' .col-xs-12.col-md-4 = render 'shared/components/box', svg: 'people', title: 'CONNECT', color: 'green', @@ -45,4 +45,3 @@ .col-xs-12.col-md-4 = render 'shared/components/box', svg: 'running', title: 'ACT', color: 'orange', content: 'Join a network or start your own. Analyze data. Connect ideas to ideas, people to ideas, and people to people. Organize a project. Have an impact.' -