diff --git a/content/_index.md b/content/_index.md index 02f5e32..175a952 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,6 +4,7 @@ description = "Site portefolio de mes objectifs et accomplissements" [extra] keywords = ["Hatmos", "hatmos", "portefolio"] +aside = "aside-index.md" +++ # Accomplissements diff --git a/content/aside/aside-index.md b/content/aside/aside-index.md new file mode 100644 index 0000000..e5fc15d --- /dev/null +++ b/content/aside/aside-index.md @@ -0,0 +1,6 @@ ++++ +title = "photo red glass porsche" +description = "une photo d'une porsche 944 avec uniquement la couleur rouge et en effet verre raye" ++++ + +{{ image(src="/porsche-944-turbo-red-glass.jpg", alt="Une photo d'une porsche 944 avec uniquement la couleur rouge et un effet de verre raye", height="100%") }} diff --git a/static/porsche-944-turbo-red-glass.jpg b/static/porsche-944-turbo-red-glass.jpg new file mode 100644 index 0000000..f2bea92 Binary files /dev/null and b/static/porsche-944-turbo-red-glass.jpg differ diff --git a/static/style.css b/static/style.css index ae5f749..a5598d6 100644 --- a/static/style.css +++ b/static/style.css @@ -57,7 +57,7 @@ footer{ margin: 5px; } -.layout{ +.layout:has(aside) { display: grid; grid-template-columns: 2fr 1fr; } diff --git a/templates/base.html b/templates/base.html index c714b28..8ff82a5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,13 +16,9 @@