-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexphpbat
61 lines (48 loc) · 4 KB
/
indexphpbat
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
58
59
60
61
<?php
include('header.php')
<h1>Attend 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 first Scratch Day organized in IIT Bombay!
</div>
<br>
<p>Here's the <a href="http://www.youtube.com/watch?v=wjVmUDW89zQ" target="_blank">Scratch Day 2013 welcome video</a> from members of the MIT Scratch Team to you and your Scratch Day participants.
</p>
<p> <a href="/register">Register</a> for scratch day with teams of 2! Create your imagination and win exciting <a href="/prizes">prizes</a> :) </p>
</div>
</div>
<div class="pane-content">
<h1>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, the details are as follows:
<ul>
<li>25 September, Hostel 15 Mess, Post Dinner (9 pm Onwards)</li>
<li>26 September, Hostel 4 Mess, Post Dinner (9 pm Onwards)</li>
</ul>
The final scratch days are held on September 28 and September 29 in New Software Lab (NSL) in Old CSE Department.
</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>What is Sratch?</h1>
<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>
<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')
?>