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
932f76c6
Unverified
Commit
932f76c6
authored
Jun 28, 2025
by
Paul-Louis NECH
Committed by
GitHub
Jun 28, 2025
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4 from PLNech/feat/parvagues-updates
feat: Add YouTube to ParVagues footer and fix header booking link
parents
89c4ce00
d8d95413
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
ParVaguesFooter.js
next/components/ParVaguesFooter.js
+3
-2
ParVaguesHeader.js
next/components/ParVaguesHeader.js
+3
-3
No files found.
next/components/ParVaguesFooter.js
View file @
932f76c6
import
React
from
'react'
;
import
React
from
'react'
;
import
Link
from
'next/link'
;
import
Link
from
'next/link'
;
import
Image
from
'next/image'
;
import
Image
from
'next/image'
;
import
{
FaEnvelope
,
FaInstagram
,
FaTwitter
}
from
'react-icons/fa'
;
import
{
FaEnvelope
,
FaInstagram
,
FaTwitter
,
FaYoutube
}
from
'react-icons/fa'
;
import
{
SiMastodon
,
SiBluesky
}
from
'react-icons/si'
;
import
{
SiMastodon
,
SiBluesky
}
from
'react-icons/si'
;
import
styles
from
'@/styles/parvagues.module.css'
;
import
styles
from
'@/styles/parvagues.module.css'
;
...
@@ -11,7 +11,8 @@ export default function ParVaguesFooter() {
...
@@ -11,7 +11,8 @@ export default function ParVaguesFooter() {
{
icon
:
<
SiMastodon
/>
,
label
:
'mastodon'
,
url
:
'https://chaos.social/@PixelNoir'
},
{
icon
:
<
SiMastodon
/>
,
label
:
'mastodon'
,
url
:
'https://chaos.social/@PixelNoir'
},
{
icon
:
<
FaTwitter
/>
,
label
:
'twitter'
,
url
:
'https://x.com/ParVagues'
},
{
icon
:
<
FaTwitter
/>
,
label
:
'twitter'
,
url
:
'https://x.com/ParVagues'
},
{
icon
:
<
SiBluesky
/>
,
label
:
'bluesky'
,
url
:
'#'
},
{
icon
:
<
SiBluesky
/>
,
label
:
'bluesky'
,
url
:
'#'
},
{
icon
:
<
FaInstagram
/>
,
label
:
'instagram'
,
url
:
'https://instagram.com/parvagues.mp3'
}
{
icon
:
<
FaInstagram
/>
,
label
:
'instagram'
,
url
:
'https://instagram.com/parvagues.mp3'
},
{
icon
:
<
FaYoutube
/>
,
label
:
'youtube'
,
url
:
'https://www.youtube.com/@parvagues'
}
];
];
const
year
=
new
Date
().
getFullYear
();
const
year
=
new
Date
().
getFullYear
();
...
...
next/components/ParVaguesHeader.js
View file @
932f76c6
...
@@ -78,13 +78,13 @@ export default function ParVaguesHeader({ eventName = null, title = null }) {
...
@@ -78,13 +78,13 @@ export default function ParVaguesHeader({ eventName = null, title = null }) {
<
/nav
>
<
/nav
>
{
/* CTA button */
}
{
/* CTA button */
}
<
Link
<
a
href
=
"
/book
"
href
=
"
mailto:parvagues@nech.pl?subject=Booking%20Request
"
className
=
{
`
${
styles
.
outlineButton
}
py-2 px-4 text-sm flex items-center whitespace-nowrap`
}
className
=
{
`
${
styles
.
outlineButton
}
py-2 px-4 text-sm flex items-center whitespace-nowrap`
}
>
>
<
FaEnvelope
className
=
"mr-2 flex-shrink-0"
/>
<
FaEnvelope
className
=
"mr-2 flex-shrink-0"
/>
<
span
>
Book
<
/span
>
<
span
>
Book
<
/span
>
<
/
Link
>
<
/
a
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
...
...
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