-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (50 loc) · 1.67 KB
/
Copy pathindex.html
File metadata and controls
58 lines (50 loc) · 1.67 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
---
layout: home
search_exclude: true
image: images/logo.png
---
This edit is created with docker.
This site is built with [fastpages](https://github.com/fastai/fastpages).

Hi, I'm Haoxuan Tong, and this is my fastpages page for my APCSP class
<html>
<style>
table, th, td {
border: 2 px white;
}
</style>
<p><a href="https://jasoxddd.github.io/FastProject2/javascript">link to javascript html</a></p>
<table>
<tr>
<th>Week</th>
<th>Sprint</th>
<th>Overview</th>
<th>Review Ticket</th>
</tr>
<tr>
<th>00</th>
<td>Tool Setup</td>
<td>This week I installed the basic tools: WSL, vscode, anaconda, and python. I also learned how to use fastpages, github, markdown, and Jupyter Notebook</td>
<td>None</td>
</tr>
<tr>
<th>01</th>
<td>Intro to Python</td>
<td>This week I learned basic python by making a quiz, and I also used how to use bash kernel and shell script by checking what tools are installed</td>
<td><a href="https://github.com/JasoXDDD/FastProject2/issues/19">Review Ticket 1 </td>
</tr>
<tr>
<th>02</th>
<td>Data Abstraction</td>
<td>This week I learned lists and dictionaries, I also used basic html by creating this table with both html and markdown</td>
<td><a href="https://github.com/JasoXDDD/FastProject2/issues/20">Review Ticket 2 </td>
</tr>
<tr>
<th>03</th>
<td>Creative Development</td>
<td>TBD</td>
<td>TBD</td>
</tr>
</table>
The following is my posts showing the work I've made.
# Posts