Skip to content

Commit

Permalink
Created pdf workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyslavvolkov committed Aug 22, 2020
1 parent 6d77a81 commit 551d011
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/legal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Legal templates
on: release
jobs:
pdf:
name: Generate PDF
runs-on: ubuntu-20.04
steps:
- name: Checkout sources
uses: actions/checkout@v1
- name: Generate PDFs
uses: mkrakowitzer/actions-makepdfs@master
- name: Upload artifacts
uses: actions/upload-artifact@v1
with:
name: legal-templates
path: tmp
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Opportunity

Me, [_Vladyslav Volkov_](https://github.com/vladyslavvolkov), from now on **Consultant**, propose to _%Company%_,
Me, [_Vladyslav Volkov_](https://github.com/vladyslavvolkov), from now on **Consultant**, propose to _Acme Corp._,
from now on, **Company** and its team members to participate suggested educational programs for software engineers,
software engineers in test or Dev/Ops teams, or assemble a unique set of training classes on-demand.

Expand Down
16 changes: 5 additions & 11 deletions legal/consulting-agreement.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,8 @@ This **Agreement** (including any applicable [Statements of Work](statement-of-w

In Witness Whereof, intending to be legally bound, the parties have executed this **Agreement** as an instrument under seal as of the Effective Date.



Company: _____________________________________________________
Name: John Doe
Address: 14 Wall Str., Manhattan, NY, USA, 10006



Consultant: __________________________________________________
Name: Vladyslav Volkov
Address: 3 Lva Tolstoho Str., Kyiv, Ukraine, 01004
| <img width=400 /> | <img width=400 /> |
| --- | --- |
| **Company**: _____________________________________________________ | Consultant: __________________________________________________ |
| **Name**: John Doe | Name: Vladyslav Volkov |
| **Address**: 14 Wall Str., Manhattan, NY, USA, 10006 | Address: 3 Lva Tolstoho Str., Kyiv, Ukraine, 01004 |

0 comments on commit 551d011

Please sign in to comment.