-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (54 loc) · 1.62 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>medium-web</title>
<link rel="stylesheet" type="text/css" href="_css/reset.css">
<link rel="stylesheet" type="text/css" href="_css/mk-style.css">
</head>
<body>
<h1>medium-web</h1>
<a href="web-projects-2017/tool-p5-2017/test-01/index.html">
<p>a p5 project</p>
</a>
<a href="web-projects-2017/js-practice/adding-machine/adding-machine-index.html">
<p>adding machine</p>
</a>
<a href="web-projects-2017/exposure_calc_V1/index.html">
<p>exposure calc</p>
</a>
<a href="web-projects-2017/atom-ll-workshop/index.html">
<p>files from Learning Lab Workshop Spring 2016</p>
</a>
<a href="web-projects-2017/php-tests/">
<p>php tests</p>
</a>
<a href="web-projects-2017/php-tests/in-progress.php">
<p>php in progress</p>
</a>
<a href="web-projects-2017/php-tests/form.php">
<p>php-driven form</p>
</a>
<a href="web-projects-2017/php-tests/form-single.php">
<p>single-page form</p>
</a>
<a href="web-projects-2017/studio-automation/pages/fcpxml-generator.php">
<p>rough draft of fcpxml generator</p>
</a>
<a href="web-projects-2017/php-tests/mysql-tests.php">
<p>mysql tests</p>
</a>
<a href="web-projects-2017/php-tests/my_phpinfo.php">
<p>php info</p>
</a>
<a href="web-projects-2017/studio-automation/pages/single-query-test.php">
<p>single query test</p>
</a>
<a href="web-projects-2017/data-visualization/data-vis-index.html">
<p>dc tests</p>
</a>
<a href="web-projects-2017/data-visualization/bar-chart.html">
<p>dc bar chart test</p>
</a>
</body>
</html>