You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
* New welcome section, featuring "how to" video and steps
* Featured and popular documents list
* Document card display
Resolves T231
Resolves T232
Test Plan: * Check the new homepage against mockups
Reviewers: doshitan
Reviewed By: doshitan
Subscribers: atogle
Maniphest Tasks: T232, T231
Differential Revision: https://phabricator.opengovfoundation.org/D126
Copy file name to clipboardExpand all lines: resources/lang/en/messages.php
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,23 @@
61
61
// Home Page Stuff
62
62
'home' => [
63
63
'home' => 'Home',
64
-
'welcome' => 'Add your voice...',
65
-
'intro' => 'Find legislation and regulations being developed and get informed. Then get involved and collaboratively craft the documents with the sponsors. To get started, choose from the recent documents below, or search the whole repository.',
64
+
'welcome' => 'Add your voice',
65
+
'intro' => 'Legislation and regulations that impact your life are written every day. With Madison, you can work directly <em>with</em> the sponsors of these documents.',
66
+
'learn_more' => 'Learn more',
67
+
'how_it_works' => [
68
+
'title' => 'How it Works',
69
+
'step1' => 'Elected officials share policy documents on Madison for public collaboration.',
70
+
'step2' => 'The people can read the documents, vote on the documents, and leave feedback on the documents, and their comments are sent <strong>directly to the officials</strong>.',
71
+
'step3' => 'Officials respond to these comments and even make changes to the documents based on the feedback.',
72
+
],
73
+
'sponsor_cta' => [
74
+
'title' => 'Have a document to share?',
75
+
'text' => 'You can easily request to become a document sponsor and add the public\'s voice and credibility to your proposal.',
76
+
'action_text' => 'Learn about how to become a sponsor.',
77
+
],
78
+
'featured_title' => 'Featured',
79
+
'popular_title' => 'Popular',
80
+
'all_documents' => 'View all documents',
66
81
],
67
82
68
83
'search' => [
@@ -78,6 +93,7 @@
78
93
79
94
// Document Stuff
80
95
'document' => [
96
+
'read' => 'Read this document',
81
97
'title' => 'Title',
82
98
'title_invalid' => 'Can\'t create document with that name, please try another.',
0 commit comments