Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
30fe80c
thingweb redesign initial state
SergioCasCeb Sep 13, 2024
d6f9932
.
SergioCasCeb Sep 13, 2024
86b5d6f
services section, and background image
SergioCasCeb Sep 18, 2024
8dab8ec
created individual components for each section
SergioCasCeb Sep 19, 2024
678513f
fixed the dark version, made the background grid larger
SergioCasCeb Sep 20, 2024
dff1d8c
modify the light theme thingweb green
SergioCasCeb Sep 20, 2024
db4bc84
new hands-on and services pages
SergioCasCeb Sep 27, 2024
07109f0
added services
SergioCasCeb Sep 27, 2024
30ed921
.
SergioCasCeb Sep 27, 2024
4eff0ae
fixed footer links, under construction docs, adopter api, services an…
SergioCasCeb Oct 3, 2024
8fe3aa7
initial state of the workflow section
SergioCasCeb Oct 4, 2024
1ba8e2c
workflow navigation, fixed adopters bug
SergioCasCeb Oct 4, 2024
1d38067
small styling fixes
SergioCasCeb Oct 4, 2024
733fcf9
Created the services and hands-on pages as docs style page, fix workf…
SergioCasCeb Oct 11, 2024
0c7bd46
fixed the overflow of the services section, and removed unnecessary s…
SergioCasCeb Oct 11, 2024
e8b0024
removed hyphens from tools, removed thingweb logo from docs and fixed…
SergioCasCeb Oct 11, 2024
c64bd50
fixed feedback text and size, feedback text now fully hides after a w…
SergioCasCeb Oct 15, 2024
16bdfb8
trial workflows animations
SergioCasCeb Oct 18, 2024
90af3ff
Changed links for the tools, added benefits list to the workflows, ad…
SergioCasCeb Oct 18, 2024
1e8d2c7
remove repeated links from tools, fixed the sizing of the adopters lo…
SergioCasCeb Oct 21, 2024
aba62e9
Merge remote-tracking branch 'origin' into website-redesign-sergio
egekorkan Oct 21, 2024
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
32 changes: 0 additions & 32 deletions .github/workflows/gh-pages.yml

This file was deleted.

32 changes: 20 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
### VisualStudioCode ###
.vscode/*
# !.vscode/settings.json
# !.vscode/tasks.json
# !.vscode/launch.json
# !.vscode/extensions.json

### Others ###
_misc_bootstrap/*
themes/ananke/*
hugo.exe
public
# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
27 changes: 4 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/eclipse-thingweb/website/master/misc/thingweb_logo_for_dark_bg.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/eclipse-thingweb/website/master/misc/thingweb_logo.svg">
<img title="ThingWeb" alt="Thingweb logo" src="" width="300px">
</picture>
# Website

This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.

## Website

Rendered version: <https://www.thingweb.io>

## How to contribute

- We use Hugo static site generator: https://gohugo.io/getting-started/quick-start/
- In order to add new content, you can use `hugo new posts/my-first-post.md` or `hugo new single01.md`

You can see the content in different ways locally:
- Start the Hugo server with drafts enabled: `hugo server -D`
- Build Hugo website in `/public`: `hugo`
- Build Hugo website with drafts enabled in `/public`: `hugo -D`

## Hugo Versions

Until we find a solution, it is recommended to use version 0.79.0 of Hugo.
For convenience, you can find the Linux binary under [binaries](./binaries/) folder.
## Adopters
If you are using any Eclipse Thingweb component within your organization, please support us by adding your logo to the [Eclipse IoT adopters list](https://iot.eclipse.org/adopters/#iot.thingweb). To do so, simply open an issue at [the Eclipse Gitlab](https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-project-adopters/-/issues/new?issuable_template=adopter_request) by providing the name of your organization, its logo, and a link to your organization or team. You should be affiliated with that organization for the issue to be implemented.
43 changes: 43 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
# Notices for Eclipse Thingweb

This content is produced and maintained by the Eclipse Thingweb project.

- Project home: https://projects.eclipse.org/projects/iot.thingweb

## Trademarks

Eclipse Thingweb is a trademark of the Eclipse Foundation.

## Copyright

All content is the property of the respective authors or their employers. For
more information regarding authorship of content, please consult the listed
source code repository logs.

Note: The {year} in the copyright statements is the year in which the content
was created (e.g. “2004”). A range of years is not used.

## Declared Project Licenses

This program and the accompanying materials are made available under the terms
of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0, or the W3C Software Notice and Document
License (2015-05-13) which is available at
https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document.

SPDX-License-Identifier: EPL-2.0 OR W3C-20150513

## Source Code

The project maintains the following source code repositories:

## Third-party Content

## Cryptography

Content may contain encryption software. The country in which you are currently
may have restrictions on the import, possession, and use, and/or re-export to
another country, of encryption software. BEFORE using any encryption software,
please check the country's laws, regulations and policies concerning the import,
possession, or use, and re-export of encryption software, to see if this is
permitted.
<!--- https://www.eclipse.org/security/ --->

_ISO 27005 defines vulnerability as:
Expand Down
6 changes: 0 additions & 6 deletions archetypes/default.md

This file was deleted.

3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};
201 changes: 0 additions & 201 deletions binaries/LICENSE

This file was deleted.

Loading