Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
www
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PLN
www
Commits
9adc6b1d
Commit
9adc6b1d
authored
Jun 17, 2021
by
PLN (Algolia)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(Hydra): Glitchp00l video
parent
4c1ba84a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
11 deletions
+32
-11
hydra.js
next/pages/hydra.js
+32
-11
No files found.
next/pages/hydra.js
View file @
9adc6b1d
...
...
@@ -16,7 +16,7 @@ export async function getStaticProps() {
};
}
export
default
function
Hydra
({
hydras
})
{
export
default
function
Hydra
({
hydras
})
{
return
(
<
Layout
className
=
"hydra"
>
<
Head
>
...
...
@@ -25,6 +25,18 @@ export default function Hydra({hydras}) {
</Head>
<div>
<h1>I create visuals with patterns</h1>
<iframe
width={700}
height={475}
src="https://diode.zone/videos/embed/3011ef6f-7684-4b74-81b2-37e20249bca2?api=1"
/>
<p>
<i>
<a href="https://nech.pl/glitchpool">GLITCHP00L</a>, a work in which a blue bar becomes the colorful frontier
of s1gnal and n0ise.{" "}
</i>
</p>
<br />
<Image
alt="GaLactic intermediary steps"
src="/images/WIP_GaLactic.png"
...
...
@@ -35,24 +47,33 @@ export default function Hydra({hydras}) {
<p>
<i>
Successive layers within the work{" "}
<a href="https://nech.pl/nights-galactic">GaLactic</a>,
part of the serie <b>Nuits étoilées</b><br />in which I turn pictures of the night sky into animated windows on the universe.
<a href="https://nech.pl/nights-galactic">GaLactic</a>, part of the
serie <b>Nuits étoilées</b>
<br />
in which I turn pictures of the night sky into animated windows on
the universe.
</i>
</p>
<br />
<h4>
All my Hydra <a href="https://git.plnech.fr/pln/Hydra">code</a> is{" "}
<i>free software</i> : you are free to run it, study it, modify it or share it
as you like.
</h4>
<br />
<br />
<h2>Some works</h2>
<ul className={utilStyles.list}>
{hydras.map(
({
id,
title,
}) => (
{hydras.map(({ id, title }) => (
<li className={utilStyles.listItem} key={id}>
<Link href={`/hydra/${id}`}><h4> {title}</h4></Link>
<Link href={`/hydra/${id}`}>
<h4> {title}</h4>
</Link>
</li>
)
)}
))}
</ul>
</div>
</Layout>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment