Compare commits

...

3 Commits

Author SHA1 Message Date
Andrew Stryker
7706ddc76d Start Wharton page 2024-09-08 14:08:12 -07:00
Andrew Stryker
9a33d56e1f Start a README file 2024-07-13 13:33:59 -07:00
Andrew Stryker
f71482c335 Start a notes section 2024-07-13 13:29:24 -07:00
4 changed files with 80 additions and 0 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
Personal Website
Clone the project with the recursive submodules flag:
```sh
git clone --recursive-submodules
```
This will pull the [PaperMod
theme](https://themes.gohugo.io/themes/hugo-papermod/).

57
content/about/wharton.md Normal file
View File

@ -0,0 +1,57 @@
---
title: 'Wharton CTO Program'
date: 2024-09-08T10:47:47-07:00
draft: true
---
The [Chief Technology Officer
Program](https://api.accredible.com/v1/credential-net/user_referrals/90db19b55d3d85f1319d31fe7aab9ff1/click)
equips technology leaders with business context and skills that they need to effectively
contribute to executive teams. I took program from
the [University of Pennsylvania's](https://www.upenn.edu) [Wharton Business
School](https://www.wharton.upenn.edu) between September 2023 and June 2024.
The structure was that of a core program plus three electives. Wharton awards a
certificate for the successful completion of each of these elements.
I found this program to very helpful. I learned lots.
# CTO Core Program
The core program covered:
- Technology adoption
- Alliances
- Thing 3
![Chief Technology Officer](https://api.accredible.com/v1/frontend/credential_website_embed_image/certificate/106749367)
# Scaling a Unicorn
The Scaling a Unicorn elective covered:
- Thing 1
- Thing 2
- Thing 3
![Scaling a
Unicorn](https://api.accredible.com/v1/frontend/credential_website_embed_image/certificate/106997180)
# Driving Strategic Innovation
The Driving Strategic Innovation elective covered:
- Thing 1
- Thing 2
- Thing 3
![Driving Strategic
Innovation](https://api.accredible.com/v1/frontend/credential_website_embed_image/certificate/106709316)
The Es
- Thing 1
- Thing 2
- Thing 3
![Executive Presence and
Influence](https://api.accredible.com/v1/frontend/credential_website_embed_image/certificate/103003049)

7
content/notes/_index.md Normal file
View File

@ -0,0 +1,7 @@
---
title: Notes
date: 2024-07-13T10:00:00-00:00
draft: false
---
Public notes and guides for various topics.

View File

@ -45,6 +45,8 @@ params:
url: "/about"
- name: Posts
url: "/posts"
- name: Notes
url: "/notes"
homeInfoParams:
Title: Personal Website
@ -101,3 +103,7 @@ menu:
name: Posts
url: /posts/
weight: 40
- identifier: notes
name: Notes
url: /notes/
weight: 50