Skip to content

Commit

Permalink
Add CompACT project page
Browse files Browse the repository at this point in the history
  • Loading branch information
cambel committed Jul 1, 2024
1 parent 041adeb commit 2d7a412
Show file tree
Hide file tree
Showing 10 changed files with 180 additions and 187 deletions.
1 change: 1 addition & 0 deletions src/components/authors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default class Authors extends React.Component {
);
})}
<span className="uk-width-1-1">{this.props.meta}</span>
<span className="uk-width-1-1">{this.props.extra}</span>
</div>
</div>
);
Expand Down
1 change: 1 addition & 0 deletions src/components/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default class Header extends React.Component {
authors={this.props.authors}
affiliations={this.props.affiliations}
meta={this.props.meta}
extra={this.props.extra}
/>
<div className="uk-flex uk-flex-center uk-margin-top">
{Object.keys(this.props.resources).map((key) => (
Expand Down
Binary file modified src/images/method.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/result1.png
Binary file not shown.
Binary file removed src/images/result2.png
Binary file not shown.
Binary file removed src/images/teaser.jpeg
Binary file not shown.
Binary file removed src/images/teaser.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class Template extends React.Component {
authors={data.authors}
affiliations={data.affiliations}
meta={data.meta}
extra={data.extra}
resources={data.resources}
/>
<div className="uk-container uk-container-small">
Expand Down
Loading

0 comments on commit 2d7a412

Please sign in to comment.