Skip to content

Commit 82540cc

Browse files
committed
Merge branch 'gh-248'
* gh-248: Fixes gh-248: Updates the Flocking website for 1.0.0.
2 parents 676e895 + 4a06dfd commit 82540cc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Flocking: Creative Audio Synthesis for the Web!</title>
88
<link rel="stylesheet" type="text/css" href="flocking-website.css" />
99
<link rel="shortcut icon" href="favicon.ico" />
10-
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
10+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
1111
</head>
1212
<body>
1313
<img class="logo" src="images/flocking-tentative-logo.png" alt="Flocking logo" />
@@ -16,7 +16,7 @@ <h2>What is Flocking?</h2>
1616

1717
<p>Flocking is a JavaScript audio synthesis framework designed for artists and musicians
1818
who are building creative and experimental Web-based sound projects.
19-
It runs in Firefox, Chrome, Safari, and Node.js on
19+
It runs in Firefox, Chrome, Safari, Edge, and Node.js on
2020
Mac OS X, Windows, Linux, iOS, and Android.</p>
2121

2222
<p>Flocking is different. Its goal is to promote a uniquely
@@ -41,22 +41,22 @@ <h2>What is Flocking?</h2>
4141
(2014).</p>
4242

4343
<p>The latest stable release of Flocking is
44-
<a href="https://github.com/colinbdclark/Flocking/releases/tag/0.1.2">version 0.1.2</a>.
44+
<a href="https://github.com/colinbdclark/Flocking/releases/tag/1.0.0">version 1.0.0</a>.
4545
It is distributed under both the MIT and GPL licenses.</p>
4646

4747
<ul class="nav-menu cf">
4848
<li>
4949
<a href="demos/playground">Try Flocking</a>
5050
</li>
51-
<li>
52-
<a href="https://github.com/colinbdclark/Flocking/releases/tag/0.1.2">Download v0.1.2</a>
53-
</li>
5451
<li>
5552
<a href="http://github.com/colinbdclark/flocking">Source Code</a>
5653
</li>
5754
<li>
5855
<a href="https://github.com/colinbdclark/Flocking/blob/master/README.md">Documentation</a>
5956
</li>
57+
<li>
58+
<a href="https://lists.idrc.ocadu.ca/mailman/listinfo/flocking">Join the Community List</a>
59+
</li>
6060
</ul>
6161
</body>
6262
</html>

0 commit comments

Comments
 (0)