https://github.com/vogelino/michaelajaritz
Michaela is a systemic business trainer and Symbolon specialist with 25 years of marketing and sales experience in large-scale business and team leadership.
https://github.com/vogelino/michaelajaritz
business-coaching nextjs personal-website professional-website static-site vercel
Last synced: 3 months ago
JSON representation
Michaela is a systemic business trainer and Symbolon specialist with 25 years of marketing and sales experience in large-scale business and team leadership.
- Host: GitHub
- URL: https://github.com/vogelino/michaelajaritz
- Owner: vogelino
- Created: 2020-01-22T22:33:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T03:32:06.000Z (about 1 year ago)
- Last Synced: 2025-01-24T18:46:49.888Z (5 months ago)
- Topics: business-coaching, nextjs, personal-website, professional-website, static-site, vercel
- Language: TypeScript
- Homepage: https://michaela-jaritz.de
- Size: 41.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

# Michaela Jaritz, systemic trainer and Symbolon specialist: [michaela-jaritz.de](https://michaela-jaritz.de)
Michaela is a business trainer with 25 years of marketing and sales experience at Microsoft Corporation (Redmond, USA) and Microsoft Deutschland GmbH. She is experienced in large-scale business and (virtual) team leadership. She is a systemic trainer (certified by the European Coaching Association, ECA) and Symbolon specialist (accredited by the International Coach Federation, ICF.). This is the Github repository of her professional website.## Tech stack
This static website is written in TypeScript and build using [nextjs](https://nextjs.org/).### Access Locally
Pulldown a local copy of the Github repository, install the npm dependencies and run the site locally
```
$ git clone https://github.com/vogelino/michaelajaritz.git
$ cd michaelajaritz
$ npm install
$ npm run dev # Or `vercel dev` if configured with vercel
```