From 46f9df3f7ea266e5d403b49b5b32acc91089f81c Mon Sep 17 00:00:00 2001
From: ZeinabBF <145973209+ZeinabBF@users.noreply.github.com>
Date: Sun, 12 May 2024 16:10:53 +0200
Subject: [PATCH 1/3] Update README.md

---
 README.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index d96b236..9a9525d 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,14 @@ The design process includes ideation of concepts and interactions, testing of te
 ### 2.1. Brainstorming:
 After some brainstorming, we came up with some ideas for different stages:
 
-![DTComponents](https://github.com/Mukheem/TwinTurbine/assets/145973209/03e1ef34-4b37-421a-b54a-28db34e8059b)
-*Digital Twin Components*
-![Primary Prototype](https://github.com/Mukheem/TwinTurbine/assets/145973209/7ca62bda-072b-40ea-a0ed-361c86724b81)
-*Primary Prototype for physical turbine & virtual model*
 In the first step, we discussed the physical and virtual entities, their connection, and the services and functions we wanted to implement.
+<img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/03e1ef34-4b37-421a-b54a-28db34e8059b" alt="DTComponents" width="300" height="200">
+*Digital Twin Components*
+
+<figure style="text-align:center">
+    <img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/7ca62bda-072b-40ea-a0ed-361c86724b81" alt="Primary Prototype" style="max-width:100%;" height="auto">
+    <figcaption>Primary Prototype for physical turbine & virtual model</figcaption>
+</figure>
 
 ![Sketch](https://github.com/Mukheem/TwinTurbine/assets/145973209/b777cb85-2e86-4cd3-8317-d48586b27ba8)
 *Arduino sketch to rotate the Servo Motor *

From f49fd9e4318f03207d99a87161fae1f50b464f14 Mon Sep 17 00:00:00 2001
From: ZeinabBF <145973209+ZeinabBF@users.noreply.github.com>
Date: Sun, 12 May 2024 16:19:38 +0200
Subject: [PATCH 2/3] Brainstorming Images

---
 README.md | 29 ++++++++++++++++++++---------
 1 file changed, 20 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 9a9525d..90e7274 100644
--- a/README.md
+++ b/README.md
@@ -19,23 +19,34 @@ The design process includes ideation of concepts and interactions, testing of te
 After some brainstorming, we came up with some ideas for different stages:
 
 In the first step, we discussed the physical and virtual entities, their connection, and the services and functions we wanted to implement.
-<img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/03e1ef34-4b37-421a-b54a-28db34e8059b" alt="DTComponents" width="300" height="200">
-*Digital Twin Components*
+
+<figure style="text-align:center">
+    <img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/03e1ef34-4b37-421a-b54a-28db34e8059b" alt="DTComponents" style="max-width:100%;" height="auto">
+    <figcaption>Digital Twin Components</figcaption>
+</figure>
 
 <figure style="text-align:center">
     <img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/7ca62bda-072b-40ea-a0ed-361c86724b81" alt="Primary Prototype" style="max-width:100%;" height="auto">
     <figcaption>Primary Prototype for physical turbine & virtual model</figcaption>
 </figure>
 
-![Sketch](https://github.com/Mukheem/TwinTurbine/assets/145973209/b777cb85-2e86-4cd3-8317-d48586b27ba8)
-*Arduino sketch to rotate the Servo Motor *
-![Wind Turbine](https://github.com/Mukheem/TwinTurbine/assets/145973209/c1b97fd4-f495-4e54-8c17-a1d949cca986)
-*Servo motor and wind turbine*
 Then, we shared our ideas on how to rotate the servo motor from Arduino and which physical turbine is better to provide.
+<figure style="text-align:center">
+    <img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/b777cb85-2e86-4cd3-8317-d48586b27ba8" alt="Sketch" style="max-width:100%;" height="auto">
+    <figcaption>Arduino sketch to rotate the Servo Motor</figcaption>
+</figure>
+
+<figure style="text-align:center">
+    <img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/c1b97fd4-f495-4e54-8c17-a1d949cca986" alt="Wind Turbine" style="max-width:100%;" height="auto">
+    <figcaption>Servo motor and wind turbine</figcaption>
+</figure>
+
+Finally, we focused on the way we want to make the connection between ESP32 and Unity
+<figure style="text-align:center">
+    <img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/d910c49e-2518-4181-8831-0987415b2977" alt="Communication" style="max-width:100%;" height="auto">
+    <figcaption>Connecting Unit
+
 
-![Communication](https://github.com/Mukheem/TwinTurbine/assets/145973209/d910c49e-2518-4181-8831-0987415b2977)
-*Connecting Unity with Arduino*
-*Finally, we focused on the way we want to make the connection between ESP32 and Unity*
 
 - User Persona: A description of your target user, their needs, motivations, and pain points, and how your project addresses them.
 - User Journey: A visualization of how your user interacts with your project, from the initial trigger to the final outcome, and what emotions they experience along the way.

From a3b37f51576e81a077f517d1162be27994a86a47 Mon Sep 17 00:00:00 2001
From: ZeinabBF <145973209+ZeinabBF@users.noreply.github.com>
Date: Sun, 12 May 2024 16:27:03 +0200
Subject: [PATCH 3/3] Update README.md

---
 README.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 90e7274..4a7900d 100644
--- a/README.md
+++ b/README.md
@@ -22,29 +22,30 @@ In the first step, we discussed the physical and virtual entities, their connect
 
 <figure style="text-align:center">
     <img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/03e1ef34-4b37-421a-b54a-28db34e8059b" alt="DTComponents" style="max-width:100%;" height="auto">
-    <figcaption>Digital Twin Components</figcaption>
+    <figcaption><i>Digital Twin Components</i></figcaption>
 </figure>
 
 <figure style="text-align:center">
     <img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/7ca62bda-072b-40ea-a0ed-361c86724b81" alt="Primary Prototype" style="max-width:100%;" height="auto">
-    <figcaption>Primary Prototype for physical turbine & virtual model</figcaption>
+    <figcaption><i>Primary Prototype for physical turbine & virtual model</i></figcaption>
 </figure>
 
 Then, we shared our ideas on how to rotate the servo motor from Arduino and which physical turbine is better to provide.
 <figure style="text-align:center">
     <img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/b777cb85-2e86-4cd3-8317-d48586b27ba8" alt="Sketch" style="max-width:100%;" height="auto">
-    <figcaption>Arduino sketch to rotate the Servo Motor</figcaption>
+    <figcaption><i>Arduino sketch to rotate the Servo Motor</i></figcaption>
 </figure>
 
 <figure style="text-align:center">
     <img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/c1b97fd4-f495-4e54-8c17-a1d949cca986" alt="Wind Turbine" style="max-width:100%;" height="auto">
-    <figcaption>Servo motor and wind turbine</figcaption>
+    <figcaption><i>Servo motor and wind turbine</i></figcaption>
 </figure>
 
 Finally, we focused on the way we want to make the connection between ESP32 and Unity
 <figure style="text-align:center">
-    <img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/d910c49e-2518-4181-8831-0987415b2977" alt="Communication" style="max-width:100%;" height="auto">
-    <figcaption>Connecting Unit
+    <img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/d910c49e-2518-4181-8831-0987415b2977" alt="Communication" style="max-width:100%;" height="auto"></i>
+    <figcaption>Connecting Unity to Arduino</i></figcaption>
+</figure>