-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (56 loc) · 2.84 KB
/
index.html
File metadata and controls
70 lines (56 loc) · 2.84 KB
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<!-- Begin Jekyll SEO tag v2.3.0 -->
<title>Creative Coding Using P5.js</title>
<meta property="og:title" content="Creative Coding" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="p5JS" />
<meta property="og:description" content="p5JS" />
<link rel="canonical" href="https://ruchitaparmar.github.io/CreativeCoding/" />
<meta property="og:url" content="https://ruchitaparmar.github.io/CreativeCoding/" />
<meta property="og:site_name" content="CreativeCoding" />
<script type="application/ld+json">
{"name":"CreativeCoding","description":"JS30","author":null,"@type":"WebSite","url":"https://ruchitaparmar.github.io/CreativeCoding/","image":null,"publisher":null,"headline":"Creative Coding:","dateModified":null,"datePublished":null,"sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta name="description" content="JS30"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
</head>
<!-- <style type="text/css">
</style>
-->
<body>
<br>
<section class="page-header">
<h1 class="project-name">Creative Coding</h1>
<h4 class="project-tagline">with P5.js</h4>
</section>
<br>
<br>
<br>
<br>
<section class="main-content"><!--
<h1 id="my-javascript-projects" target='_blank'>Creative Coding:</h1> -->
<p><a href="fractalTree/index.html" target='_blank'>Fractal Tree</a></p>
<p><a href="snakeGame/index.html" target='_blank'>Snake Game</a></p>
<p><a href="infiniteCircles/index.html" target='_blank'>Infinite Circles</a></p>
<p><a href="rain/index.html" target='_blank'>Rain</a></p>
<p><a href="superEllipse/index.html" target='_blank'>Super Ellipse</a></p>
<p><a href="sketchBoard/index.html" target='_blank'>Sketch Board</a></p>
</section>
<br>
<br>
<br>
<br>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/ruchitaparmar/CreativeCoding" target='_blank'>Creative Coding</a> is a repository maintained by <a href="https://github.com/ruchitaparmar" target='_blank'>Ruchita Parmar</a>.</span>
<br>
<br>
<span class="site-footer-credits">These works have been inspired by <a href="https://www.youtube.com/channel/UCvjgXvBlbQiydffZU7m1_aw" target='_blank'>'The Coding Train'</a> channel on Youtube and this website was generated using <a href="https://p5js.org/" target='_blank'>p5js</a> and <a href="https://pages.github.com" target='_blank'>GitHub Pages</a>.</span>
</footer>
</body>
</html>