This repository was archived by the owner on Apr 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathinfo.html
More file actions
54 lines (41 loc) · 2.95 KB
/
info.html
File metadata and controls
54 lines (41 loc) · 2.95 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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Montserrat" />
<title>Information and Sources</title>
</head>
<body>
<div id="page-container">
<div id="infopage">
<h1>Information and Sources</h1>
<p>The following sounds were used:</p>
<ul>
<li><a href="http://www.freesound.org/people/Soarer/sounds/13793/">North Sea by Soarer</a> (CC-Attribution)</li>
<li><a href="http://www.freesound.org/people/OroborosNZ/sounds/141251/">Thunder storm by OroborosNZ</a> (CC-0)</li>
<li><a href="http://www.freesound.org/people/soundman9826/sounds/193335/">rain and thunder by soundman9826</a> (CC-0)</li>
<li><a href="http://www.freesound.org/people/klangfabrik/sounds/194209/">rainstorm by klangfabrik</a> (CC-0)</li>
<li><a href="http://www.freesound.org/people/Kyster/sounds/122117/">Rain late at night by Kyster</a> (CC-0)</li>
<li><a href="http://www.freesound.org/people/inchadney/sounds/83986/">Fireplace by inchadney</a> (CC-Attribution) </li>
<li><a href="http://www.freesound.org/people/inchadney/sounds/132534/">Fireplace[2] by inchadney</a> (CC-0) </li>
<li><a href="http://www.freesound.org/people/inchadney/sounds/56611/">Morning in the country by inchadney</a> (CC-Attribution) </li>
<li><a href="http://www.freesound.org/people/Audionautics/sounds/136977/">Crowd Long by Audionautics</a> (CC-Attribution)</li>
<li><a href="http://www.freesound.org/people/Matias44/sounds/173920/">Murmullo Restaurant by Matias44</a> (CC-0)</li>
</ul>
<p>The following images were used:</p>
<ul>
<li><a href="http://www.flickr.com/photos/27630470@N03/7188396397/">waves by Vincent Lock</a> (CC-Attribution)</li>
<li><a href="http://www.flickr.com/photos/fdecomite/2446195445/">lightning by fdecomite</a> (CC-Attribution)</li>
<li><a href="http://www.flickr.com/photos/tomgrundyphoto/2637179746/">Rain Rain Go Away by Tom Grundy Photo</a> (CC-Attribution)</li>
<li><a href="http://www.flickr.com/photos/dr_pete/80464938/">Fire 1 by Dr. Pete</a> (CC-Attribution)</li>
<li><a href="http://www.flickr.com/photos/ddebold/7913370282/">Flock of birds at Sunnyvale Baylands by Don DeBold</a> (CC-Attribution)</li>
<li><a href="http://www.flickr.com/photos/neo_ii/7483010074/">Coffee Shop near Times Square by Neo_II</a> (CC-Attribution)</li>
</ul>
<h2>About the Project</h2>
<p>A SOFT MURMUR is a project by <a href="https://twitter.com/asoftmurmur">Gabriel Martin</a>. It uses HTML5 audio with <a href="http://jquery.com/">jQuery</a> and <a href="http://jquerymobile.com/">jQuery Mobile</a>. It should work in most modern web browsers. It will not work in Safari on iOS (iPhones and iPads) due to limited support for HTML5 audio.</p>
<p>If you are interested in my ideas you may wish to <a href="http://eepurl.com/DwPwP">subscribe to my newsletter</a>. Questions? gabriel at asoftmurmur dot com</p>
<a href="index.html">Return</a>.
</div>
</div>
</body>