Skip to content

Commit

Permalink
Text fixes (#449)
Browse files Browse the repository at this point in the history
* index changes after initial pull

* feat: add folderstructure for sections #416

* setup landingpage structure

* feat: add Section Wrapper for landingpage #416

* Test second hero

* feat: add slate colors to ds #416

* #416 relocate landingpage files in website/index

* feat: add bg grid component wrapper #416

* #416 add button & navigation

* fix button type error

* feat: add hero layout #416

* feat: add credibilty section and editor #416

* feat: add vscode extension section and cli section and footer #416

* #416 add useNagition to Button component

* #416 add custom header for landingpage

* feat: add responsive layout for footer, hero, editor and vscode #316

* #416 add chevron to Buttons

* #416 add responsive GetStarted section

* #416 add functions to Button

* #416 add signal to toggle CLI section

* feat: add responsive cli section

* #416 fix menu background

* #416 optimize Lighthouse score

* #416 fix nav for all pages

* #416 update wording

* highlighting for copytext

* feat: add product videos #416

* fix text & text-width

* body text width

* fix: editor layout #416

* fix: padding on editor #416

* fix: changes bellong to suggestions of code review #416

* fix: small wording fixes #416

---------

Co-authored-by: NiklasBuchfink <niklas.buchfink@web.de>
  • Loading branch information
NilsJacobsen and NiklasBuchfink authored Mar 16, 2023
1 parent d913ef2 commit 2983569
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source-code/website/src/pages/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const Footer = (props: { isLandingPage: boolean }) => {
<img class="h-9 w-9" src="/favicon/favicon.ico" alt="Company Logo" />
<span class="self-center pl-2 text-left font-semibold text-surface-900">inlang</span>
</a>
<p class="text-surface-700 font-medium">© inlang 2022</p>
<p class="text-surface-700 font-medium">© inlang 2023</p>
</div>
<div class="w-full md:w-1/3 xl:w-1/4 xl:px-10 flex flex-col gap-2 md:gap-4 pt-2">
<p class="font-semibold text-surface-900">Docs</p>
Expand Down
Loading

0 comments on commit 2983569

Please sign in to comment.