Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T03:32:06.000Z (7 months ago)
- Last Synced: 2024-06-12T18:24:02.971Z (7 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
![Social Image of the repository of michaela-jaritz.de](https://github.com/vogelino/michaelajaritz/blob/master/Github-SocialImage.png?raw=true)
# 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
```