Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
leximpact-socio-fiscal-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
d67847e8
Commit
d67847e8
authored
4 years ago
by
Emmanuel Raviart
Browse files
Options
Downloads
Patches
Plain Diff
Repair links to static pages.
parent
db467c58
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/components/NavBar.svelte
+22
-14
22 additions, 14 deletions
src/lib/components/NavBar.svelte
with
22 additions
and
14 deletions
src/lib/components/NavBar.svelte
+
22
−
14
View file @
d67847e8
<script
lang=
"ts"
>
import
{
page
,
session
}
from
"
$app/stores
"
const
portalUrl
=
$session
.
portalUrl
// let open = false
let
openAproposMenu
=
false
...
...
@@ -27,7 +29,7 @@
<!-- Premier div pour le logo AN et le menu A propos-->
<div
class=
"flex w-64 items-center"
>
<!-- logo assemblee nationale -->
<a
href=
{
$session
.
portalUrl
}
>
<a
href=
{
portalUrl
}
>
<img
class=
"pr-2 pl-2 pb-4 pt-0 w-16 object-scale-down items-start "
src=
"/logo-assemblee-nationale-blanc-blanc.png"
...
...
@@ -67,33 +69,36 @@
aria-labelledby=
"user-menu"
>
<a
href=
"/a-propos"
href=
{
new
URL
(
"
a-propos
"
,
portalUrl
).
toString
()
}
class=
"border-b block px-4 py-3 font-bold text-sm text-gray-700 hover:bg-gray-100"
role=
"menuitem"
>
À propos de LexImpact
</a
>
<a
href=
"/comment-fonctionnent-les-simulateurs"
href=
{
new
URL
(
"
comment-fonctionnent-les-simulateurs
"
,
portalUrl
,
).
toString
()
}
class=
"border-b-4 block px-4 py-3 text-sm text-gray-700 hover:bg-gray-100"
role=
"menuitem"
>
Comment fonctionnent les simulateurs LexImpact ?
</a
>
<a
href=
"
/
statistiques"
href=
{
new
URL
(
"
statistiques
"
,
portalUrl
).
toString
()
}
class=
"border-b block px-4 py-3 text-sm text-gray-700 hover:bg-gray-100"
role=
"menuitem"
>
Statistiques d'usage
</a
>
<a
href=
"/cgu"
href=
{
new
URL
(
"
cgu
"
,
portalUrl
).
toString
()
}
class=
"border-b block px-4 py-3 text-sm text-gray-700 hover:bg-gray-100"
role=
"menuitem"
>
Conditions d'utilisation
</a
>
<a
href=
"
/
mentions-legales"
href=
{
new
URL
(
"
mentions-legales
"
,
portalUrl
).
toString
()
}
class=
"border-b block px-4 py-3 text-sm text-gray-700 hover:bg-gray-100"
role=
"menuitem"
>
Mentions légales
</a
>
<a
href=
"/"
href=
{
portalUrl
}
class=
"border-b block px-4 py-3 text-sm bg-gray-200 text-gray-900 hover:bg-gray-400"
role=
"menuitem"
>
...
...
@@ -269,7 +274,7 @@
<!-- Premier div pour le logo AN et le menu A propos-->
<div
class=
"w-16"
>
<!-- logo assemblee nationale -->
<a
href=
"/"
>
<a
href=
{
portalUrl
}
>
<img
class=
"pr-2 pl-2 pb-4 pt-0 w-16 object-scale-down items-start "
src=
"/logo-assemblee-nationale-blanc-blanc.png"
...
...
@@ -376,12 +381,15 @@
{
/if
}
<a
href=
"/a-propos"
href=
{
new
URL
(
"
a-propos
"
,
portalUrl
).
toString
()
}
class=
"border-b block px-4 py-3 font-bold text-sm text-gray-700 hover:bg-gray-100"
role=
"menuitem"
>
À propos de LexImpact
</a
>
<a
href=
"/comment-fonctionnent-les-simulateurs"
href=
{
new
URL
(
"
comment-fonctionnent-les-simulateurs
"
,
portalUrl
,
).
toString
()
}
class=
" border-b block px-4 py-3 text-sm text-gray-700 hover:bg-gray-100"
role=
"menuitem"
>
Comment fonctionnent les simulateurs LexImpact ?
</a
>
...
...
@@ -395,22 +403,22 @@
>
<a
href=
"
/
statistiques"
href=
{
new
URL
(
"
statistiques
"
,
portalUrl
).
toString
()
}
class=
"border-b block px-4 py-3 text-sm text-gray-700 hover:bg-gray-100"
role=
"menuitem"
>
Statistiques d'usage
</a
>
<a
href=
"/cgu"
href=
{
new
URL
(
"
cgu
"
,
portalUrl
).
toString
()
}
class=
"border-b block px-4 py-3 text-sm text-gray-700 hover:bg-gray-100"
role=
"menuitem"
>
Conditions d'utilisation
</a
>
<a
href=
"
/
mentions-legales"
href=
{
new
URL
(
"
mentions-legales
"
,
portalUrl
).
toString
()
}
class=
"border-b block px-4 py-3 text-sm text-gray-700 hover:bg-gray-100"
role=
"menuitem"
>
Mentions légales
</a
>
<a
href=
"/"
href=
{
portalUrl
}
class=
"border-b block px-4 py-3 text-sm bg-gray-200 text-gray-900 hover:bg-gray-400"
role=
"menuitem"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment