Skip to content

Commit f56dad3

Browse files
committed
fixes/updates to comic creator
1 parent c393110 commit f56dad3

File tree

9 files changed

+8
-21
lines changed

9 files changed

+8
-21
lines changed

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ <h3>Make Your Own Mondrian</h3>
122122
<!-- end project -->
123123

124124
<!-- Comic Creator -->
125-
<!--
126125
<div class="project">
127126
<span class="projectid">&lt;project&gt;</span>
128127
<img class="feature" src="projects/comic_creator/assets/images/feature_full.jpg" />
@@ -148,7 +147,6 @@ <h3>Comic Creator</h3>
148147
</div>
149148
<div class="clear"></div>
150149
</div>
151-
-->
152150
<!-- end project -->
153151

154152
<!-- Night and Day -->
Binary file not shown.
Binary file not shown.
-6.35 KB
Loading
27.7 KB
Loading

projects/comic_creator/index.html

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ <h1>Comic Creator</h1>
2121
</div>
2222
<div class="section intro">
2323
<img class="feature" src="assets/images/feature_full.jpg" />
24+
<a href="assets/downloads/comic_complete.zip" target="_blank" class="project_download trackdl">Download Complete Project <span class="info">1.6mb | .zip file</span></a>
2425
</div>
2526
<div class="section description">
2627
<div class="details">
@@ -78,21 +79,21 @@ <h3><a href="">Download: Our “Cool” Image Bundle</a></h3>
7879
<div class="step">
7980
<h2>Ready to think inside the box? Install the template</h2>
8081
<p>Alright, let’s start building our comic. This project is a little different than some of the other Coder projects. We won’t be starting from scratch. We’ve put together a kit with all the parts you need to make your own comic - all you need to do is add the words and pictures. We’ll walk you through how each piece works, introducing some new concepts along the way. </p>
81-
<p>The first thing you need to do is download and install the Comic Template app onto your Coder. Installing an app on Coder as simple as creating a new one.</p>
82+
<p>The first thing you need to do is download and install the Comic Creator app template onto your Coder. Installing an app on Coder as simple as creating a new one.</p>
8283
<ul>
83-
<li>Download the <i>comic_template.zip</i> onto your computer or desktop. You can <a href="assets/downloads/comic_template.zip" target="_blank">download it here</a>.</li>
84+
<li>Download the <i>comic_creator.zip</i> onto your computer or desktop. You can <a href="assets/downloads/comic_creator.zip" target="_blank">download it here</a>.</li>
8485
<li>Click the box with the “<b>+</b>” on your Coder dashboard to start a new app.</li>
8586
<li>Instead of titling your app or picking a color, click the arrow button in the lower-left corner of the box.</li>
86-
<li>Find and select the “<b>comic_template.zip</b> file that you just downloaded.</li>
87-
<li>The new app should open up on Coder as well as appear on your dashboard and you’re ready to go!</li>
87+
<li>Find and select the “<b>comic_creator.zip</b> file that you just downloaded.</li>
88+
<li>It might take a few seconds to upload, but the new app should open up on Coder as well as appear on your dashboard and you’re ready to go!</li>
8889
</ul>
8990
</div>
9091

9192
<div class="step">
9293
<h2>Step 1: Take a look around</h2>
9394
<br>
9495
<img src="assets/images/step_01.jpg" />
95-
<p>Now that you have the Comic Template app installed let’s look around (but don’t mess with anything just yet!)</p>
96+
<p>Now that you have the Comic Creator app installed let’s look around (but don’t mess with anything just yet!)</p>
9697
<ul>
9798
<li>Let’s start with the preview. Click the eye symbol or the project name. Let’s start with the preview. Click the eye symbol or the project name. </li>
9899
<li> Go to the HTML tab.</li>
@@ -259,7 +260,7 @@ <h2>Step 7: Continue the the story on the next row</h2>
259260
<img src="assets/images/step_07.jpg" />
260261
<p>Alright let’s do the next panels! This is shaping up to be an interesting adventure.</p>
261262
<ul>
262-
<li>n the HTML tab, find the next two panels.</li>
263+
<li>In the HTML tab, find the next two panels.</li>
263264
<li>Add new text and images.</li>
264265
<li>Use the positioning and width or height to adjust the image.</li>
265266
<li>Use the positioning classes to place the text.</li>
@@ -395,13 +396,6 @@ <h3>Night and Day</h3>
395396
ga('create', 'UA-41998892-3', 'googlecreativelab.github.io');
396397
ga('send', 'pageview');
397398

398-
$(document).ready( function() {
399-
$('a.trackout').click(function() {
400-
var destination = $(this).attr('href');
401-
ga('send', 'event', 'outbound', 'click', destination );
402-
});
403-
});
404-
405399
</script>
406400

407401
</body>
Binary file not shown.

projects/mondrian/index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ <h1>Make Your Own Mondiran</h1>
2121
</div>
2222
<div class="section intro">
2323
<img class="feature" src="assets/images/feature_full.jpg" />
24+
<a href="assets/downloads/modern_mondrian.zip" target="_blank" class="project_download trackdl">Download Complete Project <span class="info">3k | .zip file</span></a>
2425
</div>
2526
<div class="section description">
2627
<div class="details">
@@ -488,12 +489,6 @@ <h3>Comic Creator</h3>
488489
ga('create', 'UA-41998892-3', 'googlecreativelab.github.io');
489490
ga('send', 'pageview');
490491

491-
$(document).ready( function() {
492-
$('a.trackout').click(function() {
493-
var destination = $(this).attr('href');
494-
ga('send', 'event', 'outbound', 'click', destination );
495-
});
496-
});
497492
</script>
498493
</body>
499494
</html>

0 commit comments

Comments
 (0)