Skip to content

Commit a852fea

Browse files
author
cyril.ledean
committed
Documentation projet DE
1 parent 09d6907 commit a852fea

File tree

4 files changed

+20
-11
lines changed

4 files changed

+20
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ baseurl = "https://github.com/cyrilleledean/portfolio/"
3434
- Ajouter le fichier .github/workflows/deploy.yml
3535

3636

37-
- URL du site: https://cyrilleledean.github.io/portfolio/projets/datascientest/introduction/
37+
- URL du site: https://cyrilleledean.github.io/portfolio/datascientest/introduction/

config/_default/menus/menus.en.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[main]]
22
name = "Projet DE"
3-
url = "/datascientest/"
3+
url = "/datascientest/introduction"
44
weight = 10
55

66

hugo_stats.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@
6666
"bg-dots",
6767
"btn",
6868
"btn-close",
69-
"btn-cta",
70-
"btn-lg",
7169
"btn-link",
72-
"btn-primary",
7370
"callout",
7471
"callout-body",
7572
"callout-caution",
@@ -86,12 +83,13 @@
8683
"col-lg-10",
8784
"col-lg-11",
8885
"col-lg-12",
86+
"col-lg-5",
8987
"col-lg-8",
90-
"col-lg-9",
9188
"col-md-12",
9289
"col-xl-3",
9390
"col-xl-8",
9491
"col-xl-9",
92+
"container",
9593
"container-fluid",
9694
"container-lg",
9795
"content",
@@ -123,6 +121,7 @@
123121
"frame",
124122
"fs-5",
125123
"h-auto",
124+
"h4",
126125
"h5",
127126
"header",
128127
"highlight",
@@ -142,7 +141,6 @@
142141
"justify-content-center",
143142
"justify-content-end",
144143
"justify-content-start",
145-
"lead",
146144
"list",
147145
"list-inline",
148146
"list-inline-item",
@@ -205,7 +203,6 @@
205203
"pt-4",
206204
"px-0",
207205
"query-no-results",
208-
"rounded-pill",
209206
"row",
210207
"search-form",
211208
"search-input",
@@ -216,6 +213,8 @@
216213
"search-results",
217214
"search-text",
218215
"section",
216+
"section-features",
217+
"section-md",
219218
"single",
220219
"social-link",
221220
"status",

layouts/index.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,23 @@
22
<section class="section container-fluid mt-n3 pb-3">
33
<div class="row justify-content-center">
44
<div class="col-lg-12 text-center">
5-
<h1>{{ .Title }}</h1>
5+
<!-- <h1>{{ .Title }}</h1> -->
66
</div>
7-
<div class="col-lg-9 col-xl-8 text-center">
7+
<!-- <div class="col-lg-9 col-xl-8 text-center">
88
<p class="lead">{{ .Params.lead | safeHTML }}</p>
99
<a class="btn btn-primary btn-cta rounded-pill btn-lg my-3" href="/docs/{{ if site.Params.doks.docsVersioning }}{{ site.Params.doks.docsVersion }}/{{ end }}guides/example-guide/" role="button">{{ i18n "get_started" }}</a>
1010
{{ .Content }}
11-
</div>
11+
</div> -->
12+
<section class="section section-md section-features">
13+
<div class="container">
14+
<div class="row justify-content-center text-center">
15+
<div class="col-lg-5">
16+
<h2 class="h4">Ingénieur logiciel orienté données | Spécialisation Data Engineering</h2>
17+
<p>Documentation des mes projets personnels.</p>
18+
</div>
19+
</div>
20+
</div>
21+
</section>
1222
</div>
1323
</section>
1424
{{ end }}

0 commit comments

Comments
 (0)