Skip to content

Front page redesign and theme updates #502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
91d4dd8
Remove GitHub repo counter
samglover Feb 10, 2025
9f6125d
Merge branch 'main' into update_front_page
samglover Feb 10, 2025
f667932
Update tagline and nav menu labels
samglover Feb 11, 2025
1686b7f
Update favicon
samglover Feb 11, 2025
7b87bc4
Update navbar with new LIT logo, Suffolk colors, and simplify custom CSS
samglover Feb 11, 2025
c6e678f
[WIP] Update front page
samglover Feb 11, 2025
c9a4e93
[WIP] Updating colors
samglover Feb 11, 2025
f3a770f
GitHub link styles
samglover Feb 11, 2025
2f2cae4
Add spacing to navbar icons
samglover Feb 12, 2025
644eb2d
Remove "the" from the title to make some room on the navbar
samglover Feb 12, 2025
bf96a62
Update theme color palette
samglover Feb 12, 2025
a28f171
Update ALKiln CSS with current body classes; compactify style declara…
samglover Feb 12, 2025
49bc54f
Organize CSS and remove unused .docusaurus-highlight-code-line class
samglover Feb 12, 2025
a4a2b85
Fix colors; rename section -> indexSection
samglover Feb 12, 2025
358c265
[WIP] Add hero footer with highlighted value props
samglover Feb 12, 2025
e69633f
Remove links from footer
samglover Feb 14, 2025
d0bff59
Add .light and .dark utility classes
samglover Feb 14, 2025
d761afc
Remove icons
samglover Feb 14, 2025
23f856d
Add LIT Lab logos
samglover Feb 14, 2025
d997766
Revert "Remove links from footer"
samglover Feb 14, 2025
a9b371b
Add LIT Lab link to footer
samglover Feb 14, 2025
97ed752
Remove unused images
samglover Feb 14, 2025
454fe88
Front page redesign
samglover Feb 14, 2025
264510f
Merge branch 'main' into front_page_redesign
samglover Feb 14, 2025
6567aa2
Fix CSS typo
samglover Feb 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
title: 'The Document Assembly Line',
tagline: 'From paper to webform, made easier',
title: 'Document Assembly Line',
tagline: 'Open-source tools for court forms, guided interviews, and e-filing',
url: 'https://assemblyline.suffolklitlab.org',
baseUrl: '/',
onBrokenLinks: 'throw',
Expand All @@ -19,17 +19,17 @@ module.exports = {
isCloseable: false,
},
navbar: {
title: 'The Document Assembly Line',
title: 'Document Assembly Line',
logo: {
alt: 'The Suffolk LIT Lab Logo',
src: 'img/LITLab_white_and_gold.svg',
srcDark: 'img/LITLab_white_and_gold.svg'
src: 'img/lit-lab-logo-small-inverted.svg',
srcDark: 'img/lit-lab-logo-small-inverted.svg'
},
items: [
{
type: 'docSidebar',
sidebarId: 'get_started',
label: 'Get Started',
label: 'Get started',
},
{
type: 'docSidebar',
Expand All @@ -38,12 +38,12 @@ module.exports = {
},
{
href: 'https://suffolklitlab.org/legal-tech-class/docs/introduction-to-docassemble',
label: 'Legal Tech Class',
label: 'Legal tech class',
position: 'right',
},
{
href: 'https://docassemble.org/docs.html',
label: 'Docassemble Docs',
label: 'Docassemble docs',
position: 'right',
},
{
Expand All @@ -61,8 +61,8 @@ module.exports = {
title: 'More',
items: [
{
label: 'GitHub',
href: 'https://github.com/SuffolkLITLab/docassemble-AssemblyLine',
label: 'Suffolk LIT Lab',
href: 'https://suffolklitlab.org',
},
],
},
Expand Down
Loading