-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (82 loc) · 3.37 KB
/
index.html
File metadata and controls
91 lines (82 loc) · 3.37 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, user-scalable=no">
<title>projectname</title>
<!--
Rahul S. Shinde
Lukas S. Eigler-Harding
___ ___
___ / /\ / /\
/ /\ / /::\ / /::\
/ /::\ / /:/\:\ / /:/\:\
/ /:/\:\ / /::\ \:\ / /:/ \:\
/ /::\ \:\ /__/:/\:\_\:\ /__/:/ \__\:\
/__/:/\:\_\:\ \__\/~|::\/:/ \ \:\ / /:/
\__\/ \:\/:/ | |:|::/ \ \:\ /:/
\ \::/ | |:|\/ \ \:\/:/
\__\/ |__|:|~ \ \::/
\__\| \__\/
___ ___
___ / /\ / /\ ___
/__/\ / /::\ / /::\ /__/\
\__\:\ / /:/\:\ / /:/\:\ \ \:\
___ / /::\ / /::\ \:\ / /:/ \:\ \__\:\
/__/\ /:/\/ /__/:/\:\ \:\ /__/:/ \ \:\ / /::\
\ \:\/:/~~ \ \:\ \:\_\/ \ \:\ \__\/ / /:/\:\
\ \::/ \ \:\ \:\ \ \:\ / /:/__\/
\__\/ \ \:\_\/ \ \:\ /__/:/
\ \:\ \ \:\ \__\/
\__\/ \__\/
___ ___ ___ ___
/ /\ / /\ / /\ / /\
/ /::| / /::\ / /::| / /::\
/ /:|:| / /:/\:\ / /:|:| / /:/\:\
/ /:/|:|__ / /::\ \:\ / /:/|:|__ / /::\ \:\
/__/:/ |:| /\ /__/:/\:\_\:\ /__/:/_|::::\ /__/:/\:\ \:\
\__\/ |:|/:/ \__\/ \:\/:/ \__\/ /~~/:/ \ \:\ \:\_\/
| |:/:/ \__\::/ / /:/ \ \:\ \:\
|__|::/ / /:/ / /:/ \ \:\_\/
/__/:/ /__/:/ /__/:/ \ \:\
\__\/ \__\/ \__\/ \__\/
-->
<link rel="stylesheet" href="https://use.typekit.net/njt0kvl.css">
<link rel="stylesheet" type="text/css" href="assets/style.css">
<script type="text/javascript" defer src="assets/script.js"></script>
</head>
<body>
<main>
<div id="projectname">
<h1>projectname</h1>
<h2>[ruins and plans for]</h2>
</div>
<ul>
<li><a href="https://feralatlas.supdigital.org/" target="_blank">project-feral-atlas</a>, responsible for interactive landing page</li>
<li><a href="https://voice.teachinginter.net/" target="_blank">project-voice-activated</a></li>
<li><a href="https://github.com/projectname94/project-feeeels/blob/master/README.md" target="_blank">project-feeeels</a></li>
<li><a href="http://active-ethical.teachinginter.net/" target="_blank">project-active_ethical</a></li>
<li><a href="http://typeinteraction.teachinginter.net/" target="_blank">project-type-interaction-skills</a></li>
<li>
<figure>
<img src="content/lukas-living-room.jpg">
<figcaption>Crown Heights, New York</figcaption>
</figure>
</li>
<li>
<figure>
<img src="content/rahul-living-room.jpg">
<figcaption>Little Saigon, Philadelphia</figcaption>
</figure>
</li>
<li>
<figure>
<img src="content/IMG_1553.JPG">
<figcaption>Financial District, New York</figcaption>
</figure>
</li>
<li><a href="https://github.com/projectname94" target="_blank">@projectname94</a></li>
</ul>
</main>
</body>
</html>