diff --git a/source/Trek-12/Trek-12/Resources/Images/bg_profils.jpg b/source/Trek-12/Trek-12/Resources/Images/bg_profils.jpg
new file mode 100644
index 0000000..768be28
Binary files /dev/null and b/source/Trek-12/Trek-12/Resources/Images/bg_profils.jpg differ
diff --git a/source/Trek-12/Trek-12/Views/pageProfils.xaml b/source/Trek-12/Trek-12/Views/pageProfils.xaml
new file mode 100644
index 0000000..1346cd3
--- /dev/null
+++ b/source/Trek-12/Trek-12/Views/pageProfils.xaml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/source/Trek-12/Trek-12/Views/pageProfils.xaml.cs b/source/Trek-12/Trek-12/Views/pageProfils.xaml.cs
new file mode 100644
index 0000000..d8438b6
--- /dev/null
+++ b/source/Trek-12/Trek-12/Views/pageProfils.xaml.cs
@@ -0,0 +1,9 @@
+namespace Trek_12.Views;
+
+public partial class pageProfils : ContentPage
+{
+ public pageProfils()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/source/Trek-12/Trek-12/Views/viewsProfils.xaml b/source/Trek-12/Trek-12/Views/viewsProfils.xaml
new file mode 100644
index 0000000..f0a3ca0
--- /dev/null
+++ b/source/Trek-12/Trek-12/Views/viewsProfils.xaml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/source/Trek-12/Trek-12/Views/viewsProfils.xaml.cs b/source/Trek-12/Trek-12/Views/viewsProfils.xaml.cs
new file mode 100644
index 0000000..1fb1f01
--- /dev/null
+++ b/source/Trek-12/Trek-12/Views/viewsProfils.xaml.cs
@@ -0,0 +1,9 @@
+namespace Trek_12.Views;
+
+public partial class viewsProfils : ContentView
+{
+ public viewsProfils()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file