Skip to content

Commit

Permalink
Merge pull request #71 from DanielBrito/issue46
Browse files Browse the repository at this point in the history
docs: rewrite readme
  • Loading branch information
DanielBrito authored Aug 22, 2024
2 parents c339eb0 + 97cf6af commit bf5bb59
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Poemix
# POEMIX

Minimalist platform to share my poetry.
![Poemix logo](poemix.png)

For more info, read the [Wiki](https://github.com/DanielBrito/poemix/wiki) or access the [Project](https://github.com/users/DanielBrito/projects/4).
<h3 align="center">🖤 A minimalist platform to share my poetry 💣</h3>

The main purpose behind **Poemix** is to promote my publications in an *open and free way*, migrating from the Issuu platform, whose free version had become very limited and full of ads.

The idea was to create something simple, without fancy details or distracting animations, focusing only on displaying my zines and books.

I also took the opportunity to explore new tools such as Vite and TailwindCSS.
Binary file added poemix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/PdfWrapper/PdfWrapper.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
}

#pdf-iframe {
height: calc(100vh - 95px);
height: calc(100vh - 90px);
}
2 changes: 1 addition & 1 deletion src/pages/Publication/Publication.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.publication-wrapper {
@apply px-8 flex justify-center flex-col;
@apply px-4 flex justify-center flex-col;
}

0 comments on commit bf5bb59

Please sign in to comment.