-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (47 loc) · 1.33 KB
/
Copy pathindex.html
File metadata and controls
47 lines (47 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Holding Page</title>
</head>
<style>
@font-face {
font-family: intlD;
font-weight: 300;
src: url("regular.otf") format("opentype");
}
body {
font-family: intlD;
display: flex;
flex-direction: column;
}
</style>
<body>
<a href="/graph/index.html"
>Check implementation of graphs to visualise a discussion post of
interests</a
>
<a href="/p5-tutorial/index.html"
>p5 tutorial I made, based on Cyberfeminism Index</a
>
<a href="/data-viz/index.html"
>Data Visualisation I did for class as process</a
>
<a href="/yigit-aaryan/index.html"
>yigit<3aaryan mid term project for comp sci project</a
>
<a href="/basicTextureGenerator/index.html"
>A texture generator I made for Anisha in p5 for her comp sci
assignment</a
>
<a href="/gd1fall2022CR/index.html">
An archive of Project 2 GD1 fall2022 Craig Rodmore’s Section
</a>
<a href="/project3/index.html">
Why do you love conversation? GD1 Project 3—Too Long Didn't
Listen((at all))
</a>
</body>
</html>