Skip to content

Commit

Permalink
updated grant website
Browse files Browse the repository at this point in the history
  • Loading branch information
ojack committed Nov 28, 2024
1 parent a0b8045 commit db7e844
Show file tree
Hide file tree
Showing 11 changed files with 81 additions and 23 deletions.
10 changes: 8 additions & 2 deletions grants/2022/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
.color(1, -1, 0.4)
.diff(

shape(10, 0, fixedSmooth([0.4, 0.95]))
shape(10, 0, 0.4)
.repeat(9)
.kaleid()
.scrollY(5, 0.2)
Expand All @@ -127,9 +127,15 @@
.modulateHue(o0, 10)
.mult(o0, 0.67)
.blend(o0)
.modulateScrollY(osc(1).scale(() => 0.9 * (mouse.y / innerHeight)),0.02)
.modulateScrollY(osc(4).scale(() => {
console.log('VALUES', innerHeight, mouse.y)

return 0.001 + 0.6 * (mouse.y / innerHeight)}),0.02)

.out();

console.log('VALUES', innerHeight, mouse.y)




Expand Down
10 changes: 8 additions & 2 deletions grants/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
.color(1, -1, 0.4)
.diff(

shape(10, 0, fixedSmooth([0.4, 0.95]))
shape(10, 0, 0.4)
.repeat(9)
.kaleid()
.scrollY(5, 0.2)
Expand All @@ -125,9 +125,15 @@
.modulateHue(o0, 10)
.mult(o0, 0.67)
.blend(o0)
.modulateScrollY(osc(1).scale(() => 0.9 * (mouse.y / innerHeight)),0.02)
.modulateScrollY(osc(4).scale(() => {
console.log('VALUES', innerHeight, mouse.y)

return 0.001 + 0.6 * (mouse.y / innerHeight)}),0.02)

.out();

console.log('VALUES', innerHeight, mouse.y)




Expand Down
12 changes: 9 additions & 3 deletions grants/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
.color(1, -1, 0.4)
.diff(

shape(10, 0, fixedSmooth([0.4, 0.95]))
shape(10, 0, 0.4)
.repeat(9)
.kaleid()
.scrollY(5, 0.2)
Expand All @@ -125,9 +125,15 @@
.modulateHue(o0, 10)
.mult(o0, 0.67)
.blend(o0)
.modulateScrollY(osc(1).scale(() => 0.9 * (mouse.y / innerHeight)),0.02)
.modulateScrollY(osc(4).scale(() => {
console.log('VALUES', innerHeight, mouse.y)

return 0.001 + 0.6 * (mouse.y / innerHeight)}),0.02)

.out();

console.log('VALUES', innerHeight, mouse.y)




Expand Down Expand Up @@ -242,7 +248,7 @@ <h2 id="what-can-the-grant-be-used-for">What can the grant be used for?</h2>
<p>The hydra web editor recently introduced a new extensions system. This new system allows anyone to create an extension that adds new functionality to hydra. You may wish to propose implementing a new extension! Check out hydra&rsquo;s existing extensions for inspiration.</p>
<p>The grant is <em>not</em> intended for personal artistic projects such as producing an artwork, performance, or album. For inspiration, see the <a href="https://hydra.ojack.xyz/garden/">database of community projects</a> and <a href="/grants/recipients/">projects by 2022&rsquo;s recipients</a>.</p>
<h2 id="apply">Apply</h2>
<p><a href="/grants/apply/">Click here</a> to be taken to the application form. The deadline for applications is 25th November at 23:59 GMT. Late applications will not be accepted.</p>
<p><a href="/grants/apply/">Click here</a> to be taken to the application form. The deadline for applications is December 2nd at 23:59 GMT. Late applications will not be accepted.</p>
<h2 id="questions">Questions</h2>
<p>If you have any questions about the hydra microgrant please first consult the <a href="https://hydra.ojack.xyz/grants/faq">FAQ page</a>. If your question still can&rsquo;t be answered please get in touch with <a href="/grants/team/">the team</a>.</p>

Expand Down
12 changes: 9 additions & 3 deletions grants/apply/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
.color(1, -1, 0.4)
.diff(

shape(10, 0, fixedSmooth([0.4, 0.95]))
shape(10, 0, 0.4)
.repeat(9)
.kaleid()
.scrollY(5, 0.2)
Expand All @@ -125,9 +125,15 @@
.modulateHue(o0, 10)
.mult(o0, 0.67)
.blend(o0)
.modulateScrollY(osc(1).scale(() => 0.9 * (mouse.y / innerHeight)),0.02)
.modulateScrollY(osc(4).scale(() => {
console.log('VALUES', innerHeight, mouse.y)

return 0.001 + 0.6 * (mouse.y / innerHeight)}),0.02)

.out();

console.log('VALUES', innerHeight, mouse.y)




Expand Down Expand Up @@ -227,7 +233,7 @@
<div id="content">
<div class="container">
<h2 id="apply-now">Apply now!</h2>
<p>Applications to the hydra community fund are open from October 29th, 2024 to November 25th, 2024 23:59 GNT. Applications submitted after this date will not be considered.</p>
<p>Applications to the hydra community fund are open from October 29th, 2024 to December 2nd, 2024 23:59 GNT. Applications submitted after this date will not be considered.</p>
<p>We accept both written submissions and video submissions using the form at the bottom of this page. The questions to be answered are referenced below:</p>
<ul>
<li>
Expand Down
4 changes: 4 additions & 0 deletions grants/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ p {
color: rgb(218, 231, 218);
}

body {
background-color: #004d3f;
}

h1, h2, h3{
font-family: "OrticaAng";
color: palegoldenrod;
Expand Down
12 changes: 9 additions & 3 deletions grants/faq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
.color(1, -1, 0.4)
.diff(

shape(10, 0, fixedSmooth([0.4, 0.95]))
shape(10, 0, 0.4)
.repeat(9)
.kaleid()
.scrollY(5, 0.2)
Expand All @@ -125,9 +125,15 @@
.modulateHue(o0, 10)
.mult(o0, 0.67)
.blend(o0)
.modulateScrollY(osc(1).scale(() => 0.9 * (mouse.y / innerHeight)),0.02)
.modulateScrollY(osc(4).scale(() => {
console.log('VALUES', innerHeight, mouse.y)

return 0.001 + 0.6 * (mouse.y / innerHeight)}),0.02)

.out();

console.log('VALUES', innerHeight, mouse.y)




Expand Down Expand Up @@ -235,7 +241,7 @@ <h2 id="can-i-apply-as-a-groupcollective">Can I apply as a group/collective?</h2
<h2 id="how-is-it-funded">How is it funded?</h2>
<p>The grant is funded by donations to the <a href="https://opencollective.com/hydra-synth">hydra open collective</a>. The more funds we receive, the more awards we are able to offer in the future. Please support if you are able!</p>
<h2 id="when-is-the-deadline">When is the deadline</h2>
<p>The deadline for applications is 25th November at 23:59 GMT. Late applications will not be accepted.</p>
<p>The deadline for applications is December 2nd at 23:59 GMT. Late applications will not be accepted.</p>
<h2 id="who-will-decide-who-gets-the-grants">Who will decide who gets the grants</h2>
<p>Each application will be judged by the core Hydra Grants team and an invited guest judge. Learn more <a href="https://hydra.ojack.xyz/grants/team/">about the team here</a>.</p>
<h2 id="questions">Questions</h2>
Expand Down
12 changes: 9 additions & 3 deletions grants/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
.color(1, -1, 0.4)
.diff(

shape(10, 0, fixedSmooth([0.4, 0.95]))
shape(10, 0, 0.4)
.repeat(9)
.kaleid()
.scrollY(5, 0.2)
Expand All @@ -128,9 +128,15 @@
.modulateHue(o0, 10)
.mult(o0, 0.67)
.blend(o0)
.modulateScrollY(osc(1).scale(() => 0.9 * (mouse.y / innerHeight)),0.02)
.modulateScrollY(osc(4).scale(() => {
console.log('VALUES', innerHeight, mouse.y)

return 0.001 + 0.6 * (mouse.y / innerHeight)}),0.02)

.out();

console.log('VALUES', innerHeight, mouse.y)




Expand Down Expand Up @@ -245,7 +251,7 @@ <h2 id="what-can-the-grant-be-used-for">What can the grant be used for?</h2>
<p>The hydra web editor recently introduced a new extensions system. This new system allows anyone to create an extension that adds new functionality to hydra. You may wish to propose implementing a new extension! Check out hydra&rsquo;s existing extensions for inspiration.</p>
<p>The grant is <em>not</em> intended for personal artistic projects such as producing an artwork, performance, or album. For inspiration, see the <a href="https://hydra.ojack.xyz/garden/">database of community projects</a> and <a href="/grants/recipients/">projects by 2022&rsquo;s recipients</a>.</p>
<h2 id="apply">Apply</h2>
<p><a href="/grants/apply/">Click here</a> to be taken to the application form. The deadline for applications is 25th November at 23:59 GMT. Late applications will not be accepted.</p>
<p><a href="/grants/apply/">Click here</a> to be taken to the application form. The deadline for applications is December 2nd at 23:59 GMT. Late applications will not be accepted.</p>
<h2 id="questions">Questions</h2>
<p>If you have any questions about the hydra microgrant please first consult the <a href="https://hydra.ojack.xyz/grants/faq">FAQ page</a>. If your question still can&rsquo;t be answered please get in touch with <a href="/grants/team/">the team</a>.</p>

Expand Down
2 changes: 1 addition & 1 deletion grants/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link>https://hydra.ojack.xyz/grants/apply/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://hydra.ojack.xyz/grants/apply/</guid>
<description>&lt;h2 id=&#34;apply-now&#34;&gt;Apply now!&lt;/h2&gt;&#xA;&lt;p&gt;Applications to the hydra community fund are open from October 29th, 2024 to November 25th, 2024 23:59 GNT. Applications submitted after this date will not be considered.&lt;/p&gt;&#xA;&lt;p&gt;We accept both written submissions and video submissions using the form at the bottom of this page. The questions to be answered are referenced below:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Name&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Email address&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;What would you like to use the grant for?&lt;/strong&gt; - e.g. organizing a workshop, event, or study group writing a tutorial, documentation, fanzine, video working on an add-on, extension, or library (other things that we have not yet imagined !)&lt;/p&gt;</description>
<description>&lt;h2 id=&#34;apply-now&#34;&gt;Apply now!&lt;/h2&gt;&#xA;&lt;p&gt;Applications to the hydra community fund are open from October 29th, 2024 to December 2nd, 2024 23:59 GNT. Applications submitted after this date will not be considered.&lt;/p&gt;&#xA;&lt;p&gt;We accept both written submissions and video submissions using the form at the bottom of this page. The questions to be answered are referenced below:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Name&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Email address&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;What would you like to use the grant for?&lt;/strong&gt; - e.g. organizing a workshop, event, or study group writing a tutorial, documentation, fanzine, video working on an add-on, extension, or library (other things that we have not yet imagined !)&lt;/p&gt;</description>
</item>
<item>
<title>FAQ</title>
Expand Down
10 changes: 8 additions & 2 deletions grants/recipients/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
.color(1, -1, 0.4)
.diff(

shape(10, 0, fixedSmooth([0.4, 0.95]))
shape(10, 0, 0.4)
.repeat(9)
.kaleid()
.scrollY(5, 0.2)
Expand All @@ -125,9 +125,15 @@
.modulateHue(o0, 10)
.mult(o0, 0.67)
.blend(o0)
.modulateScrollY(osc(1).scale(() => 0.9 * (mouse.y / innerHeight)),0.02)
.modulateScrollY(osc(4).scale(() => {
console.log('VALUES', innerHeight, mouse.y)

return 0.001 + 0.6 * (mouse.y / innerHeight)}),0.02)

.out();

console.log('VALUES', innerHeight, mouse.y)




Expand Down
10 changes: 8 additions & 2 deletions grants/support/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
.color(1, -1, 0.4)
.diff(

shape(10, 0, fixedSmooth([0.4, 0.95]))
shape(10, 0, 0.4)
.repeat(9)
.kaleid()
.scrollY(5, 0.2)
Expand All @@ -125,9 +125,15 @@
.modulateHue(o0, 10)
.mult(o0, 0.67)
.blend(o0)
.modulateScrollY(osc(1).scale(() => 0.9 * (mouse.y / innerHeight)),0.02)
.modulateScrollY(osc(4).scale(() => {
console.log('VALUES', innerHeight, mouse.y)

return 0.001 + 0.6 * (mouse.y / innerHeight)}),0.02)

.out();

console.log('VALUES', innerHeight, mouse.y)




Expand Down
10 changes: 8 additions & 2 deletions grants/team/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
.color(1, -1, 0.4)
.diff(

shape(10, 0, fixedSmooth([0.4, 0.95]))
shape(10, 0, 0.4)
.repeat(9)
.kaleid()
.scrollY(5, 0.2)
Expand All @@ -125,9 +125,15 @@
.modulateHue(o0, 10)
.mult(o0, 0.67)
.blend(o0)
.modulateScrollY(osc(1).scale(() => 0.9 * (mouse.y / innerHeight)),0.02)
.modulateScrollY(osc(4).scale(() => {
console.log('VALUES', innerHeight, mouse.y)

return 0.001 + 0.6 * (mouse.y / innerHeight)}),0.02)

.out();

console.log('VALUES', innerHeight, mouse.y)




Expand Down

0 comments on commit db7e844

Please sign in to comment.