From 94ea9d1befcc09a661bf538c9160b0b82ceefcef Mon Sep 17 00:00:00 2001 From: iamabubakarsuleiman Date: Fri, 1 Nov 2024 18:38:59 +0100 Subject: [PATCH 1/4] Write a Poem --- module_01/01_intro_html/01_challenge.html | 40 +++++++++++++++++++---- 1 file changed, 33 insertions(+), 7 deletions(-) diff --git a/module_01/01_intro_html/01_challenge.html b/module_01/01_intro_html/01_challenge.html index 1d6fe56..1913199 100644 --- a/module_01/01_intro_html/01_challenge.html +++ b/module_01/01_intro_html/01_challenge.html @@ -1,9 +1,35 @@ - + - - Challenge: Write a Poem - - - - + + Challenge: Write a Poem + + + +

Echoes of eHealth Africa

+

+ In eHealth Africa’s guiding light,
+ Young minds rise to code and fight.
+ With tools to learn, with dreams to steer,
+ A future built in code is near. +

+

+ Through tech and health, they pave the way,
+ Innovators of a brighter day.
+ In every line, a vision flows—
+ Where eHealth Africa’s mission grows. +

+

+ Through algorithms, bright and bold,
+ You weave solutions, brave and told.
+ To heal, to help, to rise and grow—
+ With every line, let progress flow. +

+
+

+ For every aspiring developer, may your journey be one of impact and + innovation! +

+ From 0fdd1001bd98bf53fed1697eb22b021b1e00594b Mon Sep 17 00:00:00 2001 From: iamabubakarsuleiman Date: Fri, 1 Nov 2024 19:16:59 +0100 Subject: [PATCH 2/4] You can learn text tags --- module_01/01_intro_html/02_challenge.html | 64 ++++++++++++----------- 1 file changed, 34 insertions(+), 30 deletions(-) diff --git a/module_01/01_intro_html/02_challenge.html b/module_01/01_intro_html/02_challenge.html index f5b5308..4f62c59 100644 --- a/module_01/01_intro_html/02_challenge.html +++ b/module_01/01_intro_html/02_challenge.html @@ -1,32 +1,36 @@ - + - - Challenge: You can learn text tags - - - -

- Nobody’s born smart. We all start at 0. Can’t talk, can’t walk, certainly can’t do algebra.
- Adding, reading, writing, riding a bike. Nobody’s good at anything at first.
- There was a time when Einstein couldn’t count to 10.
- And Shakespeare had to learn his ABCs just like the rest of us.
- Thankfully, we are born to learn.
- Slowly. Surely. You stumble, slip, crawl, fall and fail and fall.
- Frustrating. Confusing. Trying. Struggling.
- Until one day, you walk.
- One foot in front of the other. One idea on top of the next.
- Each wrong answer making your brain a little bit stronger.
- Failing is just another word for growing. And you keep going.
- This. is. learning.
- It’s not that you don’t get it.
- You just don’t get it, yet. - Because the most beautiful, complex concepts in the whole universe
- are built on basic ideas that anyone, anywhere can understand.
- Whoever you are, wherever you are.
-

-

- You only have to know one thing:
- You can learn anything. -

- + + Challenge: You can learn text tags + + + +

+ Nobody’s born smart. We all start at 0. Can’t talk, can’t walk, certainly can’t do + algebra.
+ Adding, reading, writing, riding a bike. Nobody’s good at anything at + first.
+ There was a time when Einstein couldn’t count to 10.
+ And Shakespeare had to learn his ABCs just like the rest + of us.
+ Thankfully, we are born to learn.
+ Slowly. Surely. You stumble, slip, crawl, fall and fail and fall.
+ Frustrating. Confusing. Trying. Struggling.
+ Until one day, you walk.
+ One foot in front of the other. One idea on top of the next.
+ Each wrong answer making your brain a little bit stronger.
+ Failing is just another word for growing. And you keep going.
+ This. is. learning.
+ It’s not that you don’t get it.
+ You just don’t get it, yet. Because the most beautiful, complex concepts + in the whole universe
+ are built on basic ideas that anyone, anywhere can understand.
+ Whoever you are, wherever you are.
+

+

+ You only have to know one thing:
+ You can learn anything. +

+ From 93d797cc31dd0223e2dd31c8ea7d4cc56028ff8e Mon Sep 17 00:00:00 2001 From: iamabubakarsuleiman Date: Fri, 1 Nov 2024 20:04:45 +0100 Subject: [PATCH 3/4] Your learning list --- module_01/01_intro_html/03_challenge.html | 64 +++++++++++++++++------ 1 file changed, 48 insertions(+), 16 deletions(-) diff --git a/module_01/01_intro_html/03_challenge.html b/module_01/01_intro_html/03_challenge.html index c75e608..11fbe81 100644 --- a/module_01/01_intro_html/03_challenge.html +++ b/module_01/01_intro_html/03_challenge.html @@ -1,19 +1,51 @@ - + - - - - Challenge: Your learning list - - - - - - - - - - - + + Challenge: Your learning list + + + + + +

Types of Lists in HTML

+ + +

Ordered List (OL)

+

An ordered list displays items in a numbered format.

+
    +
  1. Item One
  2. +
  3. Item Two
  4. +
  5. Item Three
  6. +
+ + +

Unordered List (UL)

+

An unordered list displays items with bullet points.

+
    +
  • First Item
  • +
  • Second Item
  • +
  • Third Item
  • +
+ + +

Description List (DL)

+

A description list pairs terms with descriptions.

+
+
HTML
+
The standard markup language for creating web pages.
+ +
CSS
+
+ A style sheet language used for describing the presentation of a + document written in HTML. +
+ +
JavaScript
+
+ A programming language commonly used to create interactive effects + within web browsers. +
+
+ From ff9a0b564d17edaad38fed987352a4041f79ecfd Mon Sep 17 00:00:00 2001 From: iamabubakarsuleiman Date: Fri, 1 Nov 2024 20:49:19 +0100 Subject: [PATCH 4/4] A picture-perfect trip --- module_01/01_intro_html/04_challenge.html | 38 ++++++++++++++++------- 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/module_01/01_intro_html/04_challenge.html b/module_01/01_intro_html/04_challenge.html index 6a8e68f..620e29a 100644 --- a/module_01/01_intro_html/04_challenge.html +++ b/module_01/01_intro_html/04_challenge.html @@ -1,17 +1,31 @@ - + - - Challenge: A picture-perfect trip - - - -

The perfect trip

+ + Challenge: A picture-perfect trip + + + +

The perfect trip

-

I would see scenes like...

+

I would see scenes like...

-

And animals like...

+ The beatiful city of Mecca with a perfect view kaaba -

And eat food like...

- - +

And animals like...

+ A beautiful tabby cat on white background +

And eat food like...

+ A well prepared friedrice, skewer, whole grilled chicken, peri-peri, fried wings,platter beef,noodle soup +