-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathschedule.html
More file actions
140 lines (139 loc) · 5.68 KB
/
schedule.html
File metadata and controls
140 lines (139 loc) · 5.68 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Program</title>
<link href='https://fonts.googleapis.com/css?family=Nunito:400,300' rel='stylesheet' type='text/css'>
<link type="text/css" rel="stylesheet" href="css/style.css" />
</head>
<body>
<header>
<!--StartMenu-->
<div class="megaMenu">
<ul>
<li>
<a href="index.html">
<img src="images/logo.jpg" width="50" height="50" />
<ins></ins>
</a>
</li>
<li>
<a href="about_us.html">
<ins></ins>
<span>Despre noi</span>
</a>
<div></div>
</li>
<li>
<a href="schedule.html">
<ins></ins>
<span>Program</span>
</a>
<div></div>
</li>
<li>
<a href="https://coderdojo.com/?s=become+a+mentor">
<ins></ins>
<span>Fii mentor!</span>
</a>
</li>
<li>
<a href=#>
<ins></ins>
<span>Social Media</span>
</a>
<div>
<ul>
<li><a href="https://www.facebook.com/CoderDojo/">Facebook</a></li>
<li><a href="https://www.instagram.com/coderdojo/">Instagram</a></li>
<li><a href="https://twitter.com/CoderDojo?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor">Twitter</a></li>
</ul>
</div>
</li>
<li>
<a href="https://coderdojo.com/donate/">
<ins></ins>
<span>Doneaza</span>
</a>
<div></div>
</li>
<li>
<a href=#>
<ins></ins>
<span>Galerie foto</span>
</a>
</li>
</ul>
</div>
<!--EndMenu-->
</header>
<div id="main">
<div id ="content">
<section>
<div class="container">
<div class="aboutcoderdojo" style="width: 1000px; margin:0 auto">
<h2>Orar grupe</h2>
<div class="tbl-header">
<table cellpadding="0" cellspacing="0" border="0">
<thead>
<tr>
<th>Grupa</th>
<th>De la</th>
<th>Pana la</th>
</tr>
</thead>
</table>
</div>
<div class="tbl-content">
<table cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr>
<td>Scratch (incepatori gr. I)</td>
<td>08:30 </td>
<td>10:00</td>
</tr>
<tr>
<td>Scratch (incepatori gr. II)</td>
<td>10:00</td>
<td>11:30</td>
</tr>
<tr>
<td>Scratch (avansati)</td>
<td>11:30</td>
<td>13:00</td>
</tr>
<tr>
<td>Algoritmica</td>
<td>10:00</td>
<td>12:00</td>
</tr>
<tr>
<td>Web Technologies (HTML)</td>
<td>11:00</td>
<td>13:30</td>
</tr>
<tr>
<td>Unity</td>
<td>11;00</td>
<td>13:30</td>
</tr>
<tr>
<td>Robotica (avansati)</td>
<td>11:00 </td>
<td>13:00</td>
</tr>
<tr>
<td>Robotica (incepatori)</td>
<td>12:00 </td>
<td>13:30</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
</div>
</div>
</body>
</html>