From 1b94107f2336be1c73b8c8c71de332c8c895e1ed Mon Sep 17 00:00:00 2001 From: Ricardo Fabio Medina Date: Mon, 23 Sep 2024 14:48:22 +0200 Subject: [PATCH 1/4] first basic sketch of HTML and CSS --- Wireframe/css/style.css | 3 +++ Wireframe/index.html | 29 +++++++++++++++++++++++++++++ Wireframe/style.css | 6 ++++++ 3 files changed, 38 insertions(+) create mode 100644 Wireframe/style.css diff --git a/Wireframe/css/style.css b/Wireframe/css/style.css index e69de29b..3a51d31e 100644 --- a/Wireframe/css/style.css +++ b/Wireframe/css/style.css @@ -0,0 +1,3 @@ +body{ + background-color:rgb(117, 13, 13); +} diff --git a/Wireframe/index.html b/Wireframe/index.html index 67544158..3186b129 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -9,5 +9,34 @@ +

GIT

+
+ +
+

Version Control

+
+

What is Git?

+ +

articule sumary

+ +
+
+

Why do developers need Git?

+ +

article sumary

+ +
+
+

What is a branch in Git?

+ +

article sumary

+ +
+ + Date: Mon, 23 Sep 2024 17:26:52 +0200 Subject: [PATCH 2/4] add section "ReadMore" and first-child to highlight first article --- Wireframe/index.html | 32 ++++++++++++++++++++------------ Wireframe/style.css | 30 ++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 12 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 3186b129..2bc0bf86 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -9,30 +9,38 @@ +

GIT

-
- -
-

Version Control

+

Version Control System

+
+

What is Git?

- +
+ +

articule sumary

- + Read More

Why do developers need Git?

- +
+ +

article sumary

- + Read More

What is a branch in Git?

- -

article sumary

- +
+ +
+

Articule sumary

+ Read More
-
+
+ +