Skip to content

Commit

Permalink
170 Remodel INCORE home page (#173)
Browse files Browse the repository at this point in the history
* MD didnt work, starting homepage usiong old themes

Update NewHomePage.jsx

Styling changes

Collapsible version block

Intro block

Replaced old homepage

* New homepage changes

* Bug changes and adding to link

* Implemented suggestions and created changelog

Need to double check all links go to a new tab

* Update HomePage.jsx
  • Loading branch information
Vismayak authored Feb 1, 2024
1 parent a9befad commit 33d9e70
Show file tree
Hide file tree
Showing 4 changed files with 314 additions and 229 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Changed
- Remodel the landing page [#170](https://github.com/IN-CORE/incore-ui/issues/170)
- Hazard viewer previewing hazard datasets [#172](https://github.com/IN-CORE/incore-ui/pull/172)

## [1.9.1] - 2023-12-14
Expand Down
3 changes: 3 additions & 0 deletions src/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ config["pyIncoreDocUrl"] = `${hostname}/doc/pyincore/index.html`;
config["pyIncoreVizDocUrl"] = `${hostname}/doc/pyincore_viz/index.html`;
config["pyIncoreDataDocUrl"] = `${hostname}/doc/pyincore_data/index.html`;
config["incoreDocUrl"] = `${hostname}/doc/incore/introduction.html`;
config["incoreTutorialUrl"] = `${hostname}/doc/incore/tutorials.html`;
config["incoreFAQUrl"] = `${hostname}/doc/incore/faq.html`;
config["swaggerUrl"] = `${hostname}/doc/api/`;
config["webVersion"] = "1.9.1";
config["spaceServiceBase"] = `${hostname}/space/api/`;
Expand Down Expand Up @@ -39,5 +41,6 @@ config["playbookImageDetails"] = [
config["mailingList"] = "[email protected]";
config["slackInvitationLink"] = "https://bit.ly/in-core";
config["slackWorkspaceLink"] = "https://in-core.slack.com";
config["githubRelease"] = "https://github.com/IN-CORE/IN-CORE/releases/tag/";

export default config;
Loading

0 comments on commit 33d9e70

Please sign in to comment.