Add product list and product detail pages. The structure will be similar to how we handle blogs. Here is a task breakdown:
The markdown file format should be similar to service detail markdown file.
The HTML for product list page can be something like this:
<h4><a href="/products/saas-erp">SaaS ERP</a></h4>
<p>Description of SaaS ERP <a href="/products/saas-erp">learn more</a></p>
<h4><a href="/products/scooprank">ScoopRank</a></h4>
<p>Description of ScoopRank <a href="/products/scooprank">learn more</a></p>
Add product list and product detail pages. The structure will be similar to how we handle blogs. Here is a task breakdown:
The markdown file format should be similar to service detail markdown file.
The HTML for product list page can be something like this: