This repository was archived by the owner on Mar 20, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
p5_featured/emily_xie_connections Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -->
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> -->
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);
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments