diff --git a/.gitignore b/.gitignore index e69de29..0c765b3 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,154 @@ +### Hugo ### +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock + +### Node ### +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +.pnpm-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage +*.lcov + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# Snowpack dependency directory (https://snowpack.dev/) +web_modules/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional stylelint cache +.stylelintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variable files +.env +.env.development.local +.env.test.local +.env.production.local +.env.local + +# parcel-bundler cache (https://parceljs.org/) +.cache +.parcel-cache + +# Next.js build output +.next +out + +# Nuxt.js build / generate output +.nuxt +dist + +# Gatsby files +.cache/ +# Comment in the public line in if your project uses Gatsby and not Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public + +# vuepress build output +.vuepress/dist + +# vuepress v2.x temp and cache directory +.temp + +# Docusaurus cache and generated files +.docusaurus + +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ + +# TernJS port file +.tern-port + +# Stores VSCode versions used for testing VSCode extensions +.vscode-test + +# yarn v2 +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.yarn/install-state.gz +.pnp.* + +### Node Patch ### +# Serverless Webpack directories +.webpack/ + +# Optional stylelint cache + +# SvelteKit build / generate output +.svelte-kit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..dd62212 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hextra"] + path = themes/hextra + url = https://github.com/imfing/hextra.git diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 07a2279..aa81ecf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # midtowndrafting.com -midtowndrafting.com \ No newline at end of file +### Start developing + +``` +git clone https://git.myco.systems/mycosystems/web.myco.systems.git +``` +``` +git submodule update --init --recursive +``` + +Optionally we recommend installing prettier, the prettierrc file is preconfigured to use the go template plugin. + +``` +npm install --save-dev prettier prettier-plugin-go-template +``` + +# License: +[MIT](https://git.myco.systems/mycosystems/midtowndrafting.com/src/branch/main/LICENSE) \ No newline at end of file diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..c6f3fce --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..f9eae96 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,65 @@ +--- +title: Midtown Drafting & Design +layout: hextra-home +--- + +{{}} +
+ Learn how this site was built + {{< icon name="arrow-circle-right" attributes="height=14" >}} +{{< /hextra/hero-badge >}} + +
+{{< hextra/hero-headline >}} + Midtown Drafting & Design + {{< /hextra/hero-headline >}} +
+ +
+{{< hextra/hero-subtitle >}} + The Drafting & Design pathway provides students with the foundational
knowledge and skills to succeed in their chosen career. + {{< /hextra/hero-subtitle >}} +
+ +
+{{< hextra/hero-button text="Read the docs" link="docs" >}} +
+ +
+ +{{< hextra/feature-grid >}} +{{< hextra/feature-card + 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/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 hx-rounded-lg" + 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/seg.webp" + link="classes/survey-graphics" + imageClass="hx-top-[40%] hx-left-[36px] hx-w-[180%] sm:hx-w-[110%] dark:hx-opacity-80 hx-rounded-lg" + 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/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 hx-rounded-lg" + 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" + icon="information-circle" + link="/docs/safety" + subtitle="Guidelines for Prototype Room/Drafting Implements & GHS/NFPA safety guidelines">}} +{{< hextra/feature-card + title="And More..." + icon="sparkles" + link="/docs/courses" + subtitle="Read some of our simple online courses available on the documentation page">}} +{{< /hextra/feature-grid >}} diff --git a/content/about/Toast_GrandPrixFinals_Cynosport_2019.webm b/content/about/Toast_GrandPrixFinals_Cynosport_2019.webm new file mode 100644 index 0000000..4843638 Binary files /dev/null and b/content/about/Toast_GrandPrixFinals_Cynosport_2019.webm differ diff --git a/content/about/about-cover.jpg b/content/about/about-cover.jpg new file mode 100644 index 0000000..f6b137e Binary files /dev/null and b/content/about/about-cover.jpg differ diff --git a/content/about/index.md b/content/about/index.md new file mode 100644 index 0000000..abda621 --- /dev/null +++ b/content/about/index.md @@ -0,0 +1,18 @@ +--- +title: Melissa Nunnink +toc: false +--- + +{{< callout type="info" >}} + **Hey!** This page is a work in progress. If you'd like to assist in the process of writing sections, take a look at the [git repository](https://git.myco.systems/mycosystems/midtowndrafting.com) +{{< /callout >}} + +Melissa Nunnink is an engineering teacher at Midtown who also excels in training her dog for competition. Her experiences have taught her valuable lessons about learning styles and adapting to different situations. Students appreciate her enthusiasm, individualized attention, and high standards. +Outside of teaching, Nunnink is involved in extracurricular activities like Ultimate Frisbee and is a role model for her colleagues. + +Read more: [The Southerner Online](https://thesoutherneronline.com/88237/lifestyle/nunnink-balances-teaching-students-training-dogs-2/) + +{{< cards cols="2" >}} + {{< card title="Melissa Nunnink, the 2019 southeast regional champion USDAA" image="about-cover.jpg" >}} +Watch Toast at Cynosport Finals 2019 +{{< /cards >}} diff --git a/content/classes/3d-modeling-analysis/_index.md b/content/classes/3d-modeling-analysis/_index.md new file mode 100644 index 0000000..e86ffc5 --- /dev/null +++ b/content/classes/3d-modeling-analysis/_index.md @@ -0,0 +1,22 @@ +--- +linkTitle: "3-D Modeling & Analysis" +title: 3-D Modeling & Analysis +--- + +{{< hextra/feature-grid style="margin-top:2rem;" cols="2">}} +{{< hextra/feature-card + title="Syllabus" + subtitle="Understanding the course outline, objectives, and expectations." + icon="external-link" + link="https://docs.google.com/document/d/1kKbwxCo9_9Cvo9w4RErARzjXhQXCAZ8P/edit?usp=sharing&ouid=112354049457815110133&rtpof=true&sd=true" + style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));" + >}} + +{{< hextra/feature-card + title="Standards" + subtitle="Review the state-recognized benchmarks and guidelines that guide our learning." + icon="external-link" + link="https://drive.google.com/file/d/1kG4XGULB-3zqlsVvuOnuyyKrVmvPqBnR/view?usp=sharing" + style="background: radial-gradient(ellipse at 50% 80%,rgba(142,53,74,0.15),hsla(0,0%,100%,0));" + >}} +{{< /hextra/feature-grid >}} \ No newline at end of file diff --git a/content/classes/_index.md b/content/classes/_index.md new file mode 100644 index 0000000..f1e0ef7 --- /dev/null +++ b/content/classes/_index.md @@ -0,0 +1,6 @@ +--- +linkTitle: "Classes" +title: Classes +--- + +👋 Hello! Pick the title of your class from the left-side menu to access syllabi and standards. Use the search bar if you can't find what you need, but keep in mind that the majority of the content on this website is related to tools within the prototype room, and the `classes` pages will contain external links to more appropriate resources for you or your child's class. \ No newline at end of file diff --git a/content/classes/intro-to-drafting/_index.md b/content/classes/intro-to-drafting/_index.md new file mode 100644 index 0000000..416c820 --- /dev/null +++ b/content/classes/intro-to-drafting/_index.md @@ -0,0 +1,22 @@ +--- +linkTitle: "Intro to Drafting & Design" +title: Intro to Drafting & Design +--- + +{{< hextra/feature-grid style="margin-top:2rem;" cols="2">}} +{{< hextra/feature-card + title="Syllabus" + subtitle="Understanding the course outline, objectives, and expectations." + icon="external-link" + link="https://docs.google.com/document/d/1m5dqMdQ1CFUWDsnbSuWmLwgluZdxQ076/edit?usp=sharing&ouid=112354049457815110133&rtpof=true&sd=true" + style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));" + >}} + +{{< hextra/feature-card + title="Standards" + subtitle="Review the state-recognized benchmarks and guidelines that guide our learning." + icon="external-link" + link="https://drive.google.com/file/d/15v1tXYWpQ6P5rts0Hf1HvGsMOv-saP4k/view?usp=sharing" + style="background: radial-gradient(ellipse at 50% 80%,rgba(142,53,74,0.15),hsla(0,0%,100%,0));" + >}} +{{< /hextra/feature-grid >}} \ No newline at end of file diff --git a/content/classes/survey-graphics/_index.md b/content/classes/survey-graphics/_index.md new file mode 100644 index 0000000..55f69a3 --- /dev/null +++ b/content/classes/survey-graphics/_index.md @@ -0,0 +1,22 @@ +--- +linkTitle: "Survey of Engineering Graphics" +title: Survey of Engineering Graphics +--- + +{{< hextra/feature-grid style="margin-top:2rem;" cols="2">}} +{{< hextra/feature-card + title="Syllabus" + subtitle="Understanding the course outline, objectives, and expectations." + icon="external-link" + link="https://docs.google.com/document/d/1AO7QDsqlXpwbF9BaIVbBjGFq_nru8RKp/edit?usp=sharing&ouid=112354049457815110133&rtpof=true&sd=true" + style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));" + >}} + +{{< hextra/feature-card + title="Standards" + subtitle="Review the state-recognized benchmarks and guidelines that guide our learning." + icon="external-link" + link="https://drive.google.com/file/d/1xHjjU51oG8XHRnjHQUVzDg03JDY4ZaDu/view?usp=sharing" + style="background: radial-gradient(ellipse at 50% 80%,rgba(142,53,74,0.15),hsla(0,0%,100%,0));" + >}} +{{< /hextra/feature-grid >}} \ No newline at end of file diff --git a/content/docs/_index.md b/content/docs/_index.md new file mode 100644 index 0000000..3aa7de2 --- /dev/null +++ b/content/docs/_index.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Docs" +title: Intro +--- + +Hello, welcome to the documentation for the Midtown Drafting & Design pathway. + +It's sparce right now but we plan to build out this section of the website to contain guides and tasks for learning the tools within the prototype room. \ No newline at end of file diff --git a/content/docs/courses/_index.md b/content/docs/courses/_index.md new file mode 100644 index 0000000..26f0e7e --- /dev/null +++ b/content/docs/courses/_index.md @@ -0,0 +1,13 @@ +--- +title: Courses +--- + +{{< callout type="info" >}} + **Hey!** This page is a work in progress. If you'd like to assist in the process of writing sections, take a look at the [git repository](https://git.myco.systems/mycosystems/midtowndrafting.com) +{{< /callout >}} + +This section contains student and alumni-created courses. Being able to teach something you've learned in this pathway is the easiest way to gauge true proficiency. + +There aren't any courses right now, but there is a Linux and Proxmox guide in the works. In the future, we will be adding guides for all the 3D printers and tools in the prototype lab. This includes software like Fusion 360, Blender, Prusa Slicer, and more. + +We hope to have these courses available soon. Please stay tuned! \ No newline at end of file diff --git a/content/docs/hugo/_index.md b/content/docs/hugo/_index.md new file mode 100644 index 0000000..66bf358 --- /dev/null +++ b/content/docs/hugo/_index.md @@ -0,0 +1,29 @@ +--- +title: Hugo +--- + +{{< callout type="info" >}} + **Hey!** This page is a work in progress. If you'd like to assist in the process of writing sections, take a look at the [git repository](https://git.myco.systems/mycosystems/midtowndrafting.com) +{{< /callout >}} + +## What is Hugo? + +[Hugo is a static site generator](https://gohugo.io/); it takes in content in the form of [Markdown](https://www.markdownguide.org/) and uses a pre-configured theme to generate HTML from the markdown files. This makes development very fast and the site very lightweight. + +From scratch, this website can be built in under 100 ms by Hugo, which means it takes seconds to deploy a new version of the website. + +## Why Hugo? + +There are many reasons to use Hugo as a static site generator: + +1. **Fast**: As mentioned previously, Hugo is incredibly fast. It can build a website in a matter of seconds which makes it perfect for rapid development and prototyping. +2. **Easy to learn**: Hugo's syntax and configuration are easy to understand and learn, making it accessible even for beginners. +3. **Flexible**: You have full control over how your site looks and feels with the ability to customize themes or create new ones. This makes it perfect for developers who want to build unique websites without spending a lot of time on design. +4. **Scalable**: With its speed and ease of use, Hugo can handle large websites with hundreds of pages without slowing down. +5. **Free and Open Source**: Hugo is completely free to use and open source, so you can customize it however you like or contribute back to the project if you feel inclined. + +## MidtownDrafting.com + +You can find the source for this website here: https://git.myco.systems/mycosystems/midtowndrafting.com + +The entire website is free for anyone to play with, including the theme used called [Hextra](https://github.com/imfing/hextra). Everything is licensed under [MIT](https://mit-license.org/) and no content is witheld with copyright, all content on this website is compatible with CC0 (Public Domain) \ No newline at end of file diff --git a/content/docs/safety/_index.md b/content/docs/safety/_index.md new file mode 100644 index 0000000..7236456 --- /dev/null +++ b/content/docs/safety/_index.md @@ -0,0 +1,23 @@ +--- +title: Safety Guidelines +--- + +Always remember to respect the equipment in the prototype room and stay out of the designated working areas until you have the proper training. + +{{< hextra/feature-grid style="margin-top:2rem;" cols="2">}} +{{< hextra/feature-card + title="GHS & NFPA" + subtitle="**Study guides for NFPA 704** and for the Globally Harmonized System of Classification and Labeling of Chemicals **(GHS)**" + icon="external-link" + link="https://docs.google.com/document/d/1FTFnjp148WK8-tXOMWp4Hel0lEFglZVskVFJeH27clc/edit" + style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));" + >}} + +{{< hextra/feature-card + title="Prototype Room" + subtitle="Instructions for safety in the prototype room as well as when using drafting implements" + icon="external-link" + link="https://docs.google.com/document/d/1ZDB46E8U72bFWoWLfyKD5YMleE3wAJCvnDrYLJMr0l4/edit" + style="background: radial-gradient(ellipse at 50% 80%,rgba(142,53,74,0.15),hsla(0,0%,100%,0));" + >}} +{{< /hextra/feature-grid >}} \ No newline at end of file diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 0000000..b869b00 --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,131 @@ +baseURL: "https://midtowndrafting.com/" +title: "Midtown Drafting & Design" +theme: hextra + +enableRobotsTXT: true +enableGitInfo: true +# enableEmoji: false +hasCJKLanguage: true + +# services: +# googleAnalytics: +# ID: G-MEASUREMENT_ID + +outputs: + home: [HTML] + page: [HTML] + section: [HTML, RSS] + +defaultContentLanguage: en +languages: + en: + languageName: English + weight: 1 + title: Midtown Drafting & Design + +markup: + goldmark: + renderer: + unsafe: true + highlight: + noClasses: false + +enableInlineShortcodes: true + +menu: + main: + - identifier: documentation + name: Documentation + pageRef: /docs + weight: 1 + - identifier: classes + name: Classes + pageRef: /classes + weight: 2 + - identifier: About + weight: 3 + name: About + pageRef: /about + - name: Search + weight: 4 + params: + type: search + # - name: GitHub + # weight: 4 + # url: "https://github.com/imfing/hextra" + # params: + # icon: github + +params: + description: The Drafting & Design pathway provides students with the foundational knowledge and skills to succeed in their chosen career. + + navbar: + displayTitle: true + displayLogo: true + logo: + path: images/Black-M.svg + dark: images/White-M.svg + # width: 40 + # height: 20 + # link: / + width: wide + + page: + # full (100%), wide (90rem), normal (1280px) + width: wide + + theme: + # light | dark | system + default: system + displayToggle: true + + footer: + enable: true + displayCopyright: true + displayPoweredBy: true + width: wide + + displayUpdatedDate: true + dateFormat: "January 2, 2006" + + # Search + # flexsearch is enabled by default + search: + enable: true + type: flexsearch + + flexsearch: + # index page by: content | summary | heading | title + index: content + # full | forward | reverse | strict + # https://github.com/nextapps-de/flexsearch/#tokenizer-prefix-search + tokenize: forward + + editURL: + enable: true + base: "https://git.myco.systems/mycosystems/midtowndrafting.com/src/branch/feat-hugo/content" + + blog: + list: + displayTags: true + # date | lastmod | publishDate | title | weight + sortBy: date + sortOrder: desc # or "asc" + + comments: + enable: false + type: giscus + + # https://giscus.app/ + giscus: + repo: imfing/hextra + repoId: R_kgDOJ9fJag + category: General + categoryId: DIC_kwDOJ9fJas4CY7gW + # mapping: pathname + # strict: 0 + # reactionsEnabled: 1 + # emitMetadata: 0 + # inputPosition: top + # lang: en + diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 0000000..6a43edd --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,14 @@ +backToTop: "Scroll to top" +changeLanguage: "Change language" +changeTheme: "Change theme" +copyCode: "Copy code" +copyright: "[CC0, no rights reserved](https://creativecommons.org/public-domain/cc0/)" +dark: "Dark" +editThisPage: "Edit this page on Git →" +lastUpdated: "Last updated on" +light: "Light" +noResultsFound: "No results found." +onThisPage: "On this page" +poweredBy: "Powered by Hextra" +readMore: "Read more →" +searchPlaceholder: "Search..." diff --git a/public/3d-modeling-analysis/index.html b/public/3d-modeling-analysis/index.html deleted file mode 100644 index a901bb2..0000000 --- a/public/3d-modeling-analysis/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - 3-D Modeling & Analysis - - - - - back -

3-D Modeling & Analysis

-
- Syllabus - Standards -
- - diff --git a/public/img/main-min.png b/public/img/main-min.png deleted file mode 100644 index 7ed188f..0000000 Binary files a/public/img/main-min.png and /dev/null differ diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 38a9962..0000000 --- a/public/index.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - Links to Engineering Graphics Resources - - Links to Engineering Graphics Resources - - - - - - - - - - - - - - - - - - -

Hi! This website is under construction

-

In the meantime, you can visit these resources:

-
- Introduction to Drafting & Design - Survey of Engineering Graphics - 3-D Modeling & Analysis - Safety Docs -
- - diff --git a/public/introduction-to-drafting-design/index.html b/public/introduction-to-drafting-design/index.html deleted file mode 100644 index 6330665..0000000 --- a/public/introduction-to-drafting-design/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - Introduction to Drafting & Design - - - - - back -

Introduction to Drafting & Design

-
- Syllabus - Standards -
- - diff --git a/public/safety-docs/index.html b/public/safety-docs/index.html deleted file mode 100644 index fffc12a..0000000 --- a/public/safety-docs/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - Safety in the lab, getting started is easy - - - - - back -

Safety in the lab

-
- GHS and NFPA 704 Safety Guidelines - - Guidelines for Prototype Room/Drafting Implements - -
- - diff --git a/public/survey-of-engineering-graphics/index.html b/public/survey-of-engineering-graphics/index.html deleted file mode 100644 index 9267b2b..0000000 --- a/public/survey-of-engineering-graphics/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - Survey of Engineering Graphics - - - - - back -

Survey of Engineering Graphics

-
- Syllabus - Standards -
- - diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..8e9dc01 Binary files /dev/null and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png new file mode 100644 index 0000000..396ed5c Binary files /dev/null and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..5db5f3d Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..106b96a Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..353c5e4 Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon-dark.svg b/static/favicon-dark.svg new file mode 100644 index 0000000..0974a1a --- /dev/null +++ b/static/favicon-dark.svg @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..250655a Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..7bc175c --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/static/images/3ma.webp b/static/images/3ma.webp new file mode 100644 index 0000000..ef66693 Binary files /dev/null and b/static/images/3ma.webp differ diff --git a/static/images/Black-M.svg b/static/images/Black-M.svg new file mode 100644 index 0000000..7bc175c --- /dev/null +++ b/static/images/Black-M.svg @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/static/images/White-M.svg b/static/images/White-M.svg new file mode 100644 index 0000000..0974a1a --- /dev/null +++ b/static/images/White-M.svg @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/static/images/idd.webp b/static/images/idd.webp new file mode 100644 index 0000000..0101412 Binary files /dev/null and b/static/images/idd.webp differ diff --git a/static/images/seg.webp b/static/images/seg.webp new file mode 100644 index 0000000..3c9e3ca Binary files /dev/null and b/static/images/seg.webp differ diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/themes/hextra b/themes/hextra new file mode 160000 index 0000000..ba7707d --- /dev/null +++ b/themes/hextra @@ -0,0 +1 @@ +Subproject commit ba7707d4d9f922ea82a9645af150a6216d343669