-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f53f117
commit 59688b9
Showing
16 changed files
with
254 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,36 @@ | ||
import Image from 'next/image' | ||
|
||
# About module | ||
|
||
## About widget | ||
|
||
The widget shows information that is configured in [`company.json` file](../how-to/configuraiton.md): address, location directions and hub opening hours and days. The image on the widget can be replaced in the public folder in the configuration of the project. Simply add a file to `/config/public/maps/[hubID.png]` | ||
The widget shows information that is configured in [`company.json file`](../framework/configuration/company.md): | ||
|
||
- address | ||
|
||
- location directions | ||
|
||
- hub opening hours | ||
|
||
- hub opening days | ||
|
||
The image on the widget can be replaced in the public folder in the configuration of the project. Simply add a file to `/config/public/maps/[hubID.png]` | ||
|
||
<Image | ||
src="/about1.png" | ||
src="/modules/about.png" | ||
alt="about widget" | ||
width={150} | ||
height={200} | ||
style="margin-top: 10px;" | ||
width="350" | ||
height="200" | ||
style="border: 1px solid lightGray; border-radius: 10px; margin-top: 10px" | ||
/> | ||
|
||
## About page | ||
|
||
The about page shows more information than the widget, including an interactive map, floor plans and whether desk reservations or room reservations are enabled, floor maps. | ||
|
||
<Image src="/aboutpage1.png" alt="About page 1" width={600} height={800} /> | ||
<Image src="/aboutpage2.png" alt="About page 2" width={600} height={800} /> | ||
<Image | ||
src="/modules/aboutpage1.png" | ||
alt="About page 1" | ||
/> | ||
<Image | ||
src="/modules/aboutpage2.png" | ||
alt="About page 2" | ||
/> |
Oops, something went wrong.