From 70e8e58ca789b9a919c30139661b96fb512e4ed2 Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Fri, 23 Apr 2021 00:41:48 +0200 Subject: [PATCH] pln: Skeleton --- pln/gatsby-config.js | 3 --- pln/src/pages/hydra.js | 25 +++++++++++++++++++++++++ pln/src/pages/index.js | 27 +++++++++++++-------------- pln/src/pages/page-2.js | 16 ---------------- pln/src/pages/parvagues.js | 16 ++++++++++++++++ 5 files changed, 54 insertions(+), 33 deletions(-) create mode 100644 pln/src/pages/hydra.js delete mode 100644 pln/src/pages/page-2.js create mode 100644 pln/src/pages/parvagues.js diff --git a/pln/gatsby-config.js b/pln/gatsby-config.js index b8de074..b3cb60d 100644 --- a/pln/gatsby-config.js +++ b/pln/gatsby-config.js @@ -29,8 +29,5 @@ module.exports = { }, }, `gatsby-plugin-gatsby-cloud`, - // this (optional) plugin enables Progressive Web App + Offline functionality - // To learn more, visit: https://gatsby.dev/offline - // `gatsby-plugin-offline`, ], } diff --git a/pln/src/pages/hydra.js b/pln/src/pages/hydra.js new file mode 100644 index 0000000..5872fa9 --- /dev/null +++ b/pln/src/pages/hydra.js @@ -0,0 +1,25 @@ +import * as React from "react" +import { Link } from "gatsby" +import { StaticImage } from "gatsby-plugin-image" + +import Layout from "../components/layout" +import Seo from "../components/seo" + +const Hydra = () => ( + + +

Hydra

+

With Hydra, I create some eye-catchers:

+ + Home +
+) + +export default Hydra diff --git a/pln/src/pages/index.js b/pln/src/pages/index.js index b587169..9f402fd 100644 --- a/pln/src/pages/index.js +++ b/pln/src/pages/index.js @@ -1,6 +1,5 @@ import * as React from "react" import { Link } from "gatsby" -import { StaticImage } from "gatsby-plugin-image" import Layout from "../components/layout" import Seo from "../components/seo" @@ -9,22 +8,22 @@ const IndexPage = () => (

Welcome!

-

I'm PLN, and I love to transform -

+

I'm PLN, and I love to transform…

-

This is gonna be great.

- +

…code into human solutions

- Go to page 2
- Go to "Using TypeScript" + At Algolia, I create technologies to help humans find things and answers.

+ +

…code into music

+

+ As ParVagues, I write patterns that shape soundwaves. +

+ +

…code into animated pixelscapes

+

+ Using Hydra, I create technologies to help humans find things and answers +

.
) diff --git a/pln/src/pages/page-2.js b/pln/src/pages/page-2.js deleted file mode 100644 index 74b96e0..0000000 --- a/pln/src/pages/page-2.js +++ /dev/null @@ -1,16 +0,0 @@ -import * as React from "react" -import { Link } from "gatsby" - -import Layout from "../components/layout" -import Seo from "../components/seo" - -const SecondPage = () => ( - - -

Hi from the second page

-

Welcome to page 2

- Go back to the homepage -
-) - -export default SecondPage diff --git a/pln/src/pages/parvagues.js b/pln/src/pages/parvagues.js new file mode 100644 index 0000000..4edd13b --- /dev/null +++ b/pln/src/pages/parvagues.js @@ -0,0 +1,16 @@ +import * as React from "react" +import { Link } from "gatsby" + +import Layout from "../components/layout" +import Seo from "../components/seo" + +const ParVagues = () => ( + + +

ParVagues

+

ParVagues, c'est des ondes sonores qui naissent dans un océan binaire pour parfois s'échouer sur vos plages sonores.

+ Retour +
+) + +export default ParVagues -- libgit2 0.27.0