chgts justification textes
This commit is contained in:
parent
94a22ebb72
commit
9e75850ab1
|
@ -54,7 +54,9 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.justify-text-left {
|
.justify-text-left {
|
||||||
text-align: left; /* ajout 4 : pour overrider certains blocs textes justifiés, en les alignant à gauche */
|
text-align: left;
|
||||||
|
display: flex; /* ajout 2 : pour justifier et centrer les blocs texte */
|
||||||
|
justify-content: start;/* ajout 4 : pour overrider certains blocs textes justifiés, en les alignant à gauche */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Lists */
|
/* Lists */
|
||||||
|
|
|
@ -108,9 +108,6 @@ plugins_js = []
|
||||||
## Advanced options ##
|
## Advanced options ##
|
||||||
############################
|
############################
|
||||||
|
|
||||||
# Get user avatars from Gravatar.com? (true/false)
|
|
||||||
gravatar = false
|
|
||||||
|
|
||||||
# Align the main menu to the right of the page? (true/false)
|
# Align the main menu to the right of the page? (true/false)
|
||||||
menu_align_right = true
|
menu_align_right = true
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
# Display name
|
# Display nam
|
||||||
name: Léa Jean
|
name: Léa Jean
|
||||||
avatar_image: "Avatar"
|
|
||||||
# Username (this should match the folder name)
|
# Username (this should match the folder name)
|
||||||
authors:
|
authors:
|
||||||
- admin
|
- admin
|
||||||
|
|
|
@ -8,5 +8,5 @@ weight = 50 # Order that this section will appear in.
|
||||||
# This should be the username of a profile in your `content/authors/` folder.
|
# This should be the username of a profile in your `content/authors/` folder.
|
||||||
# See https://sourcethemes.com/academic/docs/get-started/#introduce-yourself
|
# See https://sourcethemes.com/academic/docs/get-started/#introduce-yourself
|
||||||
author = "admin"
|
author = "admin"
|
||||||
avatar_image= ""
|
avatar_image= "1.jpg"
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -6,7 +6,7 @@ active = true # Activate this widget? true/false
|
||||||
weight = 30 # Order that this section will appear.
|
weight = 30 # Order that this section will appear.
|
||||||
|
|
||||||
title = "Compétences"
|
title = "Compétences"
|
||||||
subtitle = "PRINCIPALES COMPÉTENCES TECHNIQUES"
|
|
||||||
|
|
||||||
# Showcase personal skills or business features.
|
# Showcase personal skills or business features.
|
||||||
#
|
#
|
||||||
|
@ -14,17 +14,19 @@ subtitle = "PRINCIPALES COMPÉTENCES TECHNIQUES"
|
||||||
#
|
#
|
||||||
# For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons
|
# For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons
|
||||||
|
|
||||||
[[feature]]
|
subtitle = "COMPÉTENCES TECHNIQUES :"
|
||||||
icon = "searchengin"
|
|
||||||
icon_pack = "fab"
|
|
||||||
name = "Lire et questionner un cahier des charges"
|
|
||||||
parcent = "90%"
|
|
||||||
|
|
||||||
[[feature]]
|
[[feature]]
|
||||||
icon = "user-secret"
|
icon = "searchengin"
|
||||||
icon_pack = "fas"
|
icon_pack = "fab"
|
||||||
name = "Choisir les solutions techniques les mieux adaptées aux contraintes de réalisation"
|
name = "Lire et questionner un cahier des charges"
|
||||||
parcent = "60%"
|
parcent = "90%"
|
||||||
|
|
||||||
|
[[feature]]
|
||||||
|
icon = "user-secret"
|
||||||
|
icon_pack = "fas"
|
||||||
|
name = "Choisir les solutions techniques les mieux adaptées aux contraintes de réalisation"
|
||||||
|
parcent = "60%"
|
||||||
|
|
||||||
[[feature]]
|
[[feature]]
|
||||||
icon = "chart-line"
|
icon = "chart-line"
|
||||||
|
|
|
@ -15,13 +15,7 @@ image:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Adaptations du thème, intéressantes pour tous les portfolios étudiants à venir, grâce aux retours de Léa Jean.
|
Adaptations du thème, intéressantes pour tous les portfolios étudiants à venir, grâce aux retours de Léa Jean. #accueil et #but : justifier le texte des blocs texte de présentation
|
||||||
|
pages de description de chaque réalisation ./project/* : supprimer les icônes de medii sociaux dupliquer le layout du bloc compétences actuel, pour catégoriser plusieurs types de compétences
|
||||||
#accueil et #but : justifier le texte des blocs texte de présentation
|
|
||||||
|
|
||||||
pages de description de chaque réalisation ./project/* : supprimer les icônes de medii sociaux
|
|
||||||
|
|
||||||
dupliquer le layout du bloc compétences actuel, pour catégoriser plusieurs types de compétences
|
|
||||||
|
|
||||||
#but : mettre une image Avatar OU supprimer le texte 'Avatar'
|
#but : mettre une image Avatar OU supprimer le texte 'Avatar'
|
||||||
|
|
||||||
|
|
|
@ -21,9 +21,6 @@
|
||||||
<div class="col-lg-5">
|
<div class="col-lg-5">
|
||||||
<div id="profile">
|
<div id="profile">
|
||||||
{{ if site.Params.gravatar }}
|
{{ if site.Params.gravatar }}
|
||||||
<img class="portrait img-fluid" src="https://s.gravatar.com/avatar/{{ md5 $person.email }}?s=200')"
|
|
||||||
itemprop="image" alt="Avatar">
|
|
||||||
{{ else }}
|
|
||||||
{{ $avatar_image := .page.Params.avatar_image }}
|
{{ $avatar_image := .page.Params.avatar_image }}
|
||||||
<img class="img-fluid" src="{{ printf "img/%s" $avatar_image | relURL }}" itemprop="image" alt="Avatar">
|
<img class="img-fluid" src="{{ printf "img/%s" $avatar_image | relURL }}" itemprop="image" alt="Avatar">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -5,10 +5,12 @@
|
||||||
{{ with $page.Title }}
|
{{ with $page.Title }}
|
||||||
<div class="col-12 section-heading">
|
<div class="col-12 section-heading">
|
||||||
<h1>{{ . | markdownify | emojify }}</h1>
|
<h1>{{ . | markdownify | emojify }}</h1>
|
||||||
{{ if $page.Params.subtitle }}<p>{{ $page.Params.subtitle | markdownify | emojify }}</p>{{ end }}
|
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
<div class="col-12 section-heading">
|
||||||
|
{{ if $page.Params.subtitle }}<p>{{ $page.Params.subtitle | markdownify | emojify }}</p>{{ end }}
|
||||||
|
</div>
|
||||||
{{ with $page.Content }}
|
{{ with $page.Content }}
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
{{ . | markdownify }}
|
{{ . | markdownify }}
|
||||||
|
@ -21,6 +23,7 @@
|
||||||
{{ if in (slice "fab" "fas" "far" "fal") $pack }}
|
{{ if in (slice "fab" "fas" "far" "fal") $pack }}
|
||||||
{{ $pack_prefix = "fa" }}
|
{{ $pack_prefix = "fa" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<div class="col-lg-3 col-sm-6 mb-4 mb-lg-0">
|
<div class="col-lg-3 col-sm-6 mb-4 mb-lg-0">
|
||||||
<div class="position-relative py-2 shadow featurette-margin">
|
<div class="position-relative py-2 shadow featurette-margin">
|
||||||
<div class="progress-bar" style="width:{{ .parcent }}"></div>
|
<div class="progress-bar" style="width:{{ .parcent }}"></div>
|
||||||
|
@ -30,4 +33,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
|
@ -35,7 +35,7 @@
|
||||||
{{ $pubs_len := len $items }}
|
{{ $pubs_len := len $items }}
|
||||||
{{ if ge $pubs_len 1 }}
|
{{ if ge $pubs_len 1 }}
|
||||||
<h2>{{ (i18n "publications") }}</h2>
|
<h2>{{ (i18n "publications") }}</h2>
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-text-left">
|
||||||
{{ range $items }}
|
{{ range $items }}
|
||||||
{{ if eq site.Params.projects.publication_view 1 }}
|
{{ if eq site.Params.projects.publication_view 1 }}
|
||||||
{{ partial "li_list" . }}
|
{{ partial "li_list" . }}
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
{{ $talks_len := len $items }}
|
{{ $talks_len := len $items }}
|
||||||
{{ if ge $talks_len 1 }}
|
{{ if ge $talks_len 1 }}
|
||||||
<h2>{{ (i18n "talks") }}</h2>
|
<h2>{{ (i18n "talks") }}</h2>
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-text-left">
|
||||||
{{ range $items }}
|
{{ range $items }}
|
||||||
{{ if eq site.Params.projects.talk_view 1 }}
|
{{ if eq site.Params.projects.talk_view 1 }}
|
||||||
{{ partial "li_list" . }}
|
{{ partial "li_list" . }}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
{"Target":"css/academia.min.1cdc2de8f12960b3a1fe0477298efd81.css","MediaType":"text/css","Data":{"Integrity":"md5-HNwt6PEpYLOh/gR3KY79gQ=="}}
|
{"Target":"css/academia.min.d2bd85cf8496aa6e2bbf1ee19c1aa0ec.css","MediaType":"text/css","Data":{"Integrity":"md5-0r2Fz4SWqm4rvx7hnBqg7A=="}}
|
Loading…
Reference in a new issue