Skip to content

Commit 6699883

Browse files
Updated IOOI Canvas
1 parent 24f6f2d commit 6699883

File tree

8 files changed

+14
-8
lines changed

8 files changed

+14
-8
lines changed
-405 KB
Binary file not shown.
412 KB
Loading

content/articles/iooi/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ Only then---in reverse order---execute.
4747

4848
If you want it a bit fancier, here's a chart that tries to explain the same thing in a more visual way. Below, there's even a canvas that you can download and use in your projects.
4949

50-
{{<figure src="b47ca0fe-bcf8-44ec-ad18-4e7bde28d6d8" transformation="inline">}}
50+
{{<figure src="9f6f2861-1f88-436c-bee0-cd0c8da30e3a" transformation="inline">}}
5151
Illustration of Impact, Outcome, Output, and Input---and how it all ties together
5252
{{</figure>}}
5353

5454
# Canvas for Your Projects
5555

5656
Alright, you've decided to give IOOI a go in your projects. Congratulations! Download the template and use it in collaboration with your team to complete it bit by bit. Consider the quick tips below and the other subchapters to get the most out of IOOI.
5757

58-
{{<button class="btn-lg btn-warning" href="2021-08-IOOI-Canvas.png" target="_blank" description=".png, 385KB">}}<i class="las la-download"></i> Download IOOI Canvas{{</button>}}
58+
{{<button class="btn-lg btn-warning" href="Ypertex-IOOI-Canvas.png" target="_blank" description=".png, 385KB">}}<i class="las la-download"></i> Download IOOI Canvas{{</button>}}
5959

6060
I wish you lots of purpose and success in your endeavours!
6161

public/_redirects

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Redirect default Netlify subdomain to primary domain
22
https://blog-ypertex-com.netlify.com/* https://blog.ypertex.com/:splat 301!
3+
4+
# IOOI Canvas
5+
https://blog.ypertex.com/articles/iooi/2021-08-IOOI-Canvas.png https://blog.ypertex.com/articles/iooi/Ypertex-IOOI-Canvas.png 301!
-405 KB
Binary file not shown.
412 KB
Loading

public/articles/iooi/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,14 @@ <h2 id="iooi-visualized">IOOI, Visualized&nbsp;<a href="#iooi-visualized" class=
189189

190190
<picture>
191191
<source media="(min-width: 1200px)"
192-
srcset="https://res.cloudinary.com/ypertex/image/upload/c_scale,dpr_auto,f_auto,q_auto,w_760/b47ca0fe-bcf8-44ec-ad18-4e7bde28d6d8">
192+
srcset="https://res.cloudinary.com/ypertex/image/upload/c_scale,dpr_auto,f_auto,q_auto,w_760/9f6f2861-1f88-436c-bee0-cd0c8da30e3a">
193193
<source media="(min-width: 992px)"
194-
srcset="https://res.cloudinary.com/ypertex/image/upload/c_scale,dpr_auto,f_auto,q_auto,w_800/b47ca0fe-bcf8-44ec-ad18-4e7bde28d6d8">
194+
srcset="https://res.cloudinary.com/ypertex/image/upload/c_scale,dpr_auto,f_auto,q_auto,w_800/9f6f2861-1f88-436c-bee0-cd0c8da30e3a">
195195
<source media="(min-width: 768px)"
196-
srcset="https://res.cloudinary.com/ypertex/image/upload/c_scale,dpr_auto,f_auto,q_auto,w_720/b47ca0fe-bcf8-44ec-ad18-4e7bde28d6d8">
196+
srcset="https://res.cloudinary.com/ypertex/image/upload/c_scale,dpr_auto,f_auto,q_auto,w_720/9f6f2861-1f88-436c-bee0-cd0c8da30e3a">
197197
<source media="(min-width: 576px)"
198-
srcset="https://res.cloudinary.com/ypertex/image/upload/c_scale,dpr_auto,f_auto,q_auto,w_508/b47ca0fe-bcf8-44ec-ad18-4e7bde28d6d8">
199-
<img src="https://res.cloudinary.com/ypertex/image/upload/c_scale,dpr_auto,f_auto,q_auto,w_575/b47ca0fe-bcf8-44ec-ad18-4e7bde28d6d8"
198+
srcset="https://res.cloudinary.com/ypertex/image/upload/c_scale,dpr_auto,f_auto,q_auto,w_508/9f6f2861-1f88-436c-bee0-cd0c8da30e3a">
199+
<img src="https://res.cloudinary.com/ypertex/image/upload/c_scale,dpr_auto,f_auto,q_auto,w_575/9f6f2861-1f88-436c-bee0-cd0c8da30e3a"
200200
alt="">
201201
</picture>
202202

@@ -207,7 +207,7 @@ <h2 id="iooi-visualized">IOOI, Visualized&nbsp;<a href="#iooi-visualized" class=
207207
<h1 id="canvas-for-your-projects">Canvas for Your Projects&nbsp;<a href="#canvas-for-your-projects" class="heading"></a></h1>
208208
<p>Alright, you&rsquo;ve decided to give IOOI a go in your projects. Congratulations! Download the template and use it in collaboration with your team to complete it bit by bit. Consider the quick tips below and the other subchapters to get the most out of IOOI.</p>
209209
<div class="text-center my-5">
210-
<a href="2021-08-IOOI-Canvas.png" class="btn btn-shadow btn-lg btn-warning" role="button" target="_blank"><i class="las la-download"></i> Download IOOI Canvas</a>
210+
<a href="Ypertex-IOOI-Canvas.png" class="btn btn-shadow btn-lg btn-warning" role="button" target="_blank"><i class="las la-download"></i> Download IOOI Canvas</a>
211211
<p class="text-muted"><small>.png, 385KB</small></p>
212212
</div>
213213
<p>I wish you lots of purpose and success in your endeavours!</p>

static/_redirects

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Redirect default Netlify subdomain to primary domain
22
https://blog-ypertex-com.netlify.com/* https://blog.ypertex.com/:splat 301!
3+
4+
# IOOI Canvas
5+
https://blog.ypertex.com/articles/iooi/2021-08-IOOI-Canvas.png https://blog.ypertex.com/articles/iooi/Ypertex-IOOI-Canvas.png 301!

0 commit comments

Comments
 (0)