Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
don
Commits
ddee2432
Commit
ddee2432
authored
Oct 22, 2018
by
Okhin
Browse files
90
parent
8f0cdb3d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
app/view/base.html
View file @
ddee2432
...
...
@@ -5,6 +5,5 @@
<include
href=
"toolbar.html"
/>
<include
href=
"{{ @block_content }}"
/>
<include
href=
"footer.html"
/>
</check>
</body>
</html>
app/view/header.html
View file @
ddee2432
<head>
<title>
{{ _("Soutenez La Quadrature du Net !") }}
</title>
<meta
charset=
"utf-8"
/>
<meta
name=
"author"
content=
"La Quadrature du Net"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<link
rel=
"icon"
type=
"image/png"
href=
"favicon.png"
/>
<title>
{{ _("Soutenez La Quadrature du Net !") }}
</title>
<meta
charset=
"utf-8"
/>
<meta
name=
"author"
content=
"La Quadrature du Net"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<link
rel=
"icon"
type=
"image/png"
href=
"favicon.png"
/>
<!-- Open graph -->
<meta
property=
"og:title"
content=
"{{ _('Soutenez La Quadrature du Net !') }}"
/>
<meta
property=
"og:url"
content=
"https://soutien.laquadrature.net/"
/>
<!-- FIXME: Change the OG image -->
<meta
property=
"og:image"
content=
"https://soutien.laquadrature.net/static/img/anim_3.gif"
/>
<meta
property=
"og:site_name"
content=
"La Quadrature du Net"
/>
<meta
property=
"og:description"
content=
"{{ _("
Depuis
sa
création
,
La
Quadrature
du
Net
agit
sans
relâche
pour
qu
'
Internet
demeure
un
outil
de
partage
,
de
libre
expression
,
d
'
émancipation
et
permette
la
participation
de
tous
au
débat
démocratique.
")
}}"
/>
<!-- Open graph -->
<meta
property=
"og:title"
content=
"{{ _('Soutenez La Quadrature du Net !') }}"
/>
<meta
property=
"og:url"
content=
"https://soutien.laquadrature.net/"
/>
<!-- FIXME: Change the OG image -->
<meta
property=
"og:image"
content=
"https://soutien.laquadrature.net/static/img/anim_3.gif"
/>
<meta
property=
"og:site_name"
content=
"La Quadrature du Net"
/>
<meta
property=
"og:description"
content=
"{{ _("
Depuis
sa
création
,
La
Quadrature
du
Net
agit
sans
relâche
pour
qu
'
Internet
demeure
un
outil
de
partage
,
de
libre
expression
,
d
'
émancipation
et
permette
la
participation
de
tous
au
débat
démocratique.
")
}}"
/>
<!-- Twitter cards -->
<meta
name=
"twitter:card"
content=
"summary_large_image"
/>
<meta
name=
"twitter:site"
content=
"@laquadrature"
/>
<meta
name=
"twitter:title"
content=
"{{ _("
Soutenez
la
Quadrature
du
Net
&
nbsp
!")
}}"
>
<meta
name=
"twitter:image"
content=
"https://soutien.laquadrature.net/static/img/anim_3.gif"
>
<meta
name=
"twitter:description"
content=
"{{ _("
Depuis
sa
création
,
La
Quadrature
du
Net
agit
sans
relâche
pour
qu
'
Internet
demeure
un
outil
de
partage
,
de
libre
expression
,
d
'
émancipation
et
permette
la
participation
de
tous
au
débat
démocratique.
")
}}"
>
<!-- Twitter cards -->
<meta
name=
"twitter:card"
content=
"summary_large_image"
/>
<meta
name=
"twitter:site"
content=
"@laquadrature"
/>
<meta
name=
"twitter:title"
content=
"{{ _("
Soutenez
la
Quadrature
du
Net
&
nbsp
!")
}}"
>
<meta
name=
"twitter:image"
content=
"https://soutien.laquadrature.net/static/img/anim_3.gif"
>
<meta
name=
"twitter:description"
content=
"{{ _("
Depuis
sa
création
,
La
Quadrature
du
Net
agit
sans
relâche
pour
qu
'
Internet
demeure
un
outil
de
partage
,
de
libre
expression
,
d
'
émancipation
et
permette
la
participation
de
tous
au
débat
démocratique.
")
}}"
>
<!-- Styles -->
<link
rel=
"stylesheet"
href=
"/static/css/bootstrap.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/fonts.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/forms.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/modals.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/collapsibles.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/layouts.css"
media=
"all"
>
<!-- Custom Styles pour la version 2018 -->
<link
rel=
"stylesheet"
href=
"./static/css/custom.css"
media=
"all"
>
<!-- Styles -->
<link
rel=
"stylesheet"
href=
"/static/css/bootstrap.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/fonts.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/forms.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/modals.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/collapsibles.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/layouts.css"
media=
"all"
>
<!-- Custom Styles pour la version 2018 -->
<link
rel=
"stylesheet"
href=
"./static/css/custom.css"
media=
"all"
>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"
></script>
<!-- Latest compiled and minified JavaScript -->
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity=
"sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin=
"anonymous"
></script>
<!--
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
-->
<!-- Latest compiled and minified JavaScript -->
<!--
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
-->
</head>
app/view/user/perso.html
View file @
ddee2432
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment