From 6379042985602583ce8b1d0a7f01ca88c94e8736 Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Fri, 12 May 2023 18:51:00 -0600 Subject: [PATCH] docs(website): Update applications anchor --- docs/content/index.pug | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/content/index.pug b/docs/content/index.pug index 6b8c8576..522a74c4 100644 --- a/docs/content/index.pug +++ b/docs/content/index.pug @@ -124,14 +124,13 @@ div.third_section(style="color: rgb(38, 39, 48);") center(style="flex: 1; padding: 20px;") img(style="margin: 0.5%", src="/trame/examples/ContourGeometry.jpg", width="100%") -div.separator(style="position: relative; width: 100%; height: 100px; margin: 20px 0;") - div(style="background: #1CAC4C; position: absolute; left: 50%; width: 100vw; height: 100%; transform: translateX(-50%);") +a(id="applications") + div.separator(style="position: relative; width: 100%; height: 100px; margin: 20px 0;") + div(style="background: #1CAC4C; position: absolute; left: 50%; width: 100vw; height: 100%; transform: translateX(-50%);") h3(style="font-size: 40px; padding: 20px 0 0 0; color: #444; text-align: center;") b Applications -a(id="applications") - div(style="display: flex;justify-content: space-around; align-items: center; padding: 50px;") a(href="https://www.kitware.com/contact/", target="_blank", style="flex:1; padding: 0 30px;") img(style="margin: 0.5%", src="/trame/examples/mstar.jpg", alt="MStar live CFD simulation and visualization", title="MStar live CFD simulation and visualization using templated simulation", height="150px")