-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
894c896
commit 5b06b73
Showing
18 changed files
with
5,200 additions
and
3,744 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
on: push | ||
# push: | ||
# branches: | ||
# - master | ||
|
||
jobs: | ||
pages: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out repository code | ||
uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
- name: Build theme | ||
run: | | ||
npm install | ||
npm run build | ||
- id: git-tag | ||
name: Split tag | ||
if: github.ref_type == 'tag' | ||
uses: auguwu/git-tag-action@master | ||
- name: Create tag directories | ||
if: github.ref_type == 'tag' | ||
run: | | ||
mkdir -p build/${{ steps.git-tag.outputs.major }} | ||
cp theme/puzzle.css build/${{ steps.git-tag.outputs.major }} | ||
mkdir -p build/${{ steps.git-tag.outputs.major }}.${{ steps.git-tag.outputs.minor }} | ||
cp theme/puzzle.css build/${{ steps.git-tag.outputs.major }}.${{ steps.git-tag.outputs.minor }} | ||
mkdir -p build/${{ github.ref_name }} | ||
cp theme/puzzle.css build/${{ github.ref_name }} | ||
- name: Create sha and latest directories | ||
run: | | ||
# Short sha | ||
mkdir -p build/${GITHUB_SHA::7} | ||
cp theme/puzzle.css build/${GITHUB_SHA::7} | ||
# Long sha | ||
mkdir -p build/${GITHUB_SHA} | ||
cp theme/puzzle.css build/${GITHUB_SHA} | ||
# Latest | ||
mkdir -p build/latest | ||
cp theme/puzzle.css build/latest | ||
ls -R build | ||
- name: Deploy 🚀 | ||
uses: JamesIves/github-pages-deploy-action@v4 | ||
with: | ||
folder: build # The folder the action should deploy. | ||
clean: false | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,126 @@ | ||
# PITC Revealjs Theme | ||
|
||
* Item 1 | ||
* Item 2 | ||
* Item 3 | ||
--- | ||
revealOptions: | ||
transition: slide | ||
--- | ||
<!-- .slide: class="master-cover" --> | ||
|
||
<!-- .slide: class="master01" --> | ||
# Präsentation | ||
# *Puzzle ITC* | ||
### Thema <!-- .element: class="r-stretch" --> | ||
#### John Doe | ||
#### john@mail.com | ||
|
||
--- | ||
<!-- .slide: class="master-agenda" --> | ||
|
||
# First Topic | ||
## 18.02.2020 | ||
# Agenda | ||
|
||
<!-- .slide: class="master02 intro" --> | ||
- Vorstellungsrunde | ||
- Wer ist Puzzle und was tut Puzzle? | ||
- Referenzen/Kundenprojekte (Success Stories) | ||
- Mögliche Dienstleistungen fürs KSGR | ||
- Fragerunde | ||
|
||
--- | ||
<!-- .slide: class="master-people" --> | ||
|
||
# Slide 2 | ||
# Nice to meet you | ||
|
||
Lorem ipsum. | ||
- ![](https://randomuser.me/api/portraits/men/73.jpg) | ||
### John Doe | ||
Head of Business<br> | ||
Division Zürich | ||
|
||
<!-- .slide: class="master02" --> | ||
john@email.com | ||
|
||
---- | ||
- ![](https://randomuser.me/api/portraits/women/52.jpg) | ||
### Jane Roe | ||
Chief Communications,<br> | ||
Marketing & Sales | ||
|
||
## Vertical Slide | ||
jane@email.com | ||
|
||
--- | ||
<!-- .slide: class="master-title" --> | ||
|
||
Lorem ipsum | ||
## Unsere Firma | ||
|
||
<!-- .slide: class="master03" --> | ||
# Wer ist Puzzle? | ||
# *Was tut* Puzzle? | ||
|
||
--- | ||
<!-- .slide: class="master-top-head" data-background-image="https://www.puzzle.ch/wp-content/uploads/2023/08/pic_puzzle_team_2023_startseite_2000px.jpg" --> | ||
|
||
# Second Topic | ||
# One Team | ||
|
||
<!-- .slide: class="master04 intro" --> | ||
--- | ||
|
||
# Unsere Principles | ||
|
||
![demo_principles](/_assets/imgs/demo_principles.png) | ||
|
||
--- | ||
|
||
# Slide 3 | ||
<!-- .slide: class="master-icons" --> | ||
|
||
Lorem _ipsum_. | ||
# Facts & Figures | ||
|
||
<!-- .slide: class="master04" --> | ||
- ![](/_assets/imgs/icon.png) | ||
- # 23 Jahre | ||
Gründung GmbH am 9.9.1999 | ||
|
||
--- | ||
- ![](/_assets/imgs/icon.png) | ||
- # 100% | ||
Inhabergeführt, | ||
eigenfinanziert | ||
|
||
# Third Topic | ||
- ![](/_assets/imgs/icon.png) | ||
- # 100% | ||
Swiss Made | ||
Software | ||
|
||
<!-- .slide: class="master04 intro" --> | ||
- ![](/_assets/imgs/icon.png) | ||
- # beyond | ||
Nachhaltigkeit, | ||
Gleichberechtigung, | ||
Nachwuchsförderung | ||
|
||
--- | ||
<!-- .slide: class="master-cards" --> | ||
|
||
# Slide 4 | ||
# Gemeinsames Vorgehen | ||
|
||
Lorem _ipsum_. | ||
- # Architektur Workshop | ||
Analyse bestehende | ||
Infrastruktur | ||
|
||
Bestimmung | ||
OpenShift/Rancher - | ||
Architektur und Integration | ||
in bestehende Infrastruktur | ||
|
||
- # Aufbau PoC OpenShift & Rancher | ||
Installation | ||
OpenShift/Rancher | ||
|
||
Integration Umsysteme | ||
|
||
Deployment von PoC- | ||
Applikationen | ||
|
||
- # Aufbau PoC OpenShift & Rancher | ||
Installation | ||
OpenShift/Rancher | ||
|
||
Integration Umsysteme | ||
|
||
Deployment von PoC- | ||
Applikationen | ||
|
||
--- | ||
<!-- .slide: class="master-thanks" --> | ||
|
||
<!-- .slide: class="master04" --> | ||
# Merci! | ||
### Mehr Informationen zu Puzzle: | ||
### www.puzzle.ch |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.