-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
57 lines (49 loc) · 4.19 KB
/
index.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?php
include('header.php');
echo"
<h1 class='head'> Scratch Day</h1><br>
<div>Scratch Day is a worldwide network of gatherings, where people come together to meet other Scratchers, share projects and experiences, and learn more about
<a href='http://scratch.mit.edu/' target='_blank'>Scratch</a>
</div>
<br>
<div>This the second Scratch Day organized at IIT Bombay!
</div>
<br>
<p>Here's the <a href='http://www.youtube.com/watch?v=wjVmUDW89zQ' target='_blank'>Scratch Day 2014 welcome video</a> from members of the MIT Scratch Team to you and your Scratch Day participants.
</p>
<p> <a href='register.php'>Register</a> for scratch day with teams of 2! Create your imagination and win exciting <a href='prizes.php'>prizes</a> :) </p>
</div>
</div>
<div class='pane-content'><hr/>
<h1 class='head2'>Agenda</h1>
Well since most of you don't know what Sratch is, we will start with introductory sessions on Scratch.
The introductory sessions are held in your hostels for your convenience on 15th August.<br><br> Then event will begin by 2pm, 16th August in
Old Software Lab (OSL) last till sunday evening . There will be a session on how to use scratch in the beginning. then you can make any game you want
not to mention, exciting prizes awaits the best games.
.
</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'>
<h3>What is Sratch?</h3>
<br>
<div><iframe src='http://player.vimeo.com/video/65583694?title=0&byline=0&portrait=0&color=ff9933' width='370' height='231' frameborder='0' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div><hr/>
<br><br>
<div>
Scratch is a programming language!
</div>
<div>
With Scratch, you can program your own interactive stories, games, and animations — and share your creations with others in the online community.
</div>
<br>
";
@include("footer.php");
?>