-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.php
39 lines (34 loc) · 3.49 KB
/
resources.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php
include('header.php');
echo"
<h1>Reading Material</h1> <hr/>
<a href='scratch-intro.pdf' target='_blank'>Scratch Hostel Introduction Slides</a> <br/> <br/>
<a href='cs50.pdf' target='_blank'>Harvard College Scratch Lecture Notes</a> <br/> <br/>
<a href='cs50-scratch-notes.pdf' target='_blank'>Scratch Basic Notes</a> <br/> <br/>
<h1>Video Tutorials</h1><hr/>
<iframe src='http://player.vimeo.com/video/59667468' width='320' height='180' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<br><br><br>
<iframe src='http://player.vimeo.com/video/59667467' width='320' height='180' frameborder='0' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<br/> <br><br> <iframe src='http://player.vimeo.com/video/58784073' width='320' height='180' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<br/> <br><br><iframe src='http://player.vimeo.com/video/60969533' width='320' height='180' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<br/> <br><br><iframe src='http://player.vimeo.com/video/58865828' width='320' height='181' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<div class='panels-flexible-region panels-flexible-region-1-row_2_2'>
<div class='inside panels-flexible-region-inside panels-flexible-region-1-row_2_2-inside'>
</div>
</div>
<div class='panels-flexible-region panels-flexible-region-1-row_2_3 panels-flexible-region-last '>
<div class='inside panels-flexible-region-inside panels-flexible-region-1-row_2_3-inside panels-flexible-region-inside-last'>
<div class='panel-pane pane-custom pane-2'>
<div class='pane-content'>
<h1> Online Resources</h1> <hr/>
<a href='http://scratch.mit.edu/projects/editor/?tip_bar=getStarted' target='_blank'>Step By Step Editor</a> <br/> <br/>
<a href='http://learnscratch.org/' target='_blank'>learnscratch.org</a> <br/> <br/>
<a href='http://info.scratch.mit.edu/Video_Tutorials' target='_blank'>Official Scratch Video Tutorials</a> <br/> <br/>
<h1><font color='white'>This is some text!</font> </h1><hr/>
";
include('footer.php');
?>