beginning of a presentation
Some checks failed
Build deck as pdf / build-pdf (push) Failing after 1m27s

This commit is contained in:
Remy Moll 2024-09-19 22:19:14 +02:00
commit 48d6d65cf8
11 changed files with 78 additions and 0 deletions

View File

@ -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

8
README.md Normal file
View File

@ -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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 775 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 893 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 876 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

50
main.md Normal file
View File

@ -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')
---
<!-- _class: lead -->
<!-- _paginate: skip -->
<!-- TODO: This should rather be an app screenshot -->
![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
<!-- backgroundImage: "linear-gradient(to bottom, #67b8e3, #0288d1)" -->
Gradient background
---
# Hey