-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
85 lines (68 loc) · 2.92 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<link href="styles/build.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="images/pcd.png">
<title>Processing Community Day NYC</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/addons/p5.dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/addons/p5.sound.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Muli|Lora" rel="stylesheet">
<script src="src/sketch.js"></script>
</head>
<body>
<header>
<h1>
<a href="/"><span class="pcd-white">Processing Community Day NYC</span></a>
<span class="pcd-teal subheader"> <img id="logo" src="images/white-background-purple3.png" alt=""> New York City</span>
</h1>
<nav>
<a class="nav-link" href="/about">About</a>
<a class="nav-link" href="/2019">2019</a>
<a class="nav-link" href="/2020">2020</a>
</nav>
<p class="byline pcd-white">A day to celebrate <span id="wordVariable">art, code and diversity</span> by and for the New York community.
</p>
<p>Processing Community Day NYC 2020 was held Saturday February 8 at The New School University Center.</p>
</header>
<main>
<section class="pcd-white">
<img class="group-photo" src="images/PCDNYC-People-small.jpg" alt="PCD NYC group photo">
<p>The first Processing Community Day NYC was held February 9, 2019 at The New School in New York. The second PCDNYC was held February 8, 2020. Visit the <a href="2019" alt="PCD NYC 2019 event">2019</a> and <a href="2020" alt="PCDNYC 2020 event">2020</a> sites for more information on the events and see our list of talks and speakers.</p>
<br>
</section>
<hr>
<section class="pcd-white">
<h2>Processing Community Day is committed to:</h2>
<section class="highlights">
<section class="highlights__item">
<h3>Building Community</h3>
<p>
Code is only as strong as the community building it. Make new friends, and see old ones.
</p>
</section>
<section class="highlights__item">
<h3>Sharing Knowledge</h3>
<p>
Hear from a diverse group of Processing Community members, and the stuff they've been working on.
</p>
</section>
<section class="highlights__item">
<h3>Learning Through Making</h3>
<p>
Take a workshop and learn something new about the Processing tools.
</p>
</section>
</section>
<p><a href="/about/">About Processing Community Day NYC</a></p>
</section>
<hr>
<footer>
<a href="mailto:[email protected]" target="_blank">Contact Us</a>
<p>Page artwork remixes code by <a href="http://benmoren.com">Ben Moren</a></p>
</footer>
</main>
</body>
</html>