-
Notifications
You must be signed in to change notification settings - Fork 0
/
index - Copy.html
123 lines (109 loc) · 4.57 KB
/
index - Copy.html
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
<!DOCTYPE html>
<html>
<head>
<title>MLCCC Codeing Class infomation</title>
</head>
<body style="margin: 50px;">
<h1>MLCCC Coding class</h1>
<p>This is page for <a target="_blank" href="http://mlccc.org">MLCCC</a> coding class</p>
<ul>
<li>
<a target="_blank" href="https://1drv.ms/u/s!Avm-0LBz8-Jhg4M4HD4vOYb3PJFYUA?e=2ZGBLU">MLCCC Coding Class
Share folder</a>
</li>
<li>
Class scratch studio <a target="_blank"
href="https://scratch.mit.edu/studios/3018337/projects/">https://scratch.mit.edu/studios/3018337/projects/</a>
</li>
<li>example page of <a target="_blank" href="./samples/index.html">web development</a></li>
</ul>
<br />
<hr>
<h1>MLCCC 2020 online Summer Camp Coding Classes </h1>
<h3>
<a href="http://www.mlccc.org/MlcccV2/Forms/V2/Programs/Camp/SummerCamp.aspx"> summer camp info link </a></h3>
<h3><a href="https://docs.google.com/document/d/1mQp7h046v4X_VSOHjRN2MO03S4MtN8X5Zs1uUbwksuU/edit?usp=sharing">
class infomation
</a></h3>
<br>
<h2><a href="./SummerCamp_Scratch/index.md"></a>3-6 Grade Scratch Programming Camp</h2>
<a href="./SummerCamp_Scratch/index.md">
<img src="./images/image11.png" />
</a>
<br />
<h2><a href="./SummerCamp_Python_Minecraft/index.md"> Learn Python With minecraft Camp</a></h2>
<a href="./SummerCamp_Python_Minecraft/index.md">
<img src="https://stoneskin.github.io/python-minecraft/documents/ProgrammingWithMineCraftPython.png" />
</a>
<br><br>
<hr>
<h1>Students</h1>
<p>This is table for some students github pages and projects</p>
<table width="90%" border="0">
<tr bgcolor="#CCCCCC">
<td width="100px"><b>Name</b></td>
<td width="150px"><b>GitHubAcct</b></td>
<td>github site</td>
</tr>
<!-- <tr>
<td bgcolor="#cccc55">Leo S</td>
<td><a target="_blank" href="https://github.com/pizza659">
<img class="avatar" height="50" width="50" alt="@pizza659"
src="https://avatars3.githubusercontent.com/u/44952486?s=88&v=4">
</a></td>
<td> <a target="_blank" href="http://pizza659.github.io">pizza659
<img height="15" width="15" src="./checkmark.jpg"></a>
</td>
</tr>
-->
<tr>
<td bgcolor="#cccc55">Joe Zou</td>
<td><a target="_blank" href="https://github.com/joe-zou123">
<img class="avatar" height="50" width="50" alt="@"
src="https://avatars2.githubusercontent.com/u/61949155?s=400&v=4">
</a></td>
<td> <a target="_blank" href="http://joe-zou123.github.io">joe-zou123
<!--<img height="15" width="15" src="./checkmark.jpg"></a>-->
</td>
</tr>
<tr>
<td bgcolor="#cccc55">Eric Tian</td>
<td><a target="_blank" href="https://github.com/VenillaCone">
<img class="avatar" height="50" width="50" alt="@"
src="https://avatars1.githubusercontent.com/u/62219022">
</a></td>
<td> <a target="_blank" href="http://VenillaCone.github.io">VenillaCone
<!--<img height="15" width="15" src="./checkmark.jpg"></a>-->
</td>
</tr>
<tr>
<td bgcolor="#cccc55">Jonathan Wang</td>
<td><a target="_blank" href="https://github.com/goldensharky83">
<img class="avatar" height="50" width="50" alt="@"
src="https://avatars2.githubusercontent.com/u/62219761?s=460&v=4">
</a></td>
<td> <a target="_blank" href="http://goldensharky83.github.io">goldensharky83.github.io
<!--<img height="15" width="15" src="./checkmark.jpg"></a>-->
</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
<h1>My projects</h1>
<hr>
<h2>
minecraft-python:</h2>
<a href="https://stoneskin.github.io/python-minecraft"> How to learn python programming with playing minecraft</a>
<h2>
mcpi-e:</h2>
<a href="https://stoneskin.github.io/mcpi-e/">A python Api for minecraft RaspberryJuicy Plugin</a>
<hr>
<h1>My Virtual Classroom </h1>
<h3>CMU CS classroom</h3>
<p> click link <a target="_blank" href="https://academy.cs.cmu.edu/splash">CS0 class</a>, Registration Code:
"DG18-ZM77" </p>
</body>
</html>