From 84e84947303234d7b89abc799494c211e773905b Mon Sep 17 00:00:00 2001 From: MizzyMi <173277815+mizzymi@users.noreply.github.com> Date: Sat, 20 Sep 2025 12:29:47 +0200 Subject: [PATCH 1/3] done --- index.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ styles.css | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+) create mode 100644 index.html create mode 100644 styles.css diff --git a/index.html b/index.html new file mode 100644 index 000000000..f99c553e3 --- /dev/null +++ b/index.html @@ -0,0 +1,46 @@ + + + + + + Document + + + +
+

Breathe Code Photo Feed

+
+
+
+
+

My first photo

+

12/14

+
+ My firt photo +

+ Lorem ipsum dolor sit amet consectetur, adipisicing elit. Fugiat nisi + esse quo vitae libero, a facere id quis corrupti reprehenderit quam + voluptas nihil quasi iure doloremque asperiores fuga nemo delectus? +

+
+
+
+

My second photo

+

12/17

+
+ My second photo +

+ Lorem ipsum dolor sit amet consectetur, adipisicing elit. Fugiat nisi + esse quo vitae libero, a facere id quis corrupti reprehenderit quam + voluptas nihil quasi iure doloremque asperiores fuga nemo delectus? +

+
+
+ + diff --git a/styles.css b/styles.css new file mode 100644 index 000000000..ef7e65cb8 --- /dev/null +++ b/styles.css @@ -0,0 +1,45 @@ +body { + margin: 0; + padding: 0; +} + +header:first-of-type { + height: 40px; + width: 100%; +} + +h1 { + text-align: center; +} + +section { + background-color: rgb(235, 235, 235); + padding: 5rem 0; + display: flex; + flex-direction: column; + gap: 2rem; + align-items: center; + justify-content: center; +} + +article { + background-color: rgb(255, 255, 255); + padding: 1rem; + max-width: 480px; +} + +.photoHeader { + display: flex; + align-items: center; + justify-content: space-between; +} + +.photoHeader p { + color: gray; +} + +img { + aspect-ratio: 1/1; + width: 480px; + object-fit: cover; +} From b303170c22cb4d2823d184aa8c1f708fa50d478e Mon Sep 17 00:00:00 2001 From: MizzyMi <173277815+mizzymi@users.noreply.github.com> Date: Sun, 5 Oct 2025 14:46:01 +0200 Subject: [PATCH 2/3] Feat: endedn project --- index.html | 240 +++++++++++++++++++++++++++++++ post.html | 406 +++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 5 + 3 files changed, 651 insertions(+) create mode 100644 index.html create mode 100644 post.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 000000000..ba59a2dad --- /dev/null +++ b/index.html @@ -0,0 +1,240 @@ + + + + + + + + + Document + + +
+
+

+ + Instagram +

+
+
+
+ +
+
+ +
+
+
+ + + +
+
+
+
+ clove +
+
+
+
+ Clove +
+
+
+
+ clove +
+
+
+
+
+
+ clove +
+
+
+
+ Clove +
+
+
+
+ clove +
+
+
+
+
+
+ clove +
+
+
+
+ Clove +
+
+
+
+ clove +
+
+
+
+ + + + + + diff --git a/post.html b/post.html new file mode 100644 index 000000000..abc6221b5 --- /dev/null +++ b/post.html @@ -0,0 +1,406 @@ + + + + + + + + + Document + + +
+
+

+ + Instagram +

+
+
+
+ +
+
+ +
+
+
+ + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + + + + + diff --git a/style.css b/style.css new file mode 100644 index 000000000..4dc4eebc1 --- /dev/null +++ b/style.css @@ -0,0 +1,5 @@ +html, +body { + margin: 0; + padding: 0; +} From facce272535cebcf363006513af34ad9fca1a391 Mon Sep 17 00:00:00 2001 From: MizzyMi <173277815+mizzymi@users.noreply.github.com> Date: Wed, 8 Oct 2025 12:03:57 +0200 Subject: [PATCH 3/3] fix: :fire: kill the bug --- index.html | 49 +------------------------------------------------ styles.css | 45 --------------------------------------------- 2 files changed, 1 insertion(+), 93 deletions(-) delete mode 100644 styles.css diff --git a/index.html b/index.html index 2cbdba072..a28e67c12 100644 --- a/index.html +++ b/index.html @@ -237,51 +237,4 @@

crossorigin="anonymous" > - - - - - - - - Document - - - -
-

Breathe Code Photo Feed

-
-
-
-
-

My first photo

-

12/14

-
- My firt photo -

- Lorem ipsum dolor sit amet consectetur, adipisicing elit. Fugiat nisi - esse quo vitae libero, a facere id quis corrupti reprehenderit quam - voluptas nihil quasi iure doloremque asperiores fuga nemo delectus? -

-
-
-
-

My second photo

-

12/17

-
- My second photo -

- Lorem ipsum dolor sit amet consectetur, adipisicing elit. Fugiat nisi - esse quo vitae libero, a facere id quis corrupti reprehenderit quam - voluptas nihil quasi iure doloremque asperiores fuga nemo delectus? -

-
-
- - + \ No newline at end of file diff --git a/styles.css b/styles.css deleted file mode 100644 index ef7e65cb8..000000000 --- a/styles.css +++ /dev/null @@ -1,45 +0,0 @@ -body { - margin: 0; - padding: 0; -} - -header:first-of-type { - height: 40px; - width: 100%; -} - -h1 { - text-align: center; -} - -section { - background-color: rgb(235, 235, 235); - padding: 5rem 0; - display: flex; - flex-direction: column; - gap: 2rem; - align-items: center; - justify-content: center; -} - -article { - background-color: rgb(255, 255, 255); - padding: 1rem; - max-width: 480px; -} - -.photoHeader { - display: flex; - align-items: center; - justify-content: space-between; -} - -.photoHeader p { - color: gray; -} - -img { - aspect-ratio: 1/1; - width: 480px; - object-fit: cover; -}