From 40d4acc6bfe3c984ac3b9d4c9505586184b3a05d Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Tue, 20 Aug 2024 15:47:54 +0700 Subject: [PATCH] Start to separation for CostaPy templates --- costapy-templates/prime/html/footer.html | 3 + costapy-templates/prime/html/index.html | 36 ++++++ costapy-templates/prime/html/navbar.html | 34 ++++++ costapy-templates/prime/html/sidebar.html | 22 ++++ html/index.html | 105 ++++++++++++++++++ .../no-profile-donut.png | Bin style.css => html/style.css | 0 index.html | 105 ------------------ 8 files changed, 200 insertions(+), 105 deletions(-) create mode 100644 costapy-templates/prime/html/footer.html create mode 100644 costapy-templates/prime/html/index.html create mode 100644 costapy-templates/prime/html/navbar.html create mode 100644 costapy-templates/prime/html/sidebar.html create mode 100644 html/index.html rename no-profile-donut.png => html/no-profile-donut.png (100%) rename style.css => html/style.css (100%) delete mode 100644 index.html diff --git a/costapy-templates/prime/html/footer.html b/costapy-templates/prime/html/footer.html new file mode 100644 index 0000000..b485faa --- /dev/null +++ b/costapy-templates/prime/html/footer.html @@ -0,0 +1,3 @@ + diff --git a/costapy-templates/prime/html/index.html b/costapy-templates/prime/html/index.html new file mode 100644 index 0000000..519fc84 --- /dev/null +++ b/costapy-templates/prime/html/index.html @@ -0,0 +1,36 @@ + + + + + + Prime + + + + + ${navbar} + ${sidebar} +
+ ${container} +
+ ${footer} + + + + + diff --git a/costapy-templates/prime/html/navbar.html b/costapy-templates/prime/html/navbar.html new file mode 100644 index 0000000..a8dc4b6 --- /dev/null +++ b/costapy-templates/prime/html/navbar.html @@ -0,0 +1,34 @@ + + diff --git a/costapy-templates/prime/html/sidebar.html b/costapy-templates/prime/html/sidebar.html new file mode 100644 index 0000000..3462bc9 --- /dev/null +++ b/costapy-templates/prime/html/sidebar.html @@ -0,0 +1,22 @@ + + diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..15b15bd --- /dev/null +++ b/html/index.html @@ -0,0 +1,105 @@ + + + + + + + Prime + + + + + + + + + + + + + +
+

Main Content Area

+

Welcome to the dashboard!

+ +
+ + + + + + + + + + + diff --git a/no-profile-donut.png b/html/no-profile-donut.png similarity index 100% rename from no-profile-donut.png rename to html/no-profile-donut.png diff --git a/style.css b/html/style.css similarity index 100% rename from style.css rename to html/style.css diff --git a/index.html b/index.html deleted file mode 100644 index 1d1d4dd..0000000 --- a/index.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - Prime - - - - - - - - - - - - - -
-

Main Content Area

-

Welcome to the dashboard!

- -
- - - - - - - - - - -