beginning of a presentation
Some checks failed
Build deck as pdf / build-pdf (push) Failing after 1m27s
20
.gitea/workflows/build-pdf.yaml
Normal 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
@ -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.
|
BIN
img/Screenshot_20240903-224523_anyway.png
Executable file
After Width: | Height: | Size: 775 KiB |
BIN
img/Screenshot_20240903-224533_anyway.png
Executable file
After Width: | Height: | Size: 126 KiB |
BIN
img/Screenshot_20240903-224614_anyway.png
Executable file
After Width: | Height: | Size: 638 KiB |
BIN
img/Screenshot_20240904-124649_anyway.png
Executable file
After Width: | Height: | Size: 893 KiB |
BIN
img/Screenshot_20240904-124703_anyway.png
Executable file
After Width: | Height: | Size: 876 KiB |
BIN
img/Screenshot_20240904-124708_anyway.png
Executable file
After Width: | Height: | Size: 123 KiB |
BIN
img/Screenshot_20240904-124716_anyway.png
Executable file
After Width: | Height: | Size: 96 KiB |
BIN
img/Screenshot_20240904-124720_anyway.png
Executable file
After Width: | Height: | Size: 209 KiB |
50
main.md
Normal 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 -->
|
||||

|
||||
|
||||
# **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
|