Skip to content

Commit e6894e8

Browse files
committed
update resources more
1 parent bcb0963 commit e6894e8

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

docs/images/images/companies.png

-150 KB
Binary file not shown.

docs/images/images/gopher.png

-111 KB
Binary file not shown.
File renamed without changes.

docs/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ <h3>Hello, world!</h3>
7474

7575
<article >
7676

77-
<h3>Slides</h3>
78-
<p class="link"><a href="https://hckr.cc/ht2425s1-w8-slides" target="_blank">hckr.cc/ht2425s1-w8-slides</a></p>
77+
<h3>Today&#39;s Resources</h3>
78+
<p class="link"><a href="https://goplay.tools" target="_blank">goplay.tools</a></p><p class="link"><a href="https://go.dev/play/" target="_blank">go.dev/play/</a></p><p class="link"><a href="https://hckr.cc/ht2425s1-w8-slides" target="_blank">hckr.cc/ht2425s1-w8-slides</a></p>
7979
<div class="image">
80-
<img src="images/slides-qr.png" width="400">
80+
<img src="images/slides-qr.png" width="350">
8181
</div>
8282

8383

generate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ curl -s http://127.0.0.1:3999/static/slides.js | sed -E 's/(\/static\/)/.\1/' >
33
curl -s http://127.0.0.1:3999/static/styles.css > docs/static/styles.css
44
curl -s http://127.0.0.1:3999/static/notes.css > docs/static/notes.css
55
curl -s http://127.0.0.1:3999/introduction-to-go.slide | sed -E 's/(\/static\/)/.\1/' | sed -E '/play\.js/d' > docs/index.html
6-
cp -r images docs/images
6+
rm -r docs/images && cp -r images docs/images

introduction-to-go.slide

+6-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@ By the end of this workshop, you should be able to write your own simple Go prog
1515

1616
We assume that you have basic programming knowledge, like some understanding of Python for example, but not much beyond that.
1717

18-
## Slides
18+
## Today's Resources
19+
20+
.link https://goplay.tools
21+
22+
.link https://go.dev/play/
1923

2024
.link https://hckr.cc/ht2425s1-w8-slides
2125

22-
.image images/slides-qr.png _ 400
26+
.image images/slides-qr.png _ 350
2327

2428
## whoami
2529

0 commit comments

Comments
 (0)