diff --git a/Sources/Ohara/AppShell.xaml b/Sources/Ohara/AppShell.xaml
index 02b2def..3450ec3 100644
--- a/Sources/Ohara/AppShell.xaml
+++ b/Sources/Ohara/AppShell.xaml
@@ -13,8 +13,8 @@
+ ContentTemplate="{DataTemplate local:NewPage4}"
+ Route="NewPage4" />
diff --git a/Sources/Ohara/NewPage2.xaml b/Sources/Ohara/NewPage2.xaml
index be9e5d4..cbb7349 100644
--- a/Sources/Ohara/NewPage2.xaml
+++ b/Sources/Ohara/NewPage2.xaml
@@ -129,6 +129,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sources/Ohara/NewPage4.xaml b/Sources/Ohara/NewPage4.xaml
new file mode 100644
index 0000000..4f64013
--- /dev/null
+++ b/Sources/Ohara/NewPage4.xaml
@@ -0,0 +1,151 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sources/Ohara/NewPage4.xaml.cs b/Sources/Ohara/NewPage4.xaml.cs
new file mode 100644
index 0000000..6906c47
--- /dev/null
+++ b/Sources/Ohara/NewPage4.xaml.cs
@@ -0,0 +1,9 @@
+namespace Ohara;
+
+public partial class NewPage4 : ContentPage
+{
+ public NewPage4()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Sources/Ohara/Ohara.csproj b/Sources/Ohara/Ohara.csproj
index 701ec1d..58eb229 100644
--- a/Sources/Ohara/Ohara.csproj
+++ b/Sources/Ohara/Ohara.csproj
@@ -62,6 +62,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
diff --git a/Sources/Ohara/Resources/Images/moby_dick.png b/Sources/Ohara/Resources/Images/moby_dick.png
new file mode 100644
index 0000000..9e97e78
Binary files /dev/null and b/Sources/Ohara/Resources/Images/moby_dick.png differ
diff --git a/Sources/Ohara/Resources/Images/sunny.png b/Sources/Ohara/Resources/Images/sunny.png
new file mode 100644
index 0000000..ef6d241
Binary files /dev/null and b/Sources/Ohara/Resources/Images/sunny.png differ
diff --git a/Sources/Ohara/Resources/Images/vogue_merry.png b/Sources/Ohara/Resources/Images/vogue_merry.png
new file mode 100644
index 0000000..43c3a53
Binary files /dev/null and b/Sources/Ohara/Resources/Images/vogue_merry.png differ
diff --git a/Sources/Ohara/Resources/Images/zoro.png b/Sources/Ohara/Resources/Images/zoro.png
new file mode 100644
index 0000000..9c0b6cb
Binary files /dev/null and b/Sources/Ohara/Resources/Images/zoro.png differ