-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
115 lines (108 loc) · 5.36 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
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
<!DOCTYPE html>
<html>
<head>
<title>bhavik</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="./style/core.css" />
<script src="js/lib/p5.js"></script>
<script src="js/lib/utils.js"></script>
<script src="js/classes.js"></script>
<!-- HTML Meta Tags -->
<title>bhavik</title>
<meta name="description" content="bhavik's website">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="http://softnet.works/">
<meta property="og:type" content="website">
<meta property="og:title" content="bhavik's website">
<meta property="og:description" content="stop by for updates and projects">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="softnet.works">
<meta property="twitter:url" content="http://softnet.works/">
<meta name="twitter:title" content="bhavik's website">
<meta name="twitter:description" content="stop by for updates and projects">
<meta name="twitter:image" content="http://softnet.works/assets/opengraph-preview.png">
</head>
<body class="lightFill">
<main class="fullBleed center" id="main-container">
<div class="stack:s2">
<div class="narrow">
<div id="canvas-container" class="noOverflowX fullWidth">
<script src="js/home.js"></script>
</div>
</div>
<div class="narrow stack ">
<p>Bhavik Singh is an artist and technologist interested in slow, intimate, collective futures for social
software. He'd love for the internet to feel like a long walk in the woods with friends one day.</p>
<p>Currently he is enjoying watching birds in Prospect Park, working at Patreon, and collaboratively building websites.
He is very happy you stopped by and is excited to get to you know you better.</p>
</div>
<div class="stack narrow">
<div class="relative ">
<a href="http://thing.tube" target="_blank">is this thing on</a>
<div class="grayColor">
<p>a live streaming platform for artists, guided by public conversation and performance.
with <a href="https://mollysoda.exposed/" target="_blank">molly</a>, <a href="https://mollysoda.exposed/"
target="_blank">chris</a>, and <a href="https://sarahrothberg.com/" target="_blank">sarah</a>.
</p>
</div>
</div>
<div class="relative ">
<a href="http://remoteprotocols.us" target="_blank">1:1 remote protocols</a>
<div class="grayColor">
<p>protocols to help you connect with someone far away.
with <a href="https://aliceyuanzhang.com/" target="_blank">alice yuan zhang</a>, for <a
href="https://thedigitalreview.com/issue02/zhang_protocols/index.html">the digital review</a>
</p>
</div>
</div>
<div class="relative ">
<a href="https://docs.google.com/document/d/1BKgQStaX0fKoP5y0O_DygadjVsKPInS3CKWe-H0LAO4/edit"
target="_blank">p5 in the park</a>
<div class="grayColor">
<p>a curriculum of 'plein-air coding exercises' using p5.js to pay close attention to the natural world.
with <a href="https://medium.com/processing-foundation/meet-our-2022-processing-fellows-a0ae2d37f8d3"
target="_blank">the processing foundation</a>
</p>
</div>
</div>
<div class="relative ">
<a href="http://webcamarchive.live" target="_blank">webcamarchive.live</a>
<div class="grayColor">
<p>a collaborative video editor using merging 200+ clips from Molly Soda's archive.
with <a href="https://mollysoda.exposed/" target="_blank">molly soda</a>, for <a
href="https://feralfile.com/exhibitions/on-screen-presence-kpb">feral file</a>
</p>
</div>
</div>
<div class="relative ">
<a href="https://unnamed.fund/" target="_blank">unnamed fund</a>
<div class="grayColor">
<p>experiments in collectively distributing funds amongst a community of artists.
with <a href="https://www.newinc.org" target="_blank">new inc.</a>
</p>
</div>
</div>
<div class="relative ">
<a href="http://josemiguel.virtualcarelab.com" target="_blank">jose miguel's website</a>
<div class="grayColor">
<p>a website for incarcerated poet jose miguel to share his work, and collaborate with visitors.
with <a href="https://josemiguel.virtualcarelab.com/about/" target="_blank">virtual care lab.</a>
</p>
</div>
</div>
</div>
<div class="horizontal-stack narrow">
<span><a href="mailto:[email protected]" target="_blank">email</a></span>
<span><a href="http://www.instagram.com/soft_networks" target="_blank">instagram</a></span>
<span><a href="http://www.twitter.com/soft_networks" target="_blank">twitter</a></span>
<span><a href="https://github.com/soft-networks" target="_blank">github</a></span>
<span><a href="https://docs.google.com/document/d/11kGtNpX7-OOWpYEseqUloZ2vqyxkOL6VAFYAA1PjE8s/edit"
target="_blank">cv</a></span>
</div>
</div>
</main>
</body>
</html>