diff --git a/content/header/_index.md b/content/header/_index.md index 3199517..cf28658 100644 --- a/content/header/_index.md +++ b/content/header/_index.md @@ -11,6 +11,7 @@ extra: - [Home]("/") - [About]("/about") - [Technology]("/technology") +- [Use Cases]("/usecases") - [Contact]("/contact") diff --git a/content/usecases/index.md b/content/usecases/index.md new file mode 100644 index 0000000..d708572 --- /dev/null +++ b/content/usecases/index.md @@ -0,0 +1,9 @@ +--- +title: "Use Cases" +description: "" +date: 2018-09-14 +updated: 2021-02-20 +draft: false +weight: 4 +template: "layouts/usecases.html" +--- diff --git a/templates/layouts/usecases.html b/templates/layouts/usecases.html new file mode 100644 index 0000000..29a575b --- /dev/null +++ b/templates/layouts/usecases.html @@ -0,0 +1,16 @@ +{% extends "_default/base.html" %} +{% block content %} + + + + +
+ {% set page = get_page(path="usecases/index.md") %} + {{page.content | safe}} +
+ + +{% include "partials/usecases1.html" %} + + +{% endblock content %} \ No newline at end of file diff --git a/templates/partials/usecases1.html b/templates/partials/usecases1.html new file mode 100644 index 0000000..72d19e9 --- /dev/null +++ b/templates/partials/usecases1.html @@ -0,0 +1,17 @@ +
+ +
+ +
+
+
+
+

REAL WORLD APPLICATIONS

+

Bring Your Vision to Life

+

Our stack's versatility allows deployment across various use cases, demonstrating our commitment to providing flexible and adaptable IT solutions for a wide range of industries and applications.

+
+
+
+ \ No newline at end of file