diff --git a/content/_index.md b/content/_index.md index 3165fa7..980a422 100644 --- a/content/_index.md +++ b/content/_index.md @@ -32,25 +32,25 @@ layout: hextra-home title="Introduction to Drafting and Design" subtitle="The foundational course for the Engineering Drafting and Design pathway" class="hx-aspect-auto md:hx-aspect-[1.1/1] max-md:hx-min-h-[340px]" - image="images/hextra-doc.webp" + image="images/idd.webp" link="classes/intro-to-drafting" - imageClass="hx-top-[40%] hx-left-[24px] hx-w-[180%] sm:hx-w-[110%] dark:hx-opacity-80" + imageClass="hx-top-[40%] hx-left-[24px] hx-w-[180%] sm:hx-w-[110%] dark:hx-opacity-80 hx-rounded-xl" style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));" >}} {{< hextra/feature-card title="Survey of Engineering Graphics" subtitle="Surveying the field of engineering graphics with a focus on math and design" class="hx-aspect-auto md:hx-aspect-[1.1/1] max-lg:hx-min-h-[340px]" - image="images/hextra-markdown.webp" + image="images/seg.webp" link="classes/survey-graphics" - imageClass="hx-top-[40%] hx-left-[36px] hx-w-[180%] sm:hx-w-[110%] dark:hx-opacity-80" + imageClass="hx-top-[40%] hx-left-[36px] hx-w-[180%] sm:hx-w-[110%] dark:hx-opacity-80 hx-rounded-xl" style="background: radial-gradient(ellipse at 50% 80%,rgba(142,53,74,0.15),hsla(0,0%,100%,0));" >}} {{< hextra/feature-card title="3-D Modeling & Analysis" subtitle="Mastering 3D Modeling and Analysis for Real-World Design Applications" class="hx-aspect-auto md:hx-aspect-[1.1/1] max-lg:hx-min-h-[340px]" - image="images/hextra-markdown.webp" + image="images/3ma.webp" link="classes/3d-modeling-analysis" - imageClass="hx-top-[40%] hx-left-[36px] hx-w-[180%] sm:hx-w-[110%] dark:hx-opacity-80" + imageClass="hx-top-[40%] hx-left-[36px] hx-w-[180%] sm:hx-w-[110%] dark:hx-opacity-80 hx-rounded-xl" style="background: radial-gradient(ellipse at 50% 80%, rgba(135,206,235,0.2), hsla(0,0%,90%,0));" >}} {{< hextra/feature-card title="Safety documentation" diff --git a/hugo.yaml b/hugo.yaml index 7439332..b869b00 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -72,7 +72,7 @@ params: page: # full (100%), wide (90rem), normal (1280px) - width: normal + width: wide theme: # light | dark | system @@ -83,7 +83,7 @@ params: enable: true displayCopyright: true displayPoweredBy: true - width: normal + width: wide displayUpdatedDate: true dateFormat: "January 2, 2006" diff --git a/images/3ma.webp b/images/3ma.webp new file mode 100644 index 0000000..54c87bc Binary files /dev/null and b/images/3ma.webp differ diff --git a/images/card-image-unprocessed.jpg b/images/card-image-unprocessed.jpg deleted file mode 100644 index 6b46052..0000000 Binary files a/images/card-image-unprocessed.jpg and /dev/null differ diff --git a/images/hextra-doc.webp b/images/hextra-doc.webp deleted file mode 100644 index 2ef0c1d..0000000 Binary files a/images/hextra-doc.webp and /dev/null differ diff --git a/images/hextra-markdown.webp b/images/hextra-markdown.webp deleted file mode 100644 index 1c322ba..0000000 Binary files a/images/hextra-markdown.webp and /dev/null differ diff --git a/images/hextra-search.webp b/images/hextra-search.webp deleted file mode 100644 index 8e7ae1d..0000000 Binary files a/images/hextra-search.webp and /dev/null differ diff --git a/images/idd.webp b/images/idd.webp new file mode 100644 index 0000000..0101412 Binary files /dev/null and b/images/idd.webp differ diff --git a/images/seg.webp b/images/seg.webp new file mode 100644 index 0000000..3c9e3ca Binary files /dev/null and b/images/seg.webp differ