Skip to content

Commit

Permalink
fix: Cleanup titles in Music Landingpage and fixed typos in Imprint (#22
Browse files Browse the repository at this point in the history
)

* WTF is this obsession with periods!?

* My god the typos 💀

* Update pages/holding/imprint.ts

Co-authored-by: lucsoft <mail@lucsoft.de>

* Update pages/holding/imprint.ts

The only reason I didnt commit this is cuz of like I understand 0 things about legal docs so didn't wanna add periods unless needed (and therefore asked u guys to commit)

Co-authored-by: lucsoft <mail@lucsoft.de>

* Update pages/holding/imprint.ts

Co-authored-by: lucsoft <mail@lucsoft.de>

* Update pages/holding/imprint.ts

Co-authored-by: lucsoft <mail@lucsoft.de>

* stonks 💹

* uwu

---------

Co-authored-by: lucsoft <mail@lucsoft.de>
  • Loading branch information
g9aerospace and lucsoft committed Mar 26, 2024
1 parent 6fb5566 commit 37cb634
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions pages/holding/imprint.ts
Expand Up @@ -22,20 +22,20 @@ Body(Box(
).addClass("block").setAlignItems("center"),
Label(`Contents`, "h3"),
Label(
`BBN Holding regularly examines and updates the contents of this website. However we give no guarantee for the accuracy, completeness, timeliness or reliability of the information provided and are not liable for claims resulting directly or indirectly from flawed or erroneous informat`,
`BBN Holding regularly examines and updates the contents of this website. However we give no guarantee for the accuracy, completeness, timeliness or reliability of the information provided and are not liable for claims resulting directly or indirectly from flawed or erroneous information.`,
).addClass("block"),
Label(
`In order to offer our customers additional information we occasionally provide links to other websites. We herewith state explicitly that we have no influence on the set-up, the timeliness or the contents of linked pages. For this reason we distance ourselves expressly from all contents on the pages linked with this Homepage and disclaim all forms of liability for these as well. We are not aware of any content which is illegal, objectionable or contrary to the rules of fair competition. Please inform BBN Holding if you believe that a linked page infringes upon these princip`,
`In order to offer our customers additional information we occasionally provide links to other websites. We herewith state explicitly that we have no influence on the set-up, the timeliness or the contents of linked pages. For this reason we distance ourselves expressly from all contents on the pages linked with this Homepage and disclaim all forms of liability for these as well. We are not aware of any content which is illegal, objectionable or contrary to the rules of fair competition. Please inform BBN Holding if you believe that a linked page infringes upon these principles.`,
).addClass("block"),
Label(`Netiquette and Site Guidelines`, "h3"),
Label(
`For many years, BBN Holding strives to provide helpful and relevant information on the BBN Holding company website. BBN Holding also shares news and information about latest events on maritime\xA0websites or social platforms like LinkedIn. We are happy to connect with you and read your feedb`,
`For many years, BBN Holding strives to provide helpful and relevant information on the BBN Holding company website. BBN Holding also shares news and information about latest events on maritime\xA0websites or social platforms like LinkedIn. We are happy to connect with you and read your feedback!`,
).addClass("block"),
Label(`Please keep in mind: comments should be relevant and on-topic. Inappropriate or offensive comments, and in particular those that contain false\xA0/ misleading information or that engage in personal attacks (and similar), may be dele`).addClass("block"),
Label(`Please keep in mind: comments should be relevant and on-topic. Inappropriate or offensive comments, and in particular those that contain false\xA0/ misleading information or that engage in personal attacks (and similar), may be deleted.`).addClass("block"),
Label(`In case of any questions, please send us an email: support@bbn.one`).addClass("block"),
Label(`Copyrights/Trademark rights`, "h3"),
Label(
`All rights to the texts, photos, graphics, video files and other objects on these Internet pages are protected by copyright.Their download, reproduction or use in other media or publications requires our written consent.All rights to all of the trademarks on this page belong exclusively to the owners of these trademark`,
`All rights to the texts, photos, graphics, video files and other objects on these Internet pages are protected by copyright.Their download, reproduction or use in other media or publications requires our written consent.All rights to all of the trademarks on this page belong exclusively to the owners of these trademarks.`,
).addClass("block"),
).addClass("flow-text"),
Footer(),
Expand Down
6 changes: 3 additions & 3 deletions pages/music-landing/main.ts
Expand Up @@ -54,7 +54,7 @@ Body(
Content(
Grid(
Box(
Label("Drop in with\nyour Audience.")
Label("Drop in with\nyour Audience")
.setTextSize("7xl")
.setTextAlign("start")
.setBalanced()
Expand Down Expand Up @@ -304,11 +304,11 @@ Body(
.setMaxWidth("900px"),
),
Grid(
Label("Loved by Artists.")
Label("Loved by Artists")
.setFontWeight("bold")
.setTextSize("6xl")
.setTextAlign("center"),
Label("See how our Artists value BBN Music.")
Label("See how our Artists value BBN Music")
.setTextAlign("center")
.setFontWeight("bold")
.setTextSize("xl")
Expand Down

0 comments on commit 37cb634

Please sign in to comment.