From b4312d6acf639aec44cde6f8d318c90763664558 Mon Sep 17 00:00:00 2001 From: Johan Gomez Date: Mon, 14 Jul 2025 20:51:44 +0000 Subject: [PATCH 1/2] passed --- .../index.html | 15 +++ .../resets/02-Bootstrap-Skeleton/index.html | 19 +++ .learn/resets/03-Bootstrap-Grid/index.html | 22 ++++ .learn/resets/04-Navbar/index.html | 22 ++++ .learn/resets/05-Sidebar-With-Menu/index.html | 13 ++ .../index.html | 16 +++ .../07-Buttons-Alert-And-Table/index.html | 12 ++ .learn/resets/08-Bootstrap-Forms/index.html | 19 +++ .../index.html | 19 ++- exercises/02-Bootstrap-Skeleton/index.html | 27 +++- exercises/03-Bootstrap-Grid/index.html | 19 ++- exercises/04-Navbar/index.html | 45 ++++--- exercises/05-Sidebar-With-Menu/index.html | 31 ++++- .../index.html | 121 ++++++++++++++++-- .../07-Buttons-Alert-And-Table/index.html | 61 +++++++-- exercises/08-Bootstrap-Forms/index.html | 19 ++- 16 files changed, 421 insertions(+), 59 deletions(-) create mode 100644 .learn/resets/01-Add-Bootstrap-To-Your-Website/index.html create mode 100644 .learn/resets/02-Bootstrap-Skeleton/index.html create mode 100644 .learn/resets/03-Bootstrap-Grid/index.html create mode 100644 .learn/resets/04-Navbar/index.html create mode 100644 .learn/resets/05-Sidebar-With-Menu/index.html create mode 100644 .learn/resets/06-Hero-Section-And-Three-Boxes/index.html create mode 100644 .learn/resets/07-Buttons-Alert-And-Table/index.html create mode 100644 .learn/resets/08-Bootstrap-Forms/index.html diff --git a/.learn/resets/01-Add-Bootstrap-To-Your-Website/index.html b/.learn/resets/01-Add-Bootstrap-To-Your-Website/index.html new file mode 100644 index 0000000..8bea2ca --- /dev/null +++ b/.learn/resets/01-Add-Bootstrap-To-Your-Website/index.html @@ -0,0 +1,15 @@ + + + + + + + + 01 Add Bootstrap To Your Website + + + + + + + diff --git a/.learn/resets/02-Bootstrap-Skeleton/index.html b/.learn/resets/02-Bootstrap-Skeleton/index.html new file mode 100644 index 0000000..476296b --- /dev/null +++ b/.learn/resets/02-Bootstrap-Skeleton/index.html @@ -0,0 +1,19 @@ + + + + + + + + 02 Bootstrap Skeleton + + + +

This is my first example using bootstrap

+

I can't believe that bootstrap is so easy, now HTML and CSS are a simple but very useful technology.

+ + + + + + diff --git a/.learn/resets/03-Bootstrap-Grid/index.html b/.learn/resets/03-Bootstrap-Grid/index.html new file mode 100644 index 0000000..8a2c39f --- /dev/null +++ b/.learn/resets/03-Bootstrap-Grid/index.html @@ -0,0 +1,22 @@ + + + + + + + 03 Bootstrap Grid + + +
+

Let's test the grid baby!

+
+
First col
+
Second col
+
+
+
Third col
+
Fourth col
+
+
+ + \ No newline at end of file diff --git a/.learn/resets/04-Navbar/index.html b/.learn/resets/04-Navbar/index.html new file mode 100644 index 0000000..08b5bbb --- /dev/null +++ b/.learn/resets/04-Navbar/index.html @@ -0,0 +1,22 @@ + + + + + + + 04 Navbar + + + + + \ No newline at end of file diff --git a/.learn/resets/05-Sidebar-With-Menu/index.html b/.learn/resets/05-Sidebar-With-Menu/index.html new file mode 100644 index 0000000..16c6e7c --- /dev/null +++ b/.learn/resets/05-Sidebar-With-Menu/index.html @@ -0,0 +1,13 @@ + + + + + + + 05 Sidebar With Menu + + + + + + diff --git a/.learn/resets/06-Hero-Section-And-Three-Boxes/index.html b/.learn/resets/06-Hero-Section-And-Three-Boxes/index.html new file mode 100644 index 0000000..e68b1c8 --- /dev/null +++ b/.learn/resets/06-Hero-Section-And-Three-Boxes/index.html @@ -0,0 +1,16 @@ + + + + + + + + 06 Hero Section And 3 Boxes + + + + + + + \ No newline at end of file diff --git a/.learn/resets/07-Buttons-Alert-And-Table/index.html b/.learn/resets/07-Buttons-Alert-And-Table/index.html new file mode 100644 index 0000000..f6b27cf --- /dev/null +++ b/.learn/resets/07-Buttons-Alert-And-Table/index.html @@ -0,0 +1,12 @@ + + + + + + + 07 Buttons, Alert and Table + + + + + \ No newline at end of file diff --git a/.learn/resets/08-Bootstrap-Forms/index.html b/.learn/resets/08-Bootstrap-Forms/index.html new file mode 100644 index 0000000..0bba002 --- /dev/null +++ b/.learn/resets/08-Bootstrap-Forms/index.html @@ -0,0 +1,19 @@ + + + + + + + 08 Bootstrap Forms + + +
+ +
+ + diff --git a/exercises/01-Add-Bootstrap-To-Your-Website/index.html b/exercises/01-Add-Bootstrap-To-Your-Website/index.html index 8bea2ca..f9a4bfd 100644 --- a/exercises/01-Add-Bootstrap-To-Your-Website/index.html +++ b/exercises/01-Add-Bootstrap-To-Your-Website/index.html @@ -4,12 +4,27 @@ - + + 01 Add Bootstrap To Your Website - + + diff --git a/exercises/02-Bootstrap-Skeleton/index.html b/exercises/02-Bootstrap-Skeleton/index.html index 476296b..b6cf557 100644 --- a/exercises/02-Bootstrap-Skeleton/index.html +++ b/exercises/02-Bootstrap-Skeleton/index.html @@ -4,16 +4,29 @@ - + 02 Bootstrap Skeleton - -

This is my first example using bootstrap

-

I can't believe that bootstrap is so easy, now HTML and CSS are a simple but very useful technology.

- +
+

This is my first example using bootstrap

+

I can't believe that bootstrap is so easy, now HTML and CSS are a simple but very useful technology.

+
- - + + diff --git a/exercises/03-Bootstrap-Grid/index.html b/exercises/03-Bootstrap-Grid/index.html index 8a2c39f..8a69068 100644 --- a/exercises/03-Bootstrap-Grid/index.html +++ b/exercises/03-Bootstrap-Grid/index.html @@ -3,20 +3,29 @@ - + 03 Bootstrap Grid -
+

Let's test the grid baby!

First col
Second col
-
Third col
-
Fourth col
+
Third col
+
Fourth col
+
Fiventh col
+
+
+
Johan
- \ No newline at end of file + diff --git a/exercises/04-Navbar/index.html b/exercises/04-Navbar/index.html index 08b5bbb..c1f4038 100644 --- a/exercises/04-Navbar/index.html +++ b/exercises/04-Navbar/index.html @@ -1,22 +1,27 @@ - - - - - 04 Navbar - - - - - \ No newline at end of file + + + + + 04 Navbar + + + + + diff --git a/exercises/05-Sidebar-With-Menu/index.html b/exercises/05-Sidebar-With-Menu/index.html index 16c6e7c..4565a99 100644 --- a/exercises/05-Sidebar-With-Menu/index.html +++ b/exercises/05-Sidebar-With-Menu/index.html @@ -3,11 +3,38 @@ - + 05 Sidebar With Menu + - +
+
+
+ +
+
+

Hello!

+

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Distinctio accusamus autem molestias mollitia rerum voluptate, saepe + necessitatibus nemo officiis atque reprehenderit laboriosam est, explicabo officia commodi repellat totam quia. Est. +

+ +
+
+
diff --git a/exercises/06-Hero-Section-And-Three-Boxes/index.html b/exercises/06-Hero-Section-And-Three-Boxes/index.html index e68b1c8..4472ba8 100644 --- a/exercises/06-Hero-Section-And-Three-Boxes/index.html +++ b/exercises/06-Hero-Section-And-Three-Boxes/index.html @@ -1,16 +1,111 @@ + + + + + 06 Hero Section And 3 Boxes + - - - - - 06 Hero Section And 3 Boxes - - - - - - - \ No newline at end of file + +
+
+
+

Hello, World!

+

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Eos, eveniet expedita! Inventore reiciendis ratione modi autem at + voluptatibus harum, tempora, fuga pariatur adipisci deleniti corrupti eum doloribus architecto quia ullam. +

+
+ + +
+
+
+
+
+

Heading

+

+ Lorem ipsum dolor sit amet consectetur, adipisicing elit. Cum maiores atque molestias obcaecati molestiae fuga illum tenetur, + nobis temporibus ad aspernatur, cupiditate vel sit. Perspiciatis ut quos dolorem vitae natus. +

+
+ + +
+
+
+

Heading

+

+ Lorem ipsum dolor sit amet consectetur, adipisicing elit. Cum maiores atque molestias obcaecati molestiae fuga illum tenetur, + nobis temporibus ad aspernatur, cupiditate vel sit. Perspiciatis ut quos dolorem vitae natus. +

+
+ + +
+
+
+

Heading

+

+ Lorem ipsum dolor sit amet consectetur, adipisicing elit. Cum maiores atque molestias obcaecati molestiae fuga illum tenetur, + nobis temporibus ad aspernatur, cupiditate vel sit. Perspiciatis ut quos dolorem vitae natus. +

+
+ + +
+
+
+
+ + diff --git a/exercises/07-Buttons-Alert-And-Table/index.html b/exercises/07-Buttons-Alert-And-Table/index.html index f6b27cf..1a72aec 100644 --- a/exercises/07-Buttons-Alert-And-Table/index.html +++ b/exercises/07-Buttons-Alert-And-Table/index.html @@ -1,12 +1,55 @@ - - - - - 07 Buttons, Alert and Table - - + + + + + 07 Buttons, Alert and Table + - - \ No newline at end of file + +
+
+
+

It's hard to remember all the boostrap elements

+

The rest seems easy because it was very well thought! Don't you agree?

+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
FirstLastHandle
MarkOtto@mdo
JacobThornton@fat
Larry the Bird@twitter
+
+
+
+ + diff --git a/exercises/08-Bootstrap-Forms/index.html b/exercises/08-Bootstrap-Forms/index.html index 0bba002..431a260 100644 --- a/exercises/08-Bootstrap-Forms/index.html +++ b/exercises/08-Bootstrap-Forms/index.html @@ -11,9 +11,26 @@ /> 08 Bootstrap Forms + -
+
+
+

Please login

+
+ + +
+
+ + +
+
+ + +
+ +
From cb62d2831314f40a331e5ff7a70a0ab4059f553c Mon Sep 17 00:00:00 2001 From: Johan Gomez Date: Mon, 14 Jul 2025 20:55:40 +0000 Subject: [PATCH 2/2] Initial commit