mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
Merge branch 'master' into history
This commit is contained in:
commit
325597abae
7
.github/workflows/test-build.yml
vendored
7
.github/workflows/test-build.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: build test CI
|
||||
|
||||
on: push
|
||||
on: pull_request_target
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
@ -10,6 +10,11 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node 19
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '19'
|
||||
|
||||
- name: npm-install
|
||||
run: npm install
|
||||
|
||||
|
||||
7
.github/workflows/test-lint.yml
vendored
7
.github/workflows/test-lint.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: lint test CI
|
||||
|
||||
on: push
|
||||
on: pull_request_target
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
@ -10,6 +10,11 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node 19
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '19'
|
||||
|
||||
- name: npm-install
|
||||
run: npm install
|
||||
|
||||
|
||||
9
.github/workflows/vuepress-deploy.yml
vendored
9
.github/workflows/vuepress-deploy.yml
vendored
@ -12,12 +12,17 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Setup Node 19
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '19'
|
||||
|
||||
- name: vuepress-deploy
|
||||
uses: jenkey2011/vuepress-deploy@v1.8.1
|
||||
uses: jenkey2011/vuepress-deploy@master
|
||||
env:
|
||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
TARGET_REPO: IT4Change/IT4C.dev
|
||||
TARGET_BRANCH: gh-pages
|
||||
BUILD_SCRIPT: npm install && npm run build:workflow
|
||||
BUILD_SCRIPT: npm install && npm run build-node16
|
||||
BUILD_DIR: docs/.vuepress/dist
|
||||
CNAME: https://www.it4c.dev
|
||||
@ -18,4 +18,4 @@ You can also join our [Telegram Channel](https://t.me/+A3XAurSG9ws3NjE6) to get
|
||||
|
||||
If you are looking for a developer team and you consider hiring (some of) us, please make sure to also provide a detailed project description, outlining goals, time frame, social impact and wether the project will be open- or closed source.
|
||||
|
||||
We will work with you to archive your goals in a sustainable manner. We will make sure knowledge is spread within the team and we will integrate with your existing IT department to ensure scalability.
|
||||
We will work with you to achieve your goals in a sustainable manner. We will make sure knowledge is spread within the team and we will integrate with your existing IT department to ensure scalability.
|
||||
|
||||
@ -4,13 +4,11 @@
|
||||

|
||||
|
||||
<!-- Seit meinem 14. Lebensjahr, also seit Anfang 1983, beschäftige ich mich nun schon mit Programmierung.
|
||||
Dabei bin ich durch einige Phasen interessanter technologischer Veränderungen gegangen.
|
||||
Diese erlernte ich Überwiegend autodidaktisch und in Pairing-Sessions. -->
|
||||
Dabei bin ich durch mehrere Phasen interessanter technologischer Veränderungen gegangen und habe die neuen Technologien hauptsächlich autodidaktisch und in Pairing-Sitzungen erlernt. -->
|
||||
Since I was 14 years old, that is since the beginning of 1983, I have been involved in programming.
|
||||
I have gone through several phases of interesting technological changes.
|
||||
I learned these mainly self-taught and in pairing sessions.
|
||||
In the process, I have gone through several phases of interesting technological change, learning the new technologies mainly self-taught and in pairing sessions.
|
||||
|
||||
<!-- Programmieren ist wie eine interaktive Geschichte erzählen, die dazu oft noch gestalterisch visuelle Komponenten trägt.
|
||||
<!-- Programmieren ist wie das Erzählen einer interaktiven Geschichte, die oft auch eine gestalterisch visuelle Komponente hat.
|
||||
Mir gefällt besonders die künstlerisch strukturelle Ästetik, wenn ich komplexe Projekte in faszinierenden Programmiersprachen umsetze. -->
|
||||
Programming is like telling an interactive story, which often has visual components as well.
|
||||
I particularly enjoy the artistic structural aesthetics when implementing complex projects in fascinating programming languages.
|
||||
@ -68,9 +66,9 @@ I developed and contributed to different projects:
|
||||
- Frontend development
|
||||
- Backend development
|
||||
- Server setup
|
||||
- Owner of iOS [FaceYourFace](https://apps.apple.com/de/app/faceyourface/id1137963659) App
|
||||
- Owner of [FaceYourFace](https://apps.apple.com/de/app/faceyourface/id1137963659) App for iOS
|
||||
- Developer
|
||||
- Owner of Windows `Pjannto RIP` App
|
||||
- Owner of `Pjannto RIP` App for Windows
|
||||
- Developer
|
||||
|
||||
## Approaches & Tools
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
|
||||
"build-node16": "vuepress build docs",
|
||||
"dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs",
|
||||
"test": "textlint \"*.md\" \"docs/**/*.md\""
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user