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
38870816
Commit
38870816
authored
May 11, 2025
by
PLN (Algolia)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip: Header and albums
parent
9291a1fc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
122 additions
and
67 deletions
+122
-67
ParVaguesHeader.js
next/components/ParVaguesHeader.js
+41
-0
parvagues.js
next/pages/parvagues.js
+81
-67
[id].js
next/pages/parvagues/live/[id].js
+0
-0
cover.jpg
next/public/images/parvagues/albums/2023_connexion/cover.jpg
+0
-0
cover.jpg
next/public/images/parvagues/albums/2024_opal/cover.jpg
+0
-0
No files found.
next/components/ParVaguesHeader.js
0 → 100644
View file @
38870816
import
React
from
'react'
;
import
Link
from
'next/link'
;
import
{
FaEnvelope
}
from
'react-icons/fa'
;
import
styles
from
'@/styles/parvagues.module.css'
;
export
default
function
ParVaguesHeader
({
isSticky
,
eventName
=
null
})
{
return
(
<
header
className
=
{
`
${
isSticky
?
'fixed top-0 bg-black/90 backdrop-blur-md border-b border-purple-500/20 shadow-lg z-[100] w-full transition-all duration-300 translate-y-0'
:
'fixed top-0 bg-transparent w-full z-[100] -translate-y-full opacity-0'
}
transition-all duration-300`
}
>
<
div
className
=
"max-w-6xl mx-auto px-4 py-4 flex justify-between items-center"
>
<
div
className
=
"flex items-center gap-2"
>
<
Link
href
=
"/parvagues"
className
=
"text-purple-400 hover:text-purple-300 transition-colors"
>
←
ParVagues
<
/Link
>
{
isSticky
&&
eventName
&&
(
<>
<
span
className
=
"text-gray-500 mx-2"
>|<
/span
>
<
span
className
=
"text-white"
>
{
eventName
}
<
/span
>
<
/
>
)}
<
/div
>
{
/* CTA button that appears when sticky */
}
<
a
href
=
"mailto:parvagues@nech.pl?subject=Booking Request&body=Bonjour,%0D%0A%0D%0AJe souhaiterais discuter d'une possibilité de performance live coding."
className
=
{
`
${
styles
.
ctaButton
}
transition-all duration-300`
}
style
=
{{
position
:
'relative'
,
top
:
'auto'
,
right
:
'auto'
}}
>
<
FaEnvelope
className
=
"inline mr-2"
/>
Invoquer
un
live
<
/a
>
<
/div
>
<
/header
>
);
}
\ No newline at end of file
next/pages/parvagues.js
View file @
38870816
This diff is collapsed.
Click to expand it.
next/pages/parvagues/live/[id].js
View file @
38870816
This diff is collapsed.
Click to expand it.
next/public/images/parvagues/albums/2023_connexion/cover.jpg
0 → 100644
View file @
38870816
60.8 KB
next/public/images/parvagues/albums/cover.jpg
→
next/public/images/parvagues/albums/
2024_opal/
cover.jpg
View file @
38870816
File moved
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