From e4145456cc8324c6c612f42d6b5af82ae0af5cf4 Mon Sep 17 00:00:00 2001 From: oakbr Date: Wed, 9 Sep 2026 15:51:24 -0300 Subject: [PATCH 1/3] Update README to reflect changes on GitHub Added a line to indicate a direct change on GitHub. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87d676e..7b5f07a 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# gitflowtop \ No newline at end of file +# gitflowtop + +Alterado diretamento no GitHub. From ac8f2a83982b0bda865dfe31fda4a5e7e7925874 Mon Sep 17 00:00:00 2001 From: oakbr Date: Wed, 9 Sep 2026 17:14:52 -0300 Subject: [PATCH 2/3] createing index.html --- indes.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 indes.html diff --git a/indes.html b/indes.html new file mode 100644 index 0000000..e63f05b --- /dev/null +++ b/indes.html @@ -0,0 +1,12 @@ + + + + + + Portifólio Boladão + + +

Portifólio Boladão

+

Este é meu Portifólio

+ + \ No newline at end of file From 6ea7d5a097e5147debef8de25eefb562d4ddb235 Mon Sep 17 00:00:00 2001 From: oakbr Date: Wed, 9 Sep 2026 17:27:52 -0300 Subject: [PATCH 3/3] creating style.css --- assets/style.css | 6 ++++++ indes.html => index.html | 1 + 2 files changed, 7 insertions(+) create mode 100644 assets/style.css rename indes.html => index.html (80%) diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..c66f911 --- /dev/null +++ b/assets/style.css @@ -0,0 +1,6 @@ +* { + margin: 0; + padding: 0; + list-style: none; + font-size: 14px; +} \ No newline at end of file diff --git a/indes.html b/index.html similarity index 80% rename from indes.html rename to index.html index e63f05b..13ce076 100644 --- a/indes.html +++ b/index.html @@ -4,6 +4,7 @@ Portifólio Boladão +

Portifólio Boladão