chore(misc): update Nx livestream branding (#7673)

This commit is contained in:
Brandon 2021-11-09 14:08:40 -06:00 committed by GitHub
parent f9d9e26882
commit 7020fe307e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 28 additions and 28 deletions

View File

@ -107,7 +107,7 @@ written in React, Node or Angular.
# Engage with the Core Team and the Community # Engage with the Core Team and the Community
- [Nx Office Hours Playlist on YouTube](https://www.youtube.com/playlist?list=PLakNactNC1dE8KLQ5zd3fQwu_yQHjTmR5). It's - [The Nx Show Playlist on YouTube](https://www.youtube.com/playlist?list=PLakNactNC1dE8KLQ5zd3fQwu_yQHjTmR5). It's
a regular YouTube stream where we talk all things Nx. Join the stream, ask questions, etc. a regular YouTube stream where we talk all things Nx. Join the stream, ask questions, etc.
- [Follow Nx on Twitter](https://twitter.com/NxDevTools) - [Follow Nx on Twitter](https://twitter.com/NxDevTools)

View File

@ -487,7 +487,7 @@ export function AngularPage() {
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
> >
Tune into regular Nx Office Hours livestreams Tune into regular Nx Show livestreams
</a> </a>
</li> </li>
<li className="mt-4"> <li className="mt-4">

View File

@ -121,11 +121,11 @@ export function Community(props: CommunityProps) {
</p> </p>
<h2 className="text-xl sm:text-2xl lg:text-2xl leading-none font-bold text-gray-800 tracking-tight mb-4"> <h2 className="text-xl sm:text-2xl lg:text-2xl leading-none font-bold text-gray-800 tracking-tight mb-4">
Office Hours & Twitter Livestreams & Twitter
</h2> </h2>
<p className="sm:text-lg mb-6"> <p className="sm:text-lg mb-6">
Our live Nx Office Hours take place every second and fourth The Nx Show takes place every second and fourth Monday, from
Monday, from 1:00 - 2:00 PM EST on the{' '} 1:00 - 2:00 PM EST on the{' '}
<a <a
className="underline cursor-pointer" className="underline cursor-pointer"
target="_blank" target="_blank"
@ -134,7 +134,7 @@ export function Community(props: CommunityProps) {
> >
Nrwl YouTube channel Nrwl YouTube channel
</a> </a>
. Info about upcoming Office Hours sessions is shared on the{' '} . Info about upcoming sessions is shared on the{' '}
<a <a
className="underline cursor-pointer" className="underline cursor-pointer"
target="_blank" target="_blank"
@ -151,7 +151,7 @@ export function Community(props: CommunityProps) {
rel="noreferrer" rel="noreferrer"
href="https://www.youtube.com/watch?v=JS3m1wIwRBg&list=PLakNactNC1dH8LCp2mvx5lbO6maNrlBVN" href="https://www.youtube.com/watch?v=JS3m1wIwRBg&list=PLakNactNC1dH8LCp2mvx5lbO6maNrlBVN"
> >
'Nx Office Hours' Youtube Playlist 'Nx Show' Youtube Playlist
</a> </a>
. .
</p> </p>
@ -160,13 +160,13 @@ export function Community(props: CommunityProps) {
In each session, members of the Nx core team answer your In each session, members of the Nx core team answer your
questions, help get you up and running with Nx, and address questions, help get you up and running with Nx, and address
particular challenges. If you have a question or topic youd particular challenges. If you have a question or topic youd
like to see covered in Nx Office Hours, you can{' '} like to see covered during The Nx Show, you can{' '}
<a <a
className="underline cursor-pointer" className="underline cursor-pointer"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
aria-label="Nx Office Hours Questions and Suggestions Form" aria-label="Nx Show Questions and Suggestions Form"
title="Nx Office Hours Questions and Suggestions Form" title="Nx Show Questions and Suggestions Form"
href="https://forms.gle/ehzCjzcF1xxNaviC7" href="https://forms.gle/ehzCjzcF1xxNaviC7"
> >
submit them here submit them here

View File

@ -569,7 +569,7 @@ export function Node() {
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
> >
Tune into regular Nx Office Hours livestreams Tune into regular Nx Show livestreams
</a> </a>
</li> </li>
<li className="mt-4"> <li className="mt-4">

View File

@ -535,7 +535,7 @@ export function ReactPage() {
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
> >
Tune into regular Nx Office Hours livestreams Tune into regular Nx Show livestreams
</a> </a>
</li> </li>
<li className="mt-4"> <li className="mt-4">

View File

@ -1549,11 +1549,11 @@ Utility to act on all files in a tree that are not ignored by git.
#### Parameters #### Parameters
| Name | Type | | Name | Type | Default value |
| :-------- | :------------------------------------------- | | :-------- | :------------------------------------------- | :------------ |
| `tree` | [`Tree`](../../angular/nx-devkit/index#tree) | | `tree` | [`Tree`](../../angular/nx-devkit/index#tree) | `undefined` |
| `dirPath` | `string` | | `dirPath` | `string` | `tree.root` |
| `visitor` | (`path`: `string`) => `void` | | `visitor` | (`path`: `string`) => `void` | `undefined` |
#### Returns #### Returns

View File

@ -1549,11 +1549,11 @@ Utility to act on all files in a tree that are not ignored by git.
#### Parameters #### Parameters
| Name | Type | | Name | Type | Default value |
| :-------- | :---------------------------------------- | | :-------- | :---------------------------------------- | :------------ |
| `tree` | [`Tree`](../../node/nx-devkit/index#tree) | | `tree` | [`Tree`](../../node/nx-devkit/index#tree) | `undefined` |
| `dirPath` | `string` | | `dirPath` | `string` | `tree.root` |
| `visitor` | (`path`: `string`) => `void` | | `visitor` | (`path`: `string`) => `void` | `undefined` |
#### Returns #### Returns

View File

@ -1549,11 +1549,11 @@ Utility to act on all files in a tree that are not ignored by git.
#### Parameters #### Parameters
| Name | Type | | Name | Type | Default value |
| :-------- | :----------------------------------------- | | :-------- | :----------------------------------------- | :------------ |
| `tree` | [`Tree`](../../react/nx-devkit/index#tree) | | `tree` | [`Tree`](../../react/nx-devkit/index#tree) | `undefined` |
| `dirPath` | `string` | | `dirPath` | `string` | `tree.root` |
| `visitor` | (`path`: `string`) => `void` | | `visitor` | (`path`: `string`) => `void` | `undefined` |
#### Returns #### Returns

View File

@ -55,5 +55,5 @@ Even though Nx isn't technology specific, we provide 3 separate flavours of the
# Engage with the Core Team and the Community # Engage with the Core Team and the Community
- [Nx Office Hours Playlist on YouTube](https://www.youtube.com/playlist?list=PLakNactNC1dE8KLQ5zd3fQwu_yQHjTmR5). It's a regular YouTube stream where we talk all things Nx. Join the stream, ask questions, etc. - [The Nx Show Playlist on YouTube](https://www.youtube.com/playlist?list=PLakNactNC1dE8KLQ5zd3fQwu_yQHjTmR5). It's a regular YouTube stream where we talk all things Nx. Join the stream, ask questions, etc.
- [Follow Nx on Twitter](https://twitter.com/NxDevTools) - [Follow Nx on Twitter](https://twitter.com/NxDevTools)