diff --git a/_drafts/2018-06-19-draft.md b/_drafts/2018-06-19-draft.md index e68203929..00518bfb2 100644 --- a/_drafts/2018-06-19-draft.md +++ b/_drafts/2018-06-19-draft.md @@ -13,6 +13,8 @@ Feature story text here ## Upcoming events! +![Hack Chat]({{ "/assets/hackchat.png" | absolute_url }}){:width="550px"} + June 22nd at 3pm ET the Adafruit team will be doing a "HackChat" on [Hackaday.io](https://hackaday.io/) all about Crickit and CircuitPython. We'll add all the specifics once hackaday posts'em up. July 23rd to July 29th, 2018 is [EuroPython](https://ep2018.europython.eu/), a community conference with a [call for proposals until May 20th](https://ep2018.europython.eu/en/call-for-proposals/) on every aspect of Python: programming from novice to advanced levels, applications and frameworks, or how you have been involved in introducing Python into your organization. diff --git a/_drafts/template.md b/_drafts/template.md index aaed63dc6..831d442b1 100644 --- a/_drafts/template.md +++ b/_drafts/template.md @@ -13,6 +13,8 @@ Feature story text here ## Upcoming events! +![Hack Chat]({{ "/assets/hackchat.png" | absolute_url }}){:width="550px"} + June 22nd at 3pm ET the Adafruit team will be doing a "HackChat" on [Hackaday.io](https://hackaday.io/) all about Crickit and CircuitPython. We'll add all the specifics once hackaday posts'em up. July 23rd to July 29th, 2018 is [EuroPython](https://ep2018.europython.eu/), a community conference with a [call for proposals until May 20th](https://ep2018.europython.eu/en/call-for-proposals/) on every aspect of Python: programming from novice to advanced levels, applications and frameworks, or how you have been involved in introducing Python into your organization. diff --git a/_posts/2018-06-12-building-robots-with-python.md b/_posts/2018-06-12-building-robots-with-python.md index c381cbf4c..323fe2b24 100644 --- a/_posts/2018-06-12-building-robots-with-python.md +++ b/_posts/2018-06-12-building-robots-with-python.md @@ -31,13 +31,13 @@ Writing code for robotics needs to be real-time, have frequent iterations, most More later - pt. -Alice came to a fork in the road.  “Which road do I take?” she asked. +*Alice came to a fork in the road.  “Which road do I take?” she asked.* -“Where do you want to go?” responded the Cheshire cat. +*“Where do you want to go?” responded the Cheshire cat.* -“I don’t know,” Alice answered. +*“I don’t know,” Alice answered.* -“Then,” said the cat, “it doesn’t matter.” +*“Then,” said the cat, “it doesn’t matter.”* – Alice in Wonderland @@ -87,6 +87,8 @@ Get your own Blinka PCB pin [from OSH Park](https://oshpark.com/shared_projects/ ## Upcoming events! +![Hack Chat]({{ "/assets/hackchat.png" | absolute_url }}){:width="550px"} + June 22nd at 3pm ET the Adafruit team will be doing a "HackChat" on [Hackaday.io](https://hackaday.io/) all about Crickit and CircuitPython. We'll add all the specifics once hackaday posts'em up. July 23rd to July 29th, 2018 is [EuroPython](https://ep2018.europython.eu/), a community conference with a [call for proposals until May 20th](https://ep2018.europython.eu/en/call-for-proposals/) on every aspect of Python: programming from novice to advanced levels, applications and frameworks, or how you have been involved in introducing Python into your organization. diff --git a/assets/hackchat.png b/assets/hackchat.png new file mode 100644 index 000000000..079301a7c Binary files /dev/null and b/assets/hackchat.png differ