Skip to content

Commit

Permalink
change hero image
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafaggianelli committed Aug 7, 2023
1 parent 5bc1a82 commit 367f788
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,13 @@
## Resume Stack
# Resume Stack

The easiest way to design and maintain your resume with web technologies
and generate a PDF from it.
The easiest way to design your resume with Tailwind
and automatically export it to PDF via Github Actions.

![A preview of Resume Stack in the browser](https://raw.githubusercontent.com/lucafaggianelli/resume-stack/main/docs/images/browser-window.png)
![An overview of Resume Stack](https://raw.githubusercontent.com/lucafaggianelli/resume-stack/main/docs/images/hero.png)

🖐 Don't forget to 🌟 star this repo if you like it!
💥 More templates are coming!

## 🤷‍♀️ What's a stack?

In the software jargon a *stack* is a set of components used to execute an
application or more generally a system.

And that's what Resume Stack is, an ensemble of HTML, CSS,
[TailwindCSS](https://tailwindcss.com/) and *invisible* 👻 JavaScript
to give you a resume!

> Invisible 🙄 … well behind the scene there's some JavaScript into the stack:
[AlpineJS](https://alpinejs.dev/) to *connect* the content of your resume
to the HTML page and [Vite](https://vitejs.dev/)
to reflect changes in the code to the browser in realtime.
Though you won't see and you won't write any JavaScript!

## 🚀 Get Started

### Codespaces (Quickest ⚡)
Expand Down Expand Up @@ -199,6 +184,21 @@ manually enabled:
> 👉 *Read and write permissions* are required by the workflow
for creating the releases

## 🤷‍♀️ What's a stack?

In the software jargon a *stack* is a set of components used to execute an
application or more generally a system.

And that's what Resume Stack is, an ensemble of HTML, CSS,
[TailwindCSS](https://tailwindcss.com/) and *invisible* 👻 JavaScript
to give you a resume!

> Invisible 🙄 … well behind the scene there's some JavaScript into the stack:
[AlpineJS](https://alpinejs.dev/) to *connect* the content of your resume
to the HTML page and [Vite](https://vitejs.dev/)
to reflect changes in the code to the browser in realtime.
Though you won't see and you won't write any JavaScript!

## 👩‍🎨 Creating a template

> A more detailed guide on how to create templates is coming
Expand Down
Binary file added docs/images/hero.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 docs/images/resume-designer.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 docs/images/resume-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 367f788

Please sign in to comment.