forked from ScratchNPR/scratchnpr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (27 loc) · 1.38 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
<html>
<head>
<title>Scratch NPR</title>
<link rel="stylesheet" href="css/style.css">
<script src="js/masonry.min.js"></script>
</head>
<body>
<div class="lightBox" id="lightBox"></div>
<div class="lightBack" id="lightBack"></div>
<div class="centered">
<div class="leftSide">
<div class="grid" id="grid">
</div>
</div>
<div class="rightSide">
<h1 class="pageTitle">Non-Photorealistic rendering with Scratch</h1>
<div class="pageDesc">
<p>In September 2015, the young programmers of MIT's Scratch web site (plus a couple of adults who'd stumbled upon the site by accident) decided to take a break from writing computer science projects and video games, to see what would happen when they turned their hands to creating art. The results were interesting and sometimes surprising. For many of the participants this was the first time they had created anything artistic. Although initially the plan had been to imitate existing artistic styles, they soon started creating original works. Browse the images here and click on them to learn more about each project.</p>
</div>
</div>
</div>
<!--<div class="footer">
hi
</div>-->
<script src="js/gallery.js"></script>
</body>
</html>