Skip to content

Commit

Permalink
Added new projekts (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyberorg authored Jun 11, 2021
1 parent a519752 commit bd699fb
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<developers>
<developer>
<id>kyberorg</id>
<name>Alexander Muravya</name>
<name>Aleksandr Muravja</name>
<email>root@kyberorg.io</email>
<roles>
<role>lead developer</role>
Expand All @@ -31,7 +31,7 @@

<properties>
<java.version>15</java.version>
<vaadin.version>14.5.3</vaadin.version>
<vaadin.version>14.6.3</vaadin.version>
<!-- Encoding -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand All @@ -40,7 +40,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.1</version>
<version>2.5.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public AboutSection() {
String sectionText = """
Software craftsman and DevOps engineer. \
Mainly dealing with Docker, Docker Swarm and Kubernetes.\
Mainly dealing with Docker, Docker Swarm and Kubernetes. \
Developing in Java (Spring and Vaadin). \
Happy father and husband. \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ public ProjectsSection() {

yalseeLogo.setTitle("Yalsee - the link shortener");

add(yalseeLogo);
Logo manjaroLogo = Logo.create()
.withSource("images/manjaro.png").withAltText("Manjaro Mirror")
.withUrl("https://manjaro.kyberorg.fi")
.build();

manjaroLogo.setWidth("4rem");
manjaroLogo.setHeight("4rem");

Logo honeypotLogo = Logo.create()
.withSource("images/honeypot.png").withAltText("Honeypot")
.withUrl("https://github.com/kyberorg/honeypot")
.build();

honeypotLogo.setWidth("4rem");
honeypotLogo.setHeight("4rem");

add(yalseeLogo, manjaroLogo, honeypotLogo);
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 bd699fb

Please sign in to comment.