Skip to content

Commit

Permalink
Add logo to home page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrah42 committed Aug 18, 2020
1 parent 48dda18 commit 742fb6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/io/bssw/psip/ui/views/Home.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
import com.vaadin.flow.component.html.Anchor;
import com.vaadin.flow.component.html.Div;
import com.vaadin.flow.component.html.Emphasis;
import com.vaadin.flow.component.html.H2;
import com.vaadin.flow.component.html.Image;
import com.vaadin.flow.component.html.ListItem;
import com.vaadin.flow.component.html.Paragraph;
import com.vaadin.flow.component.html.UnorderedList;
Expand Down Expand Up @@ -62,6 +64,8 @@ public Home() {

private Component createContent() {
Div intro = new Div();
intro.add(new Image(UIUtils.IMG_PATH + "logos/ryp_logo.png", "Rate Your Project"));
intro.add(new H2("A self assessment tool for improving software practices"));
intro.add(new Paragraph("Software engineering is a systematic approach to the design, development, and maintenance of a software system. "
+ "Teams seldom have the time to stop development and focus solely on improving productivity or sustainability. However, "
+ "teams can incorporate improvements on the way to developing new science capabilities."));
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 742fb6e

Please sign in to comment.