diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..502970f
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,13 @@
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ time: "08:00"
+ timezone: "Europe/Amsterdam"
diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml
index 6814686..e3e9b28 100644
--- a/.github/workflows/scala.yml
+++ b/.github/workflows/scala.yml
@@ -2,9 +2,9 @@ name: Scala CI
on:
push:
- branches: [ master ]
+ branches: [ main ]
pull_request:
- branches: [ master ]
+ branches: [ main ]
jobs:
build:
@@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Set up JDK 11
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
diff --git a/app/assets/stylesheets/utils/components/_slider.scss b/app/assets/stylesheets/utils/components/_slider.scss
index 285c100..f7d0b68 100644
--- a/app/assets/stylesheets/utils/components/_slider.scss
+++ b/app/assets/stylesheets/utils/components/_slider.scss
@@ -41,8 +41,7 @@
}
}
&__picture {
- height: 95%;
- width: auto;
+ max-height: 95%;
transition: transform 1s;
&:hover {
transform: translateZ(20px);
diff --git a/app/views/main.scala.html b/app/views/main.scala.html
index 85a658f..5b60bea 100644
--- a/app/views/main.scala.html
+++ b/app/views/main.scala.html
@@ -15,27 +15,27 @@
Lunatech’s
engineer blog
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
diff --git a/build.sbt b/build.sbt
index d6a5070..3d24001 100644
--- a/build.sbt
+++ b/build.sbt
@@ -5,14 +5,14 @@ version := "1.0-SNAPSHOT"
lazy val root = (project in file(".")).enablePlugins(PlayScala)
-scalaVersion := "2.13.11"
+scalaVersion := "2.13.12"
libraryDependencies ++= Seq(
guice, ws, ehcache,
"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test,
- "org.asciidoctor" % "asciidoctorj" % "2.5.9",
+ "org.asciidoctor" % "asciidoctorj" % "2.5.10",
"com.47deg" %% "github4s" % "0.21.0",
- "com.typesafe.play" %% "play-json" % "2.9.4",
+ "com.typesafe.play" %% "play-json" % "2.10.1",
)
Global / onChangedBuildSource := ReloadOnSourceChanges
diff --git a/project/build.properties b/project/build.properties
index 40b3b8e..2743082 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.0
+sbt.version=1.9.6
diff --git a/public/images/char1.png b/public/images/char1.png
deleted file mode 100644
index 7dbbcf7..0000000
Binary files a/public/images/char1.png and /dev/null differ
diff --git a/public/images/char1.webp b/public/images/char1.webp
new file mode 100644
index 0000000..dc522ae
Binary files /dev/null and b/public/images/char1.webp differ
diff --git a/public/images/char2.png b/public/images/char2.png
deleted file mode 100644
index a7d2c9f..0000000
Binary files a/public/images/char2.png and /dev/null differ
diff --git a/public/images/char2.webp b/public/images/char2.webp
new file mode 100644
index 0000000..89c25bf
Binary files /dev/null and b/public/images/char2.webp differ
diff --git a/public/images/char3.png b/public/images/char3.png
deleted file mode 100644
index eff5d1d..0000000
Binary files a/public/images/char3.png and /dev/null differ
diff --git a/public/images/char3.webp b/public/images/char3.webp
new file mode 100644
index 0000000..7676205
Binary files /dev/null and b/public/images/char3.webp differ
diff --git a/public/images/char4.png b/public/images/char4.png
deleted file mode 100644
index a741bb0..0000000
Binary files a/public/images/char4.png and /dev/null differ
diff --git a/public/images/char4.webp b/public/images/char4.webp
new file mode 100644
index 0000000..f27f249
Binary files /dev/null and b/public/images/char4.webp differ
diff --git a/public/images/char5.png b/public/images/char5.png
deleted file mode 100644
index 1a7b23e..0000000
Binary files a/public/images/char5.png and /dev/null differ
diff --git a/public/images/char5.webp b/public/images/char5.webp
new file mode 100644
index 0000000..620795a
Binary files /dev/null and b/public/images/char5.webp differ
diff --git a/public/images/char6.png b/public/images/char6.png
deleted file mode 100644
index 923b5e7..0000000
Binary files a/public/images/char6.png and /dev/null differ
diff --git a/public/images/char6.webp b/public/images/char6.webp
new file mode 100644
index 0000000..b5ab190
Binary files /dev/null and b/public/images/char6.webp differ
diff --git a/public/images/char7.png b/public/images/char7.png
deleted file mode 100644
index 7044b5e..0000000
Binary files a/public/images/char7.png and /dev/null differ
diff --git a/public/images/char7.webp b/public/images/char7.webp
new file mode 100644
index 0000000..8b115ce
Binary files /dev/null and b/public/images/char7.webp differ
diff --git a/public/images/char8.png b/public/images/char8.png
deleted file mode 100644
index bc3bc58..0000000
Binary files a/public/images/char8.png and /dev/null differ
diff --git a/public/images/char8.webp b/public/images/char8.webp
new file mode 100644
index 0000000..14d02a0
Binary files /dev/null and b/public/images/char8.webp differ