Skip to content
This repository was archived by the owner on Mar 20, 2018. It is now read-only.

Commit f9fb275

Browse files
committed
p5 featured - emily xie
1 parent 87628fa commit f9fb275

4 files changed

Lines changed: 31906 additions & 7 deletions

File tree

index.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<?php include('header.php'); ?>
44
<body id="home-page">
5-
<!--<div id="credits">
6-
<em>Magnify</em> by <a target=_blank href='http://kylemcdonald.net'>Kyle McDonald</a>
7-
</div>-->
8-
5+
<div id="credits">
6+
<em>Connections</em> by <a target=_blank href='http://xie-emily.com'>Emily Xie</a>
7+
</div>
8+
99
<?php include('heading.php'); ?>
1010

1111
<!-- content sections -->
@@ -27,7 +27,7 @@
2727

2828
<section id="home">
2929

30-
30+
3131
<!-- <div class='focus_blue'>
3232
<p><a href='http://goo.gl/forms/vJYdqTQVdS'>Call for artists and coders: help us make our community video!</a></p>
3333
</div> -->
@@ -63,8 +63,8 @@
6363

6464
<?php include('end.php'); ?>
6565

66-
<!--<iframe frameBorder='0' id='home-sketch-frame' src='./p5_featured/kylemcdonald_magnify'></iframe>-->
67-
<!-- <div id='home-sketch-frame'></div> -->
66+
<iframe frameBorder='0' id='home-sketch-frame' src='./p5_featured/emily_xie_connections/index.html'></iframe>
67+
<div id='home-sketch-frame'></div>
6868
<!--<script src='./p5_featured/LeslieRuckman_RainbowPixelGrow/sketch.js'></script>-->
6969
<script type='text/javascript'>
7070
$('#home-sketch-frame').width(window.innerWidth);
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<script src="p5.js"></script>
5+
<script src="sketch.js"></script>
6+
</head>
7+
<body style="margin:0">
8+
<div id="contents"></div>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)