Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```