Skip to content

Commit

Permalink
Merge commit '889bde2d4dbeb06b1194c78140575fcb42b6ab35'
Browse files Browse the repository at this point in the history
* commit '889bde2d4dbeb06b1194c78140575fcb42b6ab35':
  Update about.md
  Update ci.yml
  Update jspdf-template.md

# Conflicts:
#	src/content/about.md
  • Loading branch information
AndreKelling committed Mar 27, 2024
2 parents 0a92ac9 + 889bde2 commit 94682c4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
Expand All @@ -28,7 +28,7 @@ jobs:
npm run lint
npm run build:prod
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: page
path: dist
Expand All @@ -44,13 +44,13 @@ jobs:
id-token: write # to verify the deployment originates from an appropriate source
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: page
path: .
- uses: actions/configure-pages@v4
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: .
- id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
4 changes: 4 additions & 0 deletions src/content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Please refer to my CV for a completer list of projects, frameworks and tech-skil
<h2>Vita:</h2>

<ul>
<li>since Feb. 2024</li>
<li>Interim Angular Development</li>
<li><a href="https://qualityminds.com/" rel="noreferrer noopener" target="_blank" title="qualityminds.com website">QualityMinds GmbH</a></li>
<li>Remote</li>
<li>Mar. 2023 — Okt. 2023</li>
<li>Interim Java Development</li>
<li><a href="https://www.testberichte.de/" rel="noreferrer noopener" target="_blank" title="Testberichte.de website">Testberichte.de</a></li>
Expand Down
8 changes: 4 additions & 4 deletions src/content/works/jspdf-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ project:
- { image: "content/jspdf-codelines", title: a glance into the code }

seo:
title: jsPDF template
title: jsPDF templates
description: Well designed custom PDF printing with JS
---
With the help of the <a href="https://github.com/MrRio/jsPDF" rel="nofollow noreferrer noopener" target="_blank" title="JavaScript Library">jsPDF</a> library by MrRio i relaunched my Invoice Design with the mighty power of JavaScript code.<br />
With the help of the <a href="https://github.com/MrRio/jsPDF" rel="nofollow noreferrer noopener" target="_blank" title="JavaScript Library">jsPDF</a> library by MrRio i relaunched my Invoice Design with the power of JavaScript code.<br />
Printing PDF's with code was and is a little nightmare. PDF's are created with PostScript and that doesn't works well with any Markup language like HTML.

This will simply improve my speed in writing invoices. Hopefully i will do write a lot.<br />
Served with integrated SVG graphics is gentle on resources. Because of the optimized datasize ~100kb instead of delivering several mb's sized documents.

This template gots what it needs to restructure it as a simple letter. As it's <a href="https://en.wikipedia.org/wiki/DIN_5008" rel="nofollow noreferrer noopener" target="_blank" title="DIN 5008 german letter standart">DIN 5008</a> conform.<br />
Here you can test this out <a href="https://andrekelling.github.io/jspdf-template/" rel="noreferrer noopener" target="_blank" title="to github page">https://andrekelling.github.io/jspdf-template/</a>
Here you can test this out <a href="https://andrekelling.github.io/jspdf-template/" rel="noreferrer noopener" target="_blank" title="to github page">https://andrekelling.github.io/jspdf-template/</a>.

With some tweaks here and there I can do apply your design on this and connected to a User Interface which could deliver data into the creation-code you could print your stuff in your own digital writing paper.
I made another fine creation for a Dymo label-printer in size 36x59mm <a href="https://andrekelling.github.io/jspdf-template-labelprint/" rel="noreferrer noopener" target="_blank" title="to github page">https://andrekelling.github.io/jspdf-template-labelprint/</a>.

0 comments on commit 94682c4

Please sign in to comment.