Skip to content

Commit

Permalink
removed hyphens from tools, removed thingweb logo from docs and fixed…
Browse files Browse the repository at this point in the history
… the TD link in the footer
  • Loading branch information
SergioCasCeb committed Oct 11, 2024
1 parent 0c7bd46 commit e8b0024
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 181 deletions.
177 changes: 0 additions & 177 deletions docs/node-wot/img/node-wot_for_dark_bg.svg

This file was deleted.

2 changes: 1 addition & 1 deletion docusaurus.config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/components/ToolsSection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function ToolsSection() {
<div className={clsx(styles.tool, styles.nodeWot)}>
<div className={styles.tool__img}></div>
<FontAwesomeIcon icon={faCode} className={styles.tool__icon} />
<h3 className={styles.tool__title}>node-wot</h3>
<h3 className={styles.tool__title}>node wot</h3>
<p className={styles.tool__description}>Convallis tellus tincidunt consequat nunc. Semper pretium ac amet nibh. </p>
<div className={styles.tool__btnContainer}>
<a className={clsx('btn', 'btn-tertiary', styles.btn)} href='#' target='_blank'>
Expand Down Expand Up @@ -51,7 +51,7 @@ export default function ToolsSection() {
<div className={clsx(styles.tool, styles.domusTdd)}>
<div className={styles.tool__img}></div>
<FontAwesomeIcon icon={faHouse} className={styles.tool__icon} />
<h3 className={styles.tool__title}>domus-tdd</h3>
<h3 className={styles.tool__title}>domus tdd</h3>
<p className={styles.tool__description}>Convallis tellus tincidunt consequat nunc. Semper pretium ac amet nibh. </p>
<div className={styles.tool__btnContainer}>
<a className={clsx('btn', 'btn-tertiary', styles.btn)} href='https://github.com/eclipse-thingweb/domus-tdd-api' target='_blank'>
Expand Down Expand Up @@ -83,7 +83,7 @@ export default function ToolsSection() {
<div className={clsx(styles.tool, styles.dartWot)}>
<div className={styles.tool__img}></div>
<FontAwesomeIcon icon={faCode} className={styles.tool__icon} />
<h3 className={styles.tool__title}>dart-wot</h3>
<h3 className={styles.tool__title}>dart wot</h3>
<p className={styles.tool__description}>Convallis tellus tincidunt consequat nunc. Semper pretium ac amet nibh. </p>
<div className={styles.tool__btnContainer}>
<a className={clsx('btn', 'btn-tertiary', styles.btn)} href='https://pub.dev/packages/dart_wot' target='_blank'>
Expand Down

0 comments on commit e8b0024

Please sign in to comment.