chgts justification textes
This commit is contained in:
parent
94a22ebb72
commit
9e75850ab1
|
@ -54,7 +54,9 @@ p {
|
|||
}
|
||||
|
||||
.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 */
|
||||
|
|
|
@ -108,9 +108,6 @@ plugins_js = []
|
|||
## Advanced options ##
|
||||
############################
|
||||
|
||||
# Get user avatars from Gravatar.com? (true/false)
|
||||
gravatar = false
|
||||
|
||||
# Align the main menu to the right of the page? (true/false)
|
||||
menu_align_right = true
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
# Display name
|
||||
# Display nam
|
||||
name: Léa Jean
|
||||
avatar_image: "Avatar"
|
||||
# Username (this should match the folder name)
|
||||
authors:
|
||||
- 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.
|
||||
# See https://sourcethemes.com/academic/docs/get-started/#introduce-yourself
|
||||
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.
|
||||
|
||||
title = "Compétences"
|
||||
subtitle = "PRINCIPALES COMPÉTENCES TECHNIQUES"
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
subtitle = "COMPÉTENCES TECHNIQUES :"
|
||||
|
||||
[[feature]]
|
||||
icon = "searchengin"
|
||||
icon_pack = "fab"
|
||||
name = "Lire et questionner un cahier des charges"
|
||||
parcent = "90%"
|
||||
|
||||
icon = "searchengin"
|
||||
icon_pack = "fab"
|
||||
name = "Lire et questionner un cahier des charges"
|
||||
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%"
|
||||
icon = "user-secret"
|
||||
icon_pack = "fas"
|
||||
name = "Choisir les solutions techniques les mieux adaptées aux contraintes de réalisation"
|
||||
parcent = "60%"
|
||||
|
||||
[[feature]]
|
||||
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.
|
||||
|
||||
#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
|
||||
|
||||
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
|
||||
#but : mettre une image Avatar OU supprimer le texte 'Avatar'
|
||||
|
||||
|
|
|
@ -21,9 +21,6 @@
|
|||
<div class="col-lg-5">
|
||||
<div id="profile">
|
||||
{{ 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 }}
|
||||
<img class="img-fluid" src="{{ printf "img/%s" $avatar_image | relURL }}" itemprop="image" alt="Avatar">
|
||||
{{ end }}
|
||||
|
|
|
@ -5,10 +5,12 @@
|
|||
{{ with $page.Title }}
|
||||
<div class="col-12 section-heading">
|
||||
<h1>{{ . | markdownify | emojify }}</h1>
|
||||
{{ if $page.Params.subtitle }}<p>{{ $page.Params.subtitle | markdownify | emojify }}</p>{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
|
||||
<div class="col-12 section-heading">
|
||||
{{ if $page.Params.subtitle }}<p>{{ $page.Params.subtitle | markdownify | emojify }}</p>{{ end }}
|
||||
</div>
|
||||
{{ with $page.Content }}
|
||||
<div class="col-12">
|
||||
{{ . | markdownify }}
|
||||
|
@ -21,13 +23,16 @@
|
|||
{{ if in (slice "fab" "fas" "far" "fal") $pack }}
|
||||
{{ $pack_prefix = "fa" }}
|
||||
{{ end }}
|
||||
|
||||
<div class="col-lg-3 col-sm-6 mb-4 mb-lg-0">
|
||||
<div class="position-relative py-2 shadow featurette-margin">
|
||||
<div class="progress-bar" style="width:{{ .parcent }}"></div>
|
||||
{{ with .icon }}<div class="featurette-icon"><i class="{{ $pack }} {{ $pack_prefix }}-{{ . }}"></i></div>{{ end }}
|
||||
<h3>{{ .name | markdownify | emojify }}</h3>
|
||||
{{ with .parcent }}<p>{{ . }}</p>{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -35,7 +35,7 @@
|
|||
{{ $pubs_len := len $items }}
|
||||
{{ if ge $pubs_len 1 }}
|
||||
<h2>{{ (i18n "publications") }}</h2>
|
||||
<div class="row justify-content-center">
|
||||
<div class="row justify-text-left">
|
||||
{{ range $items }}
|
||||
{{ if eq site.Params.projects.publication_view 1 }}
|
||||
{{ partial "li_list" . }}
|
||||
|
@ -54,7 +54,7 @@
|
|||
{{ $talks_len := len $items }}
|
||||
{{ if ge $talks_len 1 }}
|
||||
<h2>{{ (i18n "talks") }}</h2>
|
||||
<div class="row justify-content-center">
|
||||
<div class="row justify-text-left">
|
||||
{{ range $items }}
|
||||
{{ if eq site.Params.projects.talk_view 1 }}
|
||||
{{ 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