Full Astro conversion: all pages except docs now in Astro with complete original content
This commit is contained in:
107
src/pages/sitemap.astro
Normal file
107
src/pages/sitemap.astro
Normal file
@@ -0,0 +1,107 @@
|
||||
---
|
||||
import Base from '../layouts/Base.astro';
|
||||
---
|
||||
<Base title="ComponentOwl.com Sitemap" description="Sitemap for ComponentOwl.com - .NET controls for WinForms" keywords="component owl, sitemap, .net controls">
|
||||
<div class="subpage sitemap-content">
|
||||
|
||||
<h1>ComponentOwl.com Sitemap</h1>
|
||||
|
||||
<h2>Component Owl - .NET controls for WinForms / </h2>
|
||||
|
||||
<ul class="common top">
|
||||
<li><strong><a href="/">Home</a></strong></li>
|
||||
|
||||
<li>
|
||||
<strong><a href="/better-listview">Better ListView</a></strong>
|
||||
|
||||
<ul class="common">
|
||||
<li>
|
||||
<a href="/better-listview">Overview</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/better-listview/screenshots.html">Screenshots</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/better-listview/comparison-table.html">Comparison</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/better-listview/resources.html">Resources</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/better-listview/story.html">Story</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<strong><a href="/better-thumbnail-browser">Better Thumbnail Browser</a></strong>
|
||||
|
||||
<ul class="common">
|
||||
<li>
|
||||
<a href="/better-thumbnail-browser">Overview</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/better-thumbnail-browser/screenshots.html">Screenshots</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<strong><a href="/better-splitbutton">Better SplitButton</a></strong>
|
||||
|
||||
<ul class="common">
|
||||
<li>
|
||||
<a href="/better-splitbutton">Overview</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/better-splitbutton/screenshots.html">Screenshots</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<strong><a href="/better-listview-express">Better ListView Express</a></strong>
|
||||
|
||||
<ul class="common">
|
||||
<li>
|
||||
<a href="/better-listview-express">Overview</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/better-listview-express/comparison-with-full-version.html">Comparison With Regular ListView and Full Version</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong><a href="/pricing-licensing/better-listview">Pricing & Licensing for Better ListView</a></strong>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong><a href="/pricing-licensing/better-thumbnail-browser">Pricing & Licensing for Better Thumbnail Browser</a></strong>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong><a href="/pricing-licensing/better-splitbutton">Pricing & Licensing for Better SplitButton</a></strong>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong><a href="/support">Support</a></strong>
|
||||
</li>
|
||||
<li><strong><a href="/comics">Comics</a></strong></li>
|
||||
<li><strong><a href="/blog">Blog</a></strong></li>
|
||||
<li><strong><a href="/about-us">About</a></strong></li>
|
||||
</ul>
|
||||
|
||||
<ul class="common top">
|
||||
<li><strong><a href="/quick-start-guide/better-listview/index.html">Quick Start Guide for Better ListView</a></strong></li>
|
||||
</ul>
|
||||
|
||||
<ul class="common top">
|
||||
<li><a href="/download/better-listview.html">Thank you for downloading</a></li>
|
||||
<li><a href="/disclaimer">Disclaimer</a></li>
|
||||
<li><a href="/privacy-policy">Privacy Policy</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</Base>
|
||||
Reference in New Issue
Block a user