Skip to content

Commit d569667

Browse files
authored
Merge branch 'main' into PR/improve-content-tests
2 parents b885d19 + 497e464 commit d569667

File tree

15 files changed

+185
-5
lines changed

15 files changed

+185
-5
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,15 @@
180180
"contributions": [
181181
"ideas"
182182
]
183+
},
184+
{
185+
"login": "kvashchuka",
186+
"name": "Anna Kvashchuk",
187+
"avatar_url": "https://avatars.githubusercontent.com/u/12686827?v=4",
188+
"profile": "https://github.com/kvashchuka",
189+
"contributions": [
190+
"doc"
191+
]
183192
}
184193
],
185194
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Coding Train Website
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4-
5-
[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg?style=flat-square)](#contributors-)
6-
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-20-orange.svg?style=flat-square)](#contributors-)
75
<!-- ALL-CONTRIBUTORS-BADGE:END -->
86

97
This repo holds the website for [thecodingtrain.com](https://thecodingtrain.com/). The website is built with:
@@ -69,6 +67,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
6967
<td align="center" valign="top" width="14.28%"><a href="https://github.com/KobeLiesenborgs"><img src="https://avatars.githubusercontent.com/u/31523219?v=4?s=100" width="100px;" alt="Kobe Liesenborgs"/><br /><sub><b>Kobe Liesenborgs</b></sub></a><br /><a href="#content-KobeLiesenborgs" title="Content">🖋</a></td>
7068
<td align="center" valign="top" width="14.28%"><a href="https://simontiger.com"><img src="https://avatars.githubusercontent.com/u/21979673?v=4?s=100" width="100px;" alt="Simon Tiger"/><br /><sub><b>Simon Tiger</b></sub></a><br /><a href="#ideas-simon-tiger" title="Ideas, Planning, & Feedback">🤔</a></td>
7169
<td align="center" valign="top" width="14.28%"><a href="https://kaitab.net/"><img src="https://avatars.githubusercontent.com/u/93952418?v=4?s=100" width="100px;" alt="kaitabuchi"/><br /><sub><b>kaitabuchi</b></sub></a><br /><a href="#ideas-kaitabuchi314" title="Ideas, Planning, & Feedback">🤔</a></td>
70+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kvashchuka"><img src="https://avatars.githubusercontent.com/u/12686827?v=4?s=100" width="100px;" alt="Anna Kvashchuk"/><br /><sub><b>Anna Kvashchuk</b></sub></a><br /><a href="https://github.com/CodingTrain/thecodingtrain.com/commits?author=kvashchuka" title="Documentation">📖</a></td>
7271
</tr>
7372
</tbody>
7473
</table>

content/pages/guides/passenger-showcase-guide.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ If you have questions or need any help, come board the [Coding Train Discord](ht
1616

1717
If you choose not to use the form above, you can also submit a Pull Request on GitHub. The first step is to associate your submission with a specific video. Don't worry too much if you aren't sure, just pick wherever you think it fits best! If your work relates to multiple videos just pick one!
1818

19-
On the [GitHub repo homepage](https://github.com/CodingTrain/thecodingtrain.com), click the button in the upper left-hand corner where it says `main`. Type in the name of a branch (you can make this up!) and create the branch! In the example below I'm calling it `dan-showcase-submission`.
19+
First, you will need to [fork the repo](https://docs.github.com/en/get-started/quickstart/fork-a-repo#forking-a-repository). On the [GitHub repo homepage](https://github.com/CodingTrain/thecodingtrain.com), click the button `Fork` in the upper-right corner. You will be prompted to the `Create a new fork` window, press `Create fork` in the bottom of the page. Now, you will have a fork of the original repo.
20+
21+
![Fork button](./passenger-showcase/fork.png)
22+
23+
Second, create a branch in your fork by clicking a button in the upper left-hand corner where it says `main`.
24+
Type in the name of a branch (you can make this up!) and create the branch! In the example below, I'm calling it `dan-showcase-submission`.
2025

2126
![Branches dropdown](./passenger-showcase/branches.png)
2227

414 KB
Loading

content/tracks/side-tracks/2018-workflow/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"title": "Workflow (2018)",
2+
"title": "Workflow",
33
"playlistId": "PLRqwX-V7Uu6Zu_uqEA6NqhLzKLACwU74X",
44
"description": "Editor, shell, and more! In this side track I cover the tools I am currently using as part of my workflow.",
55
"videos": [
6+
"workflow/2023-update",
67
"workflow/1-intro",
78
"workflow/2-visual-studio-code",
89
"workflow/3-shell",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"title": "Teachable Image Classifier Web App",
3+
"author": {
4+
"name": "Sahand Babali",
5+
"url": "https://sahandbabali.com/",
6+
"twitter": "sahandbabali",
7+
"instagram": "sahandbabali"
8+
},
9+
"url": "https://www.youtube.com/watch?v=MwnuYYdX-Yo",
10+
"submittedOn": "2023-11-01T15:45:11.292Z"
11+
}
378 KB
Loading
12.1 KB
Loading
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"title": "Multiple textures calculated in setup()",
3+
"author": {
4+
"name": "The Mighty Kraken"
5+
},
6+
"url": "https://editor.p5js.org/TheMightyKraken/sketches/pYQzJaxi_",
7+
"submittedOn": "2023-10-31T18:09:55.025Z"
8+
}
29.7 KB
Loading

0 commit comments

Comments
 (0)