commit 48d6d65cf8ab7574e85ddf2372a4358b14ce7d5e Author: Remy Moll Date: Thu Sep 19 22:19:14 2024 +0200 beginning of a presentation diff --git a/.gitea/workflows/build-pdf.yaml b/.gitea/workflows/build-pdf.yaml new file mode 100644 index 0000000..a1377f7 --- /dev/null +++ b/.gitea/workflows/build-pdf.yaml @@ -0,0 +1,20 @@ +name: Build deck as pdf +on: + push: + branches: + - main + +jobs: + build-pdf: + runs-on: ubuntu-latest + container: + image: marpteam/marp-cli:latest + # env: + # NODE_ENV: development + + steps: + - name: Checkout + uses: actions/checkout@v2 + + - name: Build PDF + run: npx marp --pdf slides.md \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..6fb1df4 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Pitch deck - using marp + +Powered by [Marp](https://marp.app/) for easy and beautiful presentations. + +## How to use +- Edit `main.md` and `style.css` to modify the content and style of the presentation. +- Build the presentation by running `npx @marp-team/marp-cli@latest main.md --pdf` +- Commit and obtain the PDF as an artifact in the actions tab. \ No newline at end of file diff --git a/img/Screenshot_20240903-224523_anyway.png b/img/Screenshot_20240903-224523_anyway.png new file mode 100755 index 0000000..3d6a6de Binary files /dev/null and b/img/Screenshot_20240903-224523_anyway.png differ diff --git a/img/Screenshot_20240903-224533_anyway.png b/img/Screenshot_20240903-224533_anyway.png new file mode 100755 index 0000000..06b42dd Binary files /dev/null and b/img/Screenshot_20240903-224533_anyway.png differ diff --git a/img/Screenshot_20240903-224614_anyway.png b/img/Screenshot_20240903-224614_anyway.png new file mode 100755 index 0000000..e397c0f Binary files /dev/null and b/img/Screenshot_20240903-224614_anyway.png differ diff --git a/img/Screenshot_20240904-124649_anyway.png b/img/Screenshot_20240904-124649_anyway.png new file mode 100755 index 0000000..fb627a4 Binary files /dev/null and b/img/Screenshot_20240904-124649_anyway.png differ diff --git a/img/Screenshot_20240904-124703_anyway.png b/img/Screenshot_20240904-124703_anyway.png new file mode 100755 index 0000000..9ff30a2 Binary files /dev/null and b/img/Screenshot_20240904-124703_anyway.png differ diff --git a/img/Screenshot_20240904-124708_anyway.png b/img/Screenshot_20240904-124708_anyway.png new file mode 100755 index 0000000..d679a40 Binary files /dev/null and b/img/Screenshot_20240904-124708_anyway.png differ diff --git a/img/Screenshot_20240904-124716_anyway.png b/img/Screenshot_20240904-124716_anyway.png new file mode 100755 index 0000000..455b90f Binary files /dev/null and b/img/Screenshot_20240904-124716_anyway.png differ diff --git a/img/Screenshot_20240904-124720_anyway.png b/img/Screenshot_20240904-124720_anyway.png new file mode 100755 index 0000000..245bb6f Binary files /dev/null and b/img/Screenshot_20240904-124720_anyway.png differ diff --git a/main.md b/main.md new file mode 100644 index 0000000..8d588a4 --- /dev/null +++ b/main.md @@ -0,0 +1,50 @@ +--- +marp: true +# force the marp parser on local runs +theme: gaia +paginate: true +backgroundColor: #fff +backgroundImage: url('https://marp.app/assets/hero-background.svg') + +--- + + + + +![bg left:50% 70%](https://git.kluster.moll.re/anydev/identity/raw/branch/main/svg/Logos/logos_svg_Plan%20de%20travail%201%20copie%205.svg) + +# **AnyWay** + +Plan trips - your way! + +https://anyway.anydev.info/ + +--- + +# Concept +- AnyWay is a mobile application that helps users to plan city trips. +- The planning follows some **guiding principles**: + - **Personalization**: The user's preferences should be reflected in the choice of destinations. + - **Efficiency**: The itinerary should be optimized for the user's constraints. + - **Flexibility**: We aknowledge that tourism is a dynamic activity, and that users may want to change their plans on the go. + - **Discoverability**: Tourism is an inherently exploratory activity. Once a rough itinerary is generated, detours and spontaneous decisions should be encouraged. + +--- + +# Features +- **Personalized recommendations**: Based on user preferences and constraints. +- **Itinerary optimization**: Efficient planning that ensures a short travel time. +- **Dynamic planning**: The user can change their plans on the go. +- **Discoverability**: The user can explore new places and activities. + +--- + +# How it works + + + +Gradient background + +--- + +# Hey \ No newline at end of file