add comments

This commit is contained in:
sasha-astiadi 2024-09-26 03:01:09 +02:00
parent 2263a61f00
commit 8b375b32fd
4 changed files with 63 additions and 2 deletions

View File

@ -8,5 +8,19 @@ weight: 2
template: "layouts/about.html"
---
<!-- see partials/company.html -->
<!--
This page is designed by combining different 'block' (partial html pages) together.
To edit the page content, please go to specific 'block' that you would like to edit.
To see the list of blocks in this page, add or remove some of the partial pages, go to: layouts/about.html.
ABOUT PAGE (layouts/about.html) contains:
1. Company Overview: "partials/company.html"
---
Extras:
1. header: "partials/header_custom.html"
2. footer: "partials/footer.html"
-->

View File

@ -8,5 +8,18 @@ weight: 2
template: "layouts/contact.html"
---
<!-- see partials/contact.html -->
<!--
This page is designed by combining specific 'block' (partial html pages) together.
To edit the page content, please go to the partial html files listed below.
CONTACT PAGE (layouts/contact.html) contains:
1. Contact Section: "partials/contact.html"
2. Quote Section: "partials/quote.html"
---
Extras:
1. header: "partials/header_custom.html"
2. footer: "partials/footer.html"
-->

View File

@ -7,3 +7,23 @@ draft: false
weight: 1
---
<!--
This page is made by combining different 'block' (partial html pages) together.
To edit the page content, please go to specific 'block' that you would like to edit.
To see the list of the blocks in this page, add or remove some of the partial pages, go to: layouts/index.html.
HOMEPAGE (layouts/index.html) contains:
1. Hero section: "partials/hero.html
2. About section: "partials/about.html"
3. Foundation section: "partials/features.html"
4. Milestones section: "partials/stats.html
5. Portfolio section: "partials/ventures.html"
5. Quote: "partials/quotes.html"
---
Extras:
1. header: "partials/header_custom.html"
2. footer: "partials/footer.html"
-->

View File

@ -7,3 +7,17 @@ draft: false
weight: 3
template: "layouts/portfolio.html"
---
<!--
This page is designed by combining specific 'block' (partial html pages) together.
To edit the page content, please go to the partial html files listed below.
PORTFOLIO PAGE (layouts/portfolio.html) contains:
1. Portfolio Section: "partials/portfolio2.html"
2. Quote Section: "partials/quote.html"
---
Extras:
1. header: "partials/header_custom.html"
2. footer: "partials/footer.html"
-->