9f0a216c5e
- Created index.html template for the homepage with service cards and partner logos. - Added page_from_md.html template for rendering pages from markdown. - Developed services.html template detailing various services offered. - Implemented tests for link handling in markdown, ensuring external links open in new tabs and internal links function correctly. - Enhanced markdown parser tests to validate heading extraction, content rendering, and link safety. - Introduced utility tests for template rendering, HTML minification, and JavaScript minification. Co-authored-by: Copilot <copilot@github.com>
13 lines
462 B
XML
13 lines
462 B
XML
<svg
|
|
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
|
|
stroke="rgb(37 99 235 / var(--tw-text-opacity, 1))"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<rect x="16" y="16" width="6" height="6" rx="1"/>
|
|
<rect x="2" y="16" width="6" height="6" rx="1"/>
|
|
<rect x="9" y="2" width="6" height="6" rx="1"/>
|
|
<path d="M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3"/>
|
|
<path d="M12 12V8"/>
|
|
</svg> |