Skip to content

Commit

Permalink
New poetry added
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-jo1 committed Jul 12, 2024
1 parent fa3ea08 commit 9c48724
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/PoetryShowcase.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
@media (max-width: 500px) {
grid-template-columns: 1fr;
}

Expand Down
11 changes: 9 additions & 2 deletions src/PoetryShowcase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,21 @@ import React from "react";

import "./PoetryShowcase.scss"

import poetry_1 from "./poetry/poetry_1.png"
import poetry_2 from "./poetry/poetry_2.png"
import poetry_1 from "./poetry/Lose Her.png"
import poetry_2 from "./poetry/2.png"
import poetry_3 from "./poetry/poetry_3.png"
import poetry_4 from "./poetry/Copy of Only girl I desire.png"
import poetry_5 from "./poetry/It's not erased .png"
import poetry_6 from "./poetry/Girl I Met.png"

const PoetryShowcase: React.FC = () => {
const poetryImages = [
poetry_1,
poetry_2,
poetry_3,
poetry_4,
poetry_5,
poetry_6,
];

return (
Expand Down
Binary file added src/poetry/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/poetry/20240711_084039.jpg
Binary file not shown.
Binary file added src/poetry/Copy of Only girl I desire.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/poetry/Girl I Met.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/poetry/It's not erased .png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/poetry/Lose Her.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/poetry/poetry_1.png
Binary file not shown.
Binary file removed src/poetry/poetry_2.png
Binary file not shown.

0 comments on commit 9c48724

Please sign in to comment.