diff --git a/src/app/tab1/tab1.page.html b/src/app/tab1/tab1.page.html index b5e4191..97b90d0 100644 --- a/src/app/tab1/tab1.page.html +++ b/src/app/tab1/tab1.page.html @@ -1,18 +1,62 @@ - Tab 1 + + + + Invtation + Robot building skills + + +

CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find + an open group by using the search. +

+
+
+ + + + + Blog + Yes I have a title + + + +

CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find + an open group by using the search. +

+
+
+ + +
+ +
+ + Video + Yes we can add video + + +

CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find + an open group by using the search. +

+
+
+ + + Blog Yes I have a title -

CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find an open group by using the search. +

CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find + an open group by using the search.

@@ -25,7 +69,25 @@ Yes I have a title -

CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find an open group by using the search. +

CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find + an open group by using the search. +

+
+ + + + + + + + + + Blog + Yes I have a title + + +

CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find + an open group by using the search.

@@ -38,7 +100,8 @@ Yes I have a title -

CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find an open group by using the search. +

CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find + an open group by using the search.

@@ -51,76 +114,15 @@ Yes I have a title -

CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find an open group by using the search. -

-
- - - - - - - Blog - Yes I have a title - - -

CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find an open group by using the search. -

-
-
- - - - - - Blog - Yes I have a title - - -

CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find an open group by using the search. -

-
-
- - - - - - Blog - Yes I have a title - - -

CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find an open group by using the search. -

-
-
- - - - - - Blog - Yes I have a title - - -

CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find an open group by using the search. -

-
-
- - - - - - Blog - Yes I have a title - - -

CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find an open group by using the search. +

CoreGrade is your interest connection platform. Enter the page of the group to get started. You can also find + an open group by using the search.

-
+ + + + \ No newline at end of file diff --git a/src/app/tab1/tab1.page.scss b/src/app/tab1/tab1.page.scss index 0f58a57..9306ca4 100644 --- a/src/app/tab1/tab1.page.scss +++ b/src/app/tab1/tab1.page.scss @@ -1,3 +1,18 @@ ion-content ion-toolbar { --background: translucent; + + .video-container { + position: relative; + padding-bottom: 56.25%; + padding-top: 30px; height: 0; overflow: hidden; +} + +.video-container iframe, .video-container object, .video-container embed { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + } \ No newline at end of file