Skip to content

Commit cc81bd0

Browse files
committed
Adds Alumni Slack pages (incl. Turtle Pond)
1 parent da60b7c commit cc81bd0

File tree

6 files changed

+31
-13
lines changed

6 files changed

+31
-13
lines changed

Diff for: Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source "https://rubygems.org"
22

3+
gem "csv"
34
gem "jekyll", "~> 4.0"
45

56
group :jekyll_plugins do

Diff for: Gemfile.lock

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ GEM
2222
colorator (1.1.0)
2323
concurrent-ruby (1.3.5)
2424
connection_pool (2.5.0)
25+
csv (3.3.2)
2526
drb (2.2.1)
2627
em-websocket (0.5.3)
2728
eventmachine (>= 0.12.9)
@@ -171,6 +172,7 @@ PLATFORMS
171172
x86_64-linux-musl
172173

173174
DEPENDENCIES
175+
csv
174176
jekyll (~> 4.0)
175177
jekyll-feed
176178
jemoji

Diff for: alumni_slacks.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Alumni Slacks
3+
layout: default
4+
nav_order: 2
5+
---
6+
7+
# Pivotal Alumni Slack
8+
9+
The Pivotal Alumni Slack community is for anyone who worked for Pivotal before it was acquired by VMware on December 31st, 2019. If this fits you, you can [sign up here](https://pivotal.fun/).
10+
11+
More information about this community can be found at the [Pivotal Alumni Slack Code of Conduct](https://pivotal.fun/code-of-conduct).
12+
13+
# VMware Alumni Slack
14+
15+
If you joined a Pivotal division of VMware after January 1st, 2020, you can (perhaps also) join that community Slack, [The Turtle Pond](https://vmwalumni.slack.com).
16+
17+
18+
19+
20+
21+
22+
23+

Diff for: design/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Design Topics
33
layout: default
4-
nav_order: 2
4+
nav_order: 3
55
---
66

77
[jess]: https://jesseddy.com/navigating-ambiguity

Diff for: index.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,12 @@ nav_order: 1
1010
Do the Right Thing | Do What Works | Be Kind
1111
{: .text-center }
1212

13-
A place for the links to the things we wish we'd taken with us.
13+
The Codex is an index of interesting Pivotal-y resources that can help the alumni diaspora. While we have [Slack(s)](/alumni_slacks) for discussion, having a central place gets around Slack's poor and expensive search and archiving capabilities.
1414

15-
This is a collection of interesting links and docs to help us after Pivotal.
15+
Surfing the navigation or searching (see above) will show you what's here today.
1616

17-
It's a wiki as a workaround for searching and/or paying for Slack as a full archive.
18-
19-
## Are you in the Pivotal Alumni Slack?
20-
21-
- No? [Get an invitation](https://pivotal.fun)!
17+
This is a public site, built from text files on GitHub. It's easy to update, so if you find things you want to share, please consider [contributing](/contributing/).
2218

2319
## Looking for Swag?
2420

2521
- Bronwen's (SF Designer) [Once a Pivot, Always a Pivot](https://www.redbubble.com/people/bronwen-a/shop) store
26-
27-
## Want to Contribute?
28-
29-
See [Contributing](/contributing/).

Diff for: product/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Product Topics
33
layout: default
4-
nav_order: 4
4+
nav_order: 3
55
---
66

77

0 commit comments

Comments
 (0)