diff --git a/week06.md b/week06.md
index 22fbf15..1c50dde 100644
--- a/week06.md
+++ b/week06.md
@@ -68,7 +68,10 @@ Then, Flutter will handle the rest.
)
[try in codepen](https://codepen.io/erluxman/pen/xxwJRBQ)
-
+
+
+
+
## #Day38 GestureDetector widget
@@ -103,7 +106,9 @@ All those callbacks behave like `onClick(){}` on Button.
[try on codepen](https://codepen.io/erluxman/pen/wvKxVrE)
-
+
+
+
## #Day39 Package Animated Text Kit
@@ -124,7 +129,11 @@ animated_text_kit provides some cool ways to animate text appearences.
[animated_text_kit package](https://pub.dev/packages/animated_text_kit#-installing-tab-)
-
+
+
+
+
+
## #Day40 5 Steps of AnimatedIcon
@@ -138,7 +147,9 @@ We can use AnimatedIcon in 5 simple steps.
[play on codepen](https://codepen.io/erluxman/pen/PoPyNrM)
-
+
+
+
## #Day41 Path Provider( `path_provider package`) (common file locations in iOS and Android)
@@ -189,8 +200,12 @@ We can use ShapeBorder to give outline to widgets or Clip them on it's shape. Th
[try in codepen](https://codepen.io/erluxman/pen/vYNQLPx)
-
-
+
+
+
+
+
+
[___`Tips 1-7`___](README.md)
[__`Tips 08-14`__](week02.md)